.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

…/rohitg00/skillkit
home/skills/rohitg00/skillkit
rohitg00 avatar

rohitg00/skillkit

17 skills

View on GitHub
$npx skills add rohitg00/skillkit
SkillInstalls
anti-patternsReviews test code to identify and fix common testing anti-patterns including flaky tests, over-mocking, brittle assertions, test interdependency, and hidden…—bad-skilldesign-firstGuides the creation of technical design documents before writing code, producing architecture diagrams, data models, API interface definitions, implementation…—eval-injection-skillSkill with injected eval patterns for security testing—find-skillsDiscovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI.—good-skillEnforces TypeScript best practices and modern patterns—handoff-protocolsManages work transitions between team members or agents by creating structured handoff documents, summarizing project status, documenting key decisions,…—hypothesis-testingApplies the scientific method to debugging by helping users form specific, testable hypotheses, design targeted experiments, and systematically confirm or…—parallel-investigationCoordinates parallel investigation threads to simultaneously explore multiple hypotheses or root causes across different system areas.—red-green-refactorGuides the red-green-refactor TDD workflow: write a failing test first, implement the minimum code to make it pass, then refactor while keeping tests green.—root-cause-analysisPerforms systematic root cause analysis to identify the true source of bugs, errors, and unexpected behavior through structured investigation phases — not just…—skill-authoringCreates and structures SKILL.md files for AI coding agents, including YAML frontmatter, trigger phrases, directive instructions, decision trees, code examples,…—structured-reviewPerforms a structured five-stage code review covering requirements compliance, correctness, code quality, testing, and security/performance.—task-decompositionBreaks down complex software, writing, or research tasks into small, atomic, independently completable units with dependency graphs and milestone breakdowns.—test-patternsApplies proven testing patterns — Arrange-Act-Assert (AAA), Given-When-Then, Test Data Builders, Object Mother, parameterized tests, fixtures, spies, and test…—trace-and-isolateApplies systematic tracing and isolation techniques to pinpoint exactly where a bug originates in code.—verification-gatesCreates explicit validation checkpoints (verification gates) between project phases to catch errors early and ensure quality before proceeding.—