.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

…/faizkhairi/claude-code-blueprint
home/skills/faizkhairi/claude-code-blueprint
faizkhairi avatar

faizkhairi/claude-code-blueprint

19 skills

View on GitHub
$npx skills add faizkhairi/claude-code-blueprint
SkillInstalls
changelogGenerate a changelog from git history since a tag, date, or commit—db-checkValidate database schema integrity and check for common issues—deploy-checkMUST use before any git push to main/master/production, or when user mentions 'deploy', 'going live', 'push to prod', 'ready to ship', 'merge to main',…—e2e-checkRun E2E tests or interactive browser verification. Triggers on: 'run e2e', 'e2e test', 'browser test', 'check in browser', 'verify UI', 'interactive test'.—elicit-requirementsStructured pre-feature requirements gathering. Run before writing any new feature or API endpoint to clarify scope, acceptance criteria, and technical…—load-sessionRestore session context at the start of every new conversation.—pr-reviewReview and post feedback on a GitHub or Gitea pull request end-to-end: fetch the PR diff, run a multi-agent code review, and auto-post the verdict as a real PR…—register-projectRegister an existing project in memory. Use when starting work on a new repo or when a project needs its own context file.—review-diffScan git diffs for project-specific anti-patterns. Triggers on: 'scan diff', 'check diff', 'anti-pattern check', 'pattern scan', 'review changes'.—review-fullRun a comprehensive multi-perspective code review on recent changes.—save-diaryMUST use when user says 'save diary', 'write diary', 'diary entry', 'update diary', or 'document session'.—save-sessionMUST use when user says 'save', 'save session', or explicitly wants to preserve session state.—scaffold-projectScaffold a new project with standard structure, configs, and CLAUDE.md—self-auditRun the verify-plan checklist against YOUR OWN plan before finalizing it (before ExitPlanMode), with special emphasis on the consumer audit.—session-endMUST use when user says 'bye', 'goodbye', 'good night', 'gnight', 'done for today', 'that's all', 'that's it', 'see you', 'see ya', 'let's stop', 'stopping…—sprint-planMUST use when user describes a multi-step feature to build, says 'let's build', 'new project', 'let's implement', or when a task clearly requires more than 3…—statusShow project status dashboard across registered repositories—tech-radarMUST use when user asks 'what's new?', 'any updates?', 'latest versions?', 'breaking changes?', 'should we upgrade?', 'what changed in X?', or when starting a…—test-checkMUST use after implementing new features or bug fixes, when user asks 'run the tests', 'are tests passing?', 'test this', or before any deployment step.—