← Volver al catálogo
athola

Autor en el catálogo

athola

198 skills56.838 estrellas en totalgithub.com/athola

Skills publicadas

Mostrando 48 de 198

proof-of-work

294

Asegura la validación y evidencia antes de declarar el trabajo como completo. Utilícelo antes de dar por finalizada la implementación, crear un PR o enviar entregables para revisión.

Pesquisa e Web#llm#gitpor athola

architecture-paradigms

294

Selects and routes to the right architecture paradigm. Use when choosing patterns for a new system or comparing trade-offs before making architecture decisions.

Pesquisa e Web#llm#gitpor athola

architecture-aware-init

294

Selects architecture paradigm via research before scaffolding. Use when architecture is undecided and the choice needs justification and documentation.

Pesquisa e Web#llm#gitpor athola

precommit-setup

294

Configures pre-commit hooks for linting, type checking, formatting, and testing. Use when setting up a new project or adding quality gates to an existing one.

Desenvolvimento#llm#gitpor athola

git-platform

294

Detects git forge (GitHub/GitLab/Bitbucket) and maps CLI commands cross-platform. Use when writing skills that must run on any git hosting provider.

Pesquisa e Web#llm#githubpor athola

project-brainstorming

294

Guides project ideation via Socratic questioning to produce a validated brief. Use before specification when requirements are unclear.

Pesquisa e Web#llm#ocrpor athola

project-execution

294

Executes implementation plans with progress tracking, checkpoint validation, and quality gates. Use after planning is complete and tasks are ready to implement.

Pesquisa e Web#llm#gitpor athola

project-planning

294

Converts a specification into a phased, dependency-ordered implementation plan. Use after specification is complete and before execution begins.

Pesquisa e Web#llm#gitpor athola

war-room

294

Convenes a multi-LLM expert panel to pressure-test hard-to-reverse decisions. Use when reversibility score is low and adversarial review is warranted.

Desenvolvimento#llm#gitpor athola

code-refinement

294

Improves code quality across duplication, efficiency, and architectural fit. Use when code passes tests but quality is poor or before a major release.

Desenvolvimento#llm#gitpor athola

call-chain

294

Traces execution paths through the code graph with criticality scoring and Mermaid charts. Use when understanding how a function propagates through the system.

Pesquisa e Web#llm#gitpor athola

agent-teams

294

Coordinates Claude agent teams via filesystem protocol. Use when orchestrating parallel agents with task dependencies. Do not use for single-agent tasks.

Automação#llm#gitpor athola

delegation-core

294

Delegates tasks to Gemini or Qwen with quota tracking and error handling. Use when tasks exceed context window or need cheaper processing.

Pesquisa e Web#llm#gitpor athola

harden

294

Applies NIST/CWE security hardening to Python and Rust code. Use when auditing code for vulnerabilities or proposing concrete security remediations.

Segurança#llm#gitpor athola

development-workflow

294

Detailed development workflow with modular patterns for git, review, testing, and deployment.

Desenvolvimento#llm#gitpor athola

hook-authoring

294

Guide creating Claude Code hooks with security-first design. Use for validation and enforcement.

Design e Frontend#llm#gitpor athola

hook-scope-guide

294

Select hook scope (plugin, project, global) by audience. Use when authoring a hook.

Pesquisa e Web#llm#gitpor athola

metacognitive-self-mod

294

Analyze and improve the improvement process. Use for detecting regressions and meta-optimization.

Pesquisa e Web#llm#gitpor athola

workflow-monitor

294

Detects workflow failures and inefficient patterns then files GitHub issues. Use when a workflow step repeatedly fails or produces inconsistent output.

Pesquisa e Web#llm#githubpor athola

additive-bias-defense

294

Inverts burden of proof for code additions. Use when reviewing PRs, planning refactors, or running unbloat to challenge every addition's necessity.

Desenvolvimento#llm#gitpor athola

document-conversion

294

Converts documents and URLs to markdown via tiered fallback (MCP markitdown, native tools, user notice). Use when a skill must ingest PDF, DOCX, or URL content.

Documentos#git#docxpor athola

evaluation-framework

294

Provides weighted scoring, rubrics, and decision-threshold patterns. Use when designing quality gates, evaluation systems, or decision frameworks.

Pesquisa e Web#llm#gitpor athola

escalation-governance

294

Assess whether to escalate models. Use when evaluating reasoning depth.

Pesquisa e Web#llm#gitpor athola

friction-detector

294

Detect friction signals; graduate patterns into rules. Use for session retrospectives.

Pesquisa e Web#llm#gitpor athola

hooks-eval

294

Evaluate hook security, performance, and SDK compliance. Use for audits.

Segurança#llm#gitpor athola

methodology-curator

294

Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.

Pesquisa e Web#llm#gitpor athola

modular-skills

294

Build composable skill modules with hub-and-spoke loading. Use when token budget is tight.

Pesquisa e Web#llm#gitpor athola

plugin-review

294

Review plugin quality with tiered checks and dependency scoping. Use for PR and pre-release audits.

Pesquisa e Web#llm#gitpor athola

skill-authoring

294

Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development.

Pesquisa e Web#llm#gitpor athola

skill-graph-audit

294

Audit Skill() refs; detect hubs, isolates, and dangling targets. Use when auditing skills.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-client-server

294

Applies client-server architecture for web/mobile apps. Use when designing systems with centralized backend services, trust boundaries, or offline-first sync.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-cqrs-es

294

Applies CQRS and Event Sourcing for read/write separation and audit trails. Use when designing systems with complex domain logic or full state-change history.

Pesquisa e Web#llm#gitpor athola

rule-catalog

294

Browse hookify rule catalog. Use when installing pre-built rules or browsing categories. Do not use when writing custom rules; use hookify:writing-rules.

Pesquisa e Web#llm#gitpor athola

rules-eval

294

Evaluate Claude Code rules in .claude/rules/. Use for frontmatter, globs, and quality audits.

Pesquisa e Web#llm#gitpor athola

shared-patterns

294

Provide reusable patterns for validation, error handling, scaffolding. Use for skill consistency.

Pesquisa e Web#llm#gitpor athola

skills-eval

294

Evaluate Claude skill quality through auditing. Use when reviewing or auditing skills.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-functional-core

294

Applies Functional Core, Imperative Shell to isolate logic from side effects. Use when business logic is entangled with I/O or unit tests are slow and brittle.

Desenvolvimento#llm#gitpor athola

architecture-paradigm-layered

294

Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-microkernel

294

Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third parties extend core functionality.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-microservices

294

Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-event-driven

294

Applies event-driven async messaging to decouple producers and consumers. Use when designing real-time or multi-subscriber systems needing loose coupling.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-modular-monolith

294

Applies modular monolith with enforced internal boundaries. Use when teams want service-level autonomy without distributed system overhead.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-pipeline

294

Applies pipes-and-filters for sequential data transformations. Use when data flows through discrete stages like ETL, streaming analytics, or CI/CD pipelines.

Dados e Análise#llm#gitpor athola

architecture-paradigm-serverless

294

Applies serverless FaaS patterns for event-driven workloads. Use when designing bursty workloads with minimal infrastructure and pay-per-execution cost model.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-service-based

294

Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed but shared databases rule out microservices.

Pesquisa e Web#llm#gitpor athola

architecture-paradigm-space-based

294

Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed.

Pesquisa e Web#llm#gitpor athola

dorodango

294

Polishes working code through successive quality passes in fresh subagents. Use after tests pass when code needs multi-dimension refinement before release.

Desenvolvimento#llm#gitpor athola

subagent-testing

294

Test skills via TDD in fresh subagents. Use when validating behavior or preventing bias.

Desenvolvimento#llm#gitpor athola

Alerta por categoría

Recibe nuevas skills de Pesquisa e Web todos los lunes