← Voltar para o catálogo
athola

Autor no catálogo

athola

198 skills60.690 estrelas no totalgithub.com/athola

Skills publicadas

Mostrando 48 de 198

development-workflow

314

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

Desenvolvimento#llm#gitpor athola

rules-eval

314

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

Pesquisa e Web#llm#gitpor athola

shared-patterns

314

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

Pesquisa e Web#llm#gitpor athola

skill-graph-audit

314

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

Pesquisa e Web#llm#gitpor athola

skills-eval

314

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

Pesquisa e Web#llm#gitpor athola

subagent-testing

314

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

Desenvolvimento#llm#gitpor athola

architecture-paradigm-client-server

314

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

314

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

architecture-paradigm-event-driven

314

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-functional-core

314

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-hexagonal

314

Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and port/adapter separation are priorities.

Desenvolvimento#llm#gitpor athola

architecture-paradigm-layered

314

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

314

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

314

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-modular-monolith

314

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

314

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

314

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

314

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

314

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

314

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

makefile-generation

314

Generates Makefiles with testing, linting, formatting, and automation targets. Use when starting a project or standardizing build automation.

Desenvolvimento#llm#gitpor athola

mission-orchestrator

314

Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.

Automação#llm#gitpor athola

project-init

314

Scaffolds new projects with git, CI/CD workflows, pre-commit hooks, and build config. Use when starting a new Python, Rust, or TypeScript project from scratch.

DevOps e Infra#llm#typescriptpor athola

project-specification

314

Transforms project briefs into testable specifications with user stories and acceptance criteria. Use after brainstorming, before planning.

Desenvolvimento#llm#gitpor athola

war-room-checkpoint

314

Assesses decision reversibility and risk at critical checkpoints. Use when a workflow reaches a high-stakes branch needing escalation check.

Pesquisa e Web#llm#gitpor athola

architecture-diagram

314

Generates a Mermaid architecture diagram showing high-level component relationships. Use when visualizing how plugins or modules fit together.

Pesquisa e Web#llm#gitpor athola

class-diagram

314

Generates a Mermaid class diagram showing types, inheritance, and composition. Use when visualizing class hierarchies or documenting a module public API.

Automação#llm#gitpor athola

code-communities

314

Detects architectural clusters and coupling boundaries via community detection on the code graph. Use when identifying module groupings or refactoring targets.

Desenvolvimento#llm#gitpor athola

data-flow

314

Generates a Mermaid sequence diagram showing how data moves between components. Use when tracing request flows or documenting data transformation pipelines.

Pesquisa e Web#llm#gitpor athola

dependency-graph

314

Generates a Mermaid dependency graph showing import relationships between modules. Use when analyzing coupling, finding circular deps, or planning refactors.

Desenvolvimento#llm#gitpor athola

workflow-diagram

314

Generates a Mermaid workflow diagram showing process steps, decisions, and state transitions. Use when documenting CI/CD pipelines or lifecycle processes.

DevOps e Infra#llm#gitpor athola

agent-teams

314

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

gemini-delegation

314

Delegates tasks to Gemini CLI implementing delegation-core for Google's models. Use when delegation-core selects Gemini or 1M+ token context is needed.

Pesquisa e Web#llm#gitpor athola

qwen-delegation

314

Delegates tasks to Qwen CLI via delegation-core for Alibaba's models. Use when delegation-core selects Qwen or large-context batch processing is needed.

Pesquisa e Web#llm#gitpor athola

agent-expenditure

314

Tracks per-agent token usage and flags waste in parallel dispatch. Use when evaluating parallel agent efficiency or after a multi-agent run.

Pesquisa e Web#llm#gitpor athola

bloat-detector

314

Detects codebase bloat via dead code, duplication, complexity, and doc bloat scans. Use when codebase feels large or before a release.

Pesquisa e Web#llm#gitpor athola

code-quality-principles

314

Applies KISS, YAGNI, and SOLID principles for clean code with reduced complexity. Use when refactoring or reviewing code for over-engineering.

Desenvolvimento#llm#gitpor athola

compression-strategy

314

Recommends context compression strategies for bloated or quota-heavy sessions. Use when context feels sluggish or quota burns faster than expected.

Pesquisa e Web#llm#gitpor athola

context-map

314

Generates a compressed project context map to avoid expensive Read/Grep calls. Use at session start or before implementing features in an unfamiliar codebase.

Pesquisa e Web#llm#gitpor athola

context-optimization

314

Optimizes context window via MECW principles and memory tiering. Use when context exceeds 30% or before long multi-step tasks.

Pesquisa e Web#llm#gitpor athola

cpu-gpu-performance

314

Establishes CPU/GPU baselines before resource-intensive operations. Use before builds, training runs, or any task that pins cores or GPUs for over a minute.

Pesquisa e Web#llm#gitpor athola

decisive-action

314

Guides when to ask clarifying questions versus proceed autonomously. Use to reduce unnecessary clarifying questions when intent is clear.

Pesquisa e Web#llm#gitpor athola

mcp-code-execution

314

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

Dados e Análise#llm#gitpor athola

response-compression

314

Compresses verbose responses by removing filler and framing to save 200-400 tokens. Use when responses feel bloated or context is filling fast.

Pesquisa e Web#llm#gitpor athola

smart-sourcing

314

Selects optimal sources for tool calls, balancing accuracy with token cost. Use before research tasks or when deciding whether a claim needs verification.

Pesquisa e Web#llm#gitpor athola

token-conservation

314

Enforces token quota management at session start with conservation and compression checks. Use at the start of every session or before large context loads.

Pesquisa e Web#llm#gitpor athola

install-watchdog

314

Installs egregore watchdog daemon via launchd or systemd for autonomous relaunching. Use when setting up egregore on a new machine. Do not use on CI/CD runners.

DevOps e Infra#llm#gitpor athola

quality-gate

314

Orchestrates the QUALITY pipeline stage for egregore work items, running code review, unbloat, and test updates. Use when running quality checks before a PR.

Automação#llm#gitpor athola

Alerta por categoria

Receba novas skills de Desenvolvimento toda segunda