.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

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

kelp/kelp-claude-plugins

14 skills

View on GitHub
$npx skills add kelp/kelp-claude-plugins
SkillInstalls
cross-reviewMulti-model code review with cross-validation. Orchestrates independent Claude and GPT-5.5 reviews, cross-validates findings, outputs merged fix list.—fleet-efficiencyContext-handoff, prompt-cache, and model-tier rules for fanning out many subagents.—kb-captureCapture the current conversation, a source, or a synthesis into your personal knowledge base as a well-formed wiki note.—kb-ingestDownload an external documentation site into your personal knowledge base as a doc pack and source note.—kb-research-policyRouting and retrieval policy for your personal knowledge base at ~/code/knowledge (or the knowledge-base: path in the active project CLAUDE.md).—pairPair program with a persistent Codex partner (model set by your Codex install; --model overrides per pair).—tdd-initAdd TDD pipeline configuration template to this project's CLAUDE.md. Run this to set up the pipeline for a new project.—tdd-orchestrateEnforce strict red-green-refactor TDD for any task. Use when implementing features, fixing bugs, adding functionality, or building new modules.—tiger-checkAudit Zig source files for Tiger Style violations -- functions > 70 lines, lines > 100 columns, usize usage, direct recursion, compound assert(a and b), and…—tiger-initAdd TigerBeetle's Tiger Style guidance to this project's CLAUDE.md.—tiger-patternsTiger Style rules for Zig: assertions (2+ per fn, paired positive/negative space), bounded loops (no recursion), static memory after init, snake_case naming…—zig-checkAudit Zig source files for outdated APIs against the project's Zig version (0.15.x or 0.16.x).—zig-initAdd Zig training corrections to this project's CLAUDE.md. Detects whether the project targets Zig 0.15.x or 0.16.x and appends the matching corrections.—zig-patternsCorrect Zig patterns for I/O, ArrayList, format strings, build.zig, and (for 0.16) the Io interface, std.fs -> std.Io move, and indexOf -> find rename.—