Check that all Fold dependencies are installed and working correctly
Create a well-structured GitHub pull request for the current branch
Install all Fold dependencies and configure the current project's CLAUDE.md
Update all Fold tools, plugins, and dependencies to their latest versions
Security audit skill — two-track architecture: Track A (tool-based: static analysis → decide) and Track B (AI-based: context → review → decide). Wraps Trail of Bits plugins for language-agnostic security auditing. Commands: /security-audit static, /security-audit context, /security-audit review, /security-audit diff, /security-audit variants, /security-audit decide, /security-audit finding, /security-audit entry-points, /security-audit compliance, /security-audit cycle
Query and investigate Grafana observability data (Loki logs, Prometheus metrics, Tempo traces). Use this skill whenever the user mentions Grafana, asks about logs, metrics, traces, pod restarts, alerts, error rates, latency, OOM kills, crash loops, monitoring, observability, debugging production issues, or investigating any Kubernetes/infrastructure problem. Also triggers on alert messages pasted from Grafana or Slack (e.g. "[FIRING:N]"), or when the user wants to check dashboards, query Loki/Prometheus/Tempo, or correlate observability signals.
Manage Linear issues from the command line using the linear cli. This skill allows automating linear management.
Always active — base workflow framework for all Claude Code sessions. Defines phased development (research → plan → implement → verify → review → ship), tool selection, verification tiers, delegation patterns, and session conventions. Force-loaded via CLAUDE.md.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated collection of skills and configurations for Claude Code.
Install the Fold plugin:
claude plugin marketplace add roderik/fold
claude plugin install fold@fold
Then run setup to install everything else:
/fold:setup
This handles the full tool chain:
| Category | What gets installed |
|---|---|
| Homebrew | rtk, jq, ripgrep, fd, ast-grep, shellcheck, shfmt, linear, agent-browser |
| npm | agent-ci, agent-reviews, ctx7, codex-1up |
| Scripts | fff MCP server, Plannotator, cship statusline |
| Config | RTK global config, Context7 (skill mode), Codex (yolo profile), cship (Full Starship Prompt) |
| Plugins | compound-engineering, coding-tutor, caveman, plannotator, impeccable, marketing-skills, last30days, codex |
| Global skills | Installed via npx skills to both ~/.claude/skills/ and ~/.codex/skills/ — pbakaus/agent-reviews, vercel-labs/agent-browser, fallow-rs/fallow-skills, boristane/agent-skills, mattpocock/skills (tdd, ubiquitous-language), vercel/turborepo |
| Codex extras | Compound Engineering prompts + skills installed via bunx @every-env/compound-plugin install compound-engineering --to codex |
| Settings | agent teams, no-flicker, new init, empty attribution |
| Project | Appends Fold workflow configuration to CLAUDE.md |
After setup, run /reload-plugins to activate everything in the current session.
| Command | Description |
|---|---|
/fold:setup | Full install — tools, plugins, settings, and project CLAUDE.md |
/fold:update | Update all tools and plugins to their latest versions |
/fold:doctor | Check that everything is installed and report pass/fail |
/fold:pr | Create a well-structured GitHub pull request |
After setup, configure API keys for optional services:
# Add to ~/.config/last30days/.env
EXA_API_KEY=...
SCRAPECREATORS_API_KEY=...
/fold:setup appends the Fold workflow to the project's CLAUDE.md. Running it again updates changed sections without duplicating content.
Claude prioritizes instructions in the project's own CLAUDE.md over plugin instructions. Without these entries, tools like fff, Context7, Codex delegation, and the workflow phases won't activate reliably.
npx claudepluginhub roderik/fold --plugin foldDrive PRs to merge-ready: watch CI, fix failures, resolve review comments. Self-contained watch loop that keeps going until pr.ready=true.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Flagship+ skill pack for Cursor IDE - 30 skills for AI code completion, composer workflows, and IDE mastery
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Commands for loading context and priming Claude for specific tasks