.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/komluk/scaffolding
home/skills/komluk/scaffolding
komluk avatar

komluk/scaffolding

35 skills

View on GitHub
$npx skills add komluk/scaffolding
SkillInstalls
agent-commsSendMessage recipient validation and worktreePath safety (CWE-59).—agent-memory3-tier markdown memory protocol (shared/agent/conversation) for cross-session knowledge.—api-designRESTful API design standards: resource naming, HTTP methods, status codes, pagination, versioning.—context-engineeringOptimize Claude Code context-window usage for accuracy and cost.—database-optimizationSchema design, index strategy, migration safety, and query analysis.—distillKnowledge distillation methodology: candidate extraction, confidence scoring, tier routing, conversation-scoped mode.—docker-templatesDocker multi-stage build templates, image security, and docker-compose patterns.—error-handlingConsistent error handling across frontend and backend layers. TRIGGER when: implementing error boundaries, exception handlers, or try/catch blocks.—git-operationsGit command patterns, branching strategy, and safety protocols.—github-actions-templateGitHub Actions CI pipeline templates and workflow YAML patterns.—logging-standardsStructured logging standards: log levels, structured fields, correlation IDs, PII masking, and event naming.—mcp-toolsMCP tool decision tree and MCP-first fallback strategy. TRIGGER when: choosing whether to use an MCP tool versus a built-in, or an MCP tool is available for a…—memoryUnified memory CRUD: write/update/delete/query file-based markdown entries and sync to MCP semantic store.—monitoring-observabilityMonitoring, metrics, alerting, and observability standards. TRIGGER when: implementing health checks, collecting metrics, or defining alert rules.—mui-stylingMaterial-UI (MUI) styling standards: sx-prop priority, theme tokens, spacing scale, responsive design, and accessibility.—pattern-recognitionIdentify and apply existing codebase patterns for consistency.—planning-methodologyBuild minimal, reversible implementation plans. TRIGGER when: turning research into a plan, or sequencing work before writing code.—python-patternsPython backend patterns: layered architecture, async I/O, dependency injection, repository/service separation.—quality-validationScore ResearchPacks (>=80) and Implementation Plans (>=85) against quality gates. TRIGGER when: gating research or a plan before implementation.—react-patternsReact + TypeScript component and hook standards. TRIGGER when: creating components, custom hooks, or reviewing React code.—research-methodologySystematic gathering of accurate, version-specific documentation. TRIGGER when: researching a new API, library, or best practice before implementation.—security-review-checklistsOWASP Top 10, STRIDE threat modeling, and auth/compliance review checklists.—semantic-memory-mcpProactive use of semantic-memory MCP tools (semantic_search, semantic_recall). TRIGGER when: an agent should search vector memory for prior insights mid-task.—semantic-memory-storeStore reusable insights in semantic memory for vector-similarity recall.—skill-authoringMethodology for authoring scaffolding-compatible skills: frontmatter contract, body structure, validation.—sofa-searchSearch Stack Overflow for Agents (SOFA) for a peer-verified solution before solving from scratch.—spec-designWrite OpenSpec design.md and tasks.md artifacts. TRIGGER when: producing a technical design or task checklist for a spec-driven feature.—spec-developExecute an OpenSpec tasks.md during implementation. TRIGGER when: working through spec task checkboxes and applying code changes.—spec-researchWrite OpenSpec proposal.md artifacts (why + what). TRIGGER when: capturing requirements, scope, and impact for a spec-driven feature.—spec-reviewVerify an implementation against its OpenSpec artifacts. TRIGGER when: checking completed work against design.md and tasks.md.—spec-workflowOpenSpec lifecycle orchestration for /workflow chains. TRIGGER when: coordinating the analyst-architect-developer-reviewer chain or managing spec status…—state-managementClient state management standards: local-vs-global decisions, store structure, selectors, and re-render performance.—testing-strategyTest pyramid, coverage targets, and test patterns (unit/integration/E2E). TRIGGER when: planning tests, writing test code, or reviewing coverage.—ui-ux-pro-maxCross-stack UI/UX design intelligence: layout, color, typography, charts, accessibility.—worktree-managementScaffolding worktree lifecycle, diagnostics, and recovery. TRIGGER when: debugging worktree isolation, recovering a stuck worktree, or managing task isolation.—