By dmedina-dev
Keeps CLAUDE.md, project docs and memories in sync after development sessions. Context-aware semantic detection plus explicit /sync command for human-driven updates. Safety-net git-based hook at relaxed thresholds.
Search past session logs in docs/sessions/ to recall what was done, why decisions were made, and what context was relevant. Use when the user asks "why did we do X?", "when did we change Y?", or needs context from a past session.
Analyze a monolithic .md file and propose segmenting it into smaller, focused documents for better context loading. Use when a doc is too large (>200 lines) to be effective as a single @import.
Shows project context health — CLAUDE.md files, drift detection, rules coverage, adherence check, and AGENTS.md sync status.
Syncs CLAUDE.md, rules, docs and memories with the current session's changes. Analyzes git diff, classifies by zone, proposes updates for human review.
Check plugins for upstream updates, show changes and conflicts with local customizations, and optionally apply updates.
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.
Personal plugin marketplace for Claude Code. Curated collection of independent plugins — install all or pick what you need.
# Add marketplace (once per machine)
/plugin marketplace add dmedina-dev/dev-forge
# Install all working plugins at once
/plugin install forge-init
/forge-init:install-all
# Or install individually
/plugin install forge-keeper # context maintenance (recommended always-on)
/plugin install forge-superpowers # TDD, debugging, collaboration patterns
/plugin install forge-extended-dev # discovery → design → deep review → PR review
/plugin install forge-brainstorming # teammate-driven full lifecycle (requires forge-superpowers)
/plugin install forge-security # security reminder hooks
/plugin install forge-commit # commit/PR commands
/plugin install forge-hookify # custom hook rules engine
/plugin install forge-ralph # persistent loop technique
/plugin install forge-frontend-design # distinctive UI/UX design
/plugin install forge-channels-telegram # Telegram channel bridge (requires Bun)
Always-on plugins for daily development.
| Plugin | Purpose | Commands |
|---|---|---|
| forge-keeper | Context maintenance + PreCompact hook | /sync, /status, /recall, /segment-doc |
forge-keeper commands:
/sync — analyze changes, propose CLAUDE.md + rules + exemplars updates/status — context health report with drift detection/recall — search session log for past decisions/segment-doc — split monolithic .md into focused pieces for better context loading| Plugin | Purpose | Commands |
|---|---|---|
| forge-superpowers | TDD, debugging, parallel agents, code review, worktrees, plans | Skills-based (auto-triggered) |
| forge-extended-dev | 4-phase development workflow (requires forge-superpowers) | /feature-dev, /deep-review, /pr-review |
| forge-brainstorming | Teammate-driven full lifecycle with 5 persistent agents (requires forge-superpowers) | /brainstorming |
| Plugin | Purpose | Commands |
|---|---|---|
| forge-commit | Git commit and PR workflow | /commit, /commit-push-pr, /clean-gone, /release |
| forge-security | Security reminder hooks (XSS, injection, eval, etc.) | Passive — hooks on Edit/Write |
| forge-hookify | Custom hook rules engine with .local.md rules | /hookify, /hookify-list, /hookify-configure, /hookify-help |
| forge-ralph | Persistent loop: Claude keeps working across stop events | /ralph-loop, /cancel-ralph, /ralph-help |
| forge-frontend-design | Distinctive, production-grade UI/UX design | Skill-based (auto-triggered) |
| forge-ui-expert | UI/UX design intelligence: 67 styles, 96 palettes, 57 font pairings, 13 stacks | Skill-based (auto-triggered) |
| forge-profiles | Plugin profile manager — switch plugins + MCP servers per work mode | /profile-create, /profile-list, /profile-change |
| Plugin | Purpose | Commands |
|---|---|---|
| forge-channels-telegram | Telegram bridge — push messages into running session, reply from Claude | Skills: telegram:configure, telegram:access (auto-triggered) |
Install when needed, uninstall after. Don't consume context when not in use.
| Plugin | Purpose | When to install |
|---|---|---|
| forge-init | Project bootstrapper + install-all + AGENTS.md generation | New project: /forge-init:init then /forge-init:install-all then uninstall |
| forge-plugin-dev | Plugin development toolkit (7 skills, 3 agents) | Developing plugins: /create-plugin then uninstall |
| forge-context-mcp | MCP server setup guide (Context7, Serena, XRAY) | Setting up codebase intelligence: configure servers then uninstall |
claude --plugin-dir plugins/<name>docs/dependencies.mdCurated plugins retain their original authorship. No claim of original authorship is made for curated content.
Original author: Jesse Vincent (@obra)
| Plugin | Upstream | Version |
|---|---|---|
| forge-superpowers | superpowers | v5.0.6 |
npx claudepluginhub dmedina-dev/dev-forge --plugin forge-keeperExports a dev-forge marketplace into a new standalone repository. Interview-driven: select plugins, apply customizations, generate complete marketplace structure. Designed to be uninstalled after use.
Create custom hooks from natural language to prevent unwanted behaviors. Regex-based rules in .local.md files, no coding or restart required.
Security reminder hook: warns about potential security issues (command injection, XSS, eval, pickle, etc.) when editing files. Passive, low overhead.
Self-referential AI loops for iterative autonomous development. Run Claude in a while-true loop with the same prompt until task completion.
Git workflow commands: /commit (smart commit with style-matching), /commit-push-pr (branch → commit → push → PR), /clean_gone (remove stale branches), /release (bump changed plugins, tag, push).
Commands for loading context and priming Claude for specific tasks
(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review