.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

…/genai-io/san
home/skills/genai-io/san
genai-io avatar

genai-io/san

9 skills

View on GitHub
$npx skills add genai-io/san
SkillInstalls
2-featureLoads markdown-defined skills from user / project / plugin scopes, tracks their enable state, and renders the active-skills directory that the harness attaches…—code-reviewReview changed code for correctness bugs — logic errors, nil/error handling, concurrency, resource leaks, edge cases, broken invariants.—debugSystematic debugging that finds the root cause before changing any code — collect symptoms, trace the code path, check what changed, reproduce…—helloA simple greeting skill for plugin testing—qaRegression test a San feature by name. Looks for a feature doc in docs/reference/ or docs/packages/2-feature/, runs automated Go tests and interactive tmux…—refactorRestructure existing code without changing its behavior — extract, rename, inline, split, deduplicate, reshape — with tests holding behavior fixed before and…—releaseCreate a new versioned release with changelog. Bumps version in code, updates CHANGELOG.md, commits, tags, and pushes using the repository release flow.—simplifyReview changed code for reuse, quality, and efficiency, then clean up what you find — duplicated logic that could reuse an existing helper, hacky or redundant…—tddTest-driven development — write a failing test that names the behavior, watch it fail, implement the minimum to make it pass, then refactor with tests green.—