.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

…/kbwen/agentic-os
home/skills/kbwen/agentic-os
kbwen avatar

kbwen/agentic-os

14 skills

View on GitHub
$npx skills add kbwen/agentic-os
SkillInstalls
api-design- Classification: feature, architecture-change, hotfix (if touching API endpoints) - Phase: /implement (design & build), /review (compliance check), /test…—auth-security- Classification: ALL classifications that touch auth, permissions, user data, or session management - Phase: /plan (auth flow design), /implement (auth…—database-design- Classification: feature (if new tables/columns), architecture-change (schema redesign), hotfix (data-related bug) - Phase: /plan (schema design), /implement…—dispatching-parallel-agentsEvaluate when to dispatch parallel agents; use a 4-step pattern to split, coordinate, and integrate results.—doc-lookup- Classification: feature, architecture-change, hotfix, quick-win - Phase: /implement (before writing code), /review (verify API usage correctness) - Trigger:…—frontend-patterns- Classification: feature, architecture-change (if touching UI) - Phase: /implement (component design & build), /review (pattern compliance), /test (UI state…—karpathy-principlesBehavioral guidelines to reduce common LLM coding mistakes — Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution.—production-readinessPre-ship observability readiness checklist — ensures errors reach production monitoring, not just debug consoles.—red-team-adversarialAdversarial security and resilience analysis — auto-triggered during /review and /test based on task classification.—subagent-driven-developmentDecompose tasks via subagent collaboration; define interface contracts and integration checkpoints.—systematic-debuggingUse 4-phase root cause analysis (Observe, Hypothesize, Verify, Fix); avoid unverified patches.—test-driven-developmentDrive changes with Red→Green→Refactor; ensure behavior is verifiable and regression-safe.—using-git-worktreesUse Git worktrees to create parallel working directories safely; avoid branch-switch contamination.—verification-before-completionEnforce "no evidence = no completion"; run Gate Function verification before declaring done.—