.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

…/gowtham012/claude-plugins
home/skills/gowtham012/claude-plugins
gowtham012 avatar

gowtham012/claude-plugins

25 skills

View on GitHub
$npx skills add gowtham012/claude-plugins
SkillInstalls
analyzeAnalyze a package for safety, license, bundle size, and vulnerabilities before installing.—approveApprove a package for installation, bypassing the install hook.—auditList all dependencies in the current project with versions.—budgetSet or view the token spending budget.—clearReset the project context back to a blank template. Always confirms with the user before proceeding. Archives the existing log as a .bak file.—configureConfigure test command and auto-revert settings for regression-sentinel.—explainStart or submit an explanation of your approach before writing code—findSearch the onboarding guide for a specific pattern, topic, or keyword. Returns the relevant section(s).—loadLoad and display saved context for the current project. Use when the user wants to review what was previously saved, catch up on saved context mid-session, or…—lockLock the scope to specific file paths. Only files matching the given glob patterns will be accessible.—onboardGenerate or refresh the codebase onboarding guide. Scans the project for structure, frameworks, key files, and produces a comprehensive markdown guide.—pairStart a ping-pong pair programming session. Claude pauses after N edits for human review.—pr-descriptionGenerate a PR-ready description from all narrated changes in the current session. Includes Summary, Changes, and Test Plan sections.—refreshRefresh the onboarding guide by re-scanning the project. Use after significant codebase changes.—rejectReject a package — permanently block it from installation with a reason.—reportShow detailed cost breakdown — per session or all-time.—rollbackUndo the last N Claude actions—rollback-listShow recent tracked actions with IDs—saveSave the current session context to carry-forward/context.md. Run at the end of a work session to persist what was accomplished, decisions made, files touched,…—setupOne-time setup for carry-forward in the current project. Run this once per project before using save/load/clear.—solveThe main engineering loop. Forces Claude through 5 phases: generalize → scenario-test → TDD → implement → verify. Prevents hardcoded solutions.—statsShow pair programming stats — edits, approvals, rejections, approval rate, session duration.—statusCheck the current engineering loop status — active phase, scenarios covered, warnings, and test runner info.—summaryShow a plain-English summary of recent changes narrated by diff-narrator. Useful for reviewing what was done during a session.—unlockRemove all scope restrictions, allowing access to all files.—