Agent Skills by haku
Showing 24 vetted skills indexed across 1 GitHub repositories.
crm-bot-architecture-governance
Assess crm_bot changes against ADR/RFC and boundary rules.
architecture-decision-records
Capture architectural decisions as structured ADRs with context, alternatives, and rationale.
python-testing
Automate Python test suite design and execution with pytest and TDD workflows.
docker-patterns
Standardize multi-container Docker Compose environments with reusable patterns and templates.
iterative-retrieval
Refine subagent codebase context through a four-phase dispatch-evaluate-refine-loop protocol.
postgres-patterns
Identify and apply PostgreSQL best-practice patterns for query optimization, schema design, and data security.
eval-harness
Evaluate Claude Code sessions with configurable graders and run pipelines.
cost-aware-llm-pipeline
Route LLM tasks to cheaper models with budget guardrails and cost tracking.
workspace-surface-audit
Audit repository workspace surfaces and MCP configurations to generate gap-driven recommendations.
backend-patterns
Automate backend design pattern application to Node.js, Express, and Next.js projects.
api-design
Standardize REST API design with resource naming, HTTP methods, and versioning guidelines.
security-scan
Audit Claude Code configurations for security vulnerabilities with AgentShield.
deployment-patterns
Plan production releases with blue-green, canary, and rolling deployment strategies.
e2e-testing
Automate Playwright end-to-end testing workflows with page object models and CI/CD integration.
content-hash-cache-pattern
Cache file processing results using SHA-256 content hashes as keys.
verification-loop
Automate six-phase verification workflows for Claude Code sessions before PR.
tdd-workflow
Enforce test-driven development with tests before code and Git checkpoints.
database-migrations
Execute safe, reversible database schema migrations across PostgreSQL and MySQL.
frontend-patterns
Guide React and Next.js frontend development with scalable component, state, and performance patterns.
skill-stocktake
Audit Claude skills and commands using structured checklists and holistic judgment.
search-first
Coordinate upfront research to identify existing tools, libraries, and patterns before coding.
python-patterns
Document idiomatic Python patterns with typing, context managers, and concurrency.
security-review
Review codebases for security best practices across authentication, input handling, and secrets.
regex-vs-llm-structured-text
Parse structured text with regex and validate low-confidence cases via LLM.