.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

…/jellydn/my-ai-tools
home/skills/jellydn/my-ai-tools
jellydn avatar

jellydn/my-ai-tools

32 skills · 578 total installs

View on GitHub
$npx skills add jellydn/my-ai-tools
SkillInstalls
pickupResume work from previous handoff sessions stored in .planning/handoffs/70qmd-knowledgeManage project knowledge with qmd — captures learnings, decisions, and conventions53codemapMap codebase structure with parallel analysis — produces 7 documents about architecture, concerns, and conventions51adrRecord architecture decisions with ADRs — captures why, alternatives considered, and consequences48pr-reviewFix PR review comments by implementing requested changes48handoffsCreate handoff plans for continuing work across sessions46prdGenerate Product Requirements Documents from feature ideas — plans specs and requirements44slopRemove AI-generated code slop from git diffs to maintain code quality43tddGuide through the Red-Green-Refactor cycle for test-driven development43ralphConvert PRDs to prd.json format for the Ralph autonomous agent system38tmuxControl tmux sessions remotely — send commands, capture output, manage panes13portless-localReplace port numbers with stable named .localhost URLs for local development11plannotator-setup-goalTurn ideas into executable goal packages with guided interviews and codebase analysis10commit-atomicGroup staged changes into atomic commits with commitizen convention9draft-pull-requestDraft pull requests with structured descriptions using gh CLI9docs-updateUpdate docs when code changes — reviews commits and syncs user-facing documentation8llm-wikiBuild a persistent compounding wiki from raw sources using the LLM Wiki pattern4blindspot-passFind unknown unknowns before starting implementation — searches git history, patterns, and architecture for hidden gotchas3capability-experimentsExperiment with model capabilities — HTML reports, embedded questionnaires, proactive research, multi-step reasoning3code-quality-reviewRun an extremely strict maintainability and structural code quality review — flags abstraction issues, spaghetti growth, and boundary leaks3code-reviewReview the diff since a fixed point along two axes — Conventions (does the code follow this repo's coding standards and Tidy First practices?) and Intent (does…3context-discoveryDiscover context using MCP tools — fff, sem, ctx, qmd, codebase-memory-mcp for codebase understanding3doc-searchSearch project documentation — ADRs, wiki entries, conventions via ripgrep, qmd, fff, and ctx3git-contextSearch git history for context — commit messages, blame, related changes, impact analysis3implementation-loggerLog implementation decisions — tracks deviations from plan and captures rationale3quiz-meVerify understanding after implementation with targeted quizzes3spec-interviewClarify requirements through targeted questions — uncovers unknown unknowns in specs3ai-slop-removerRemove AI-generated code patterns that don't match codebase style—code-reviewerReview code for quality, security, and best practices — read-only analysis—documentation-writerCreate clear documentation for code and APIs—security-auditAudit code for security vulnerabilities — read-only analysis—test-generatorGenerate comprehensive tests for code changes—