
Product
Socket for Asana Is Now Available
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.
polyforgeai
Advanced tools
Self-adaptive Claude Code plugin for automated software development workflows.
PolyForge scans your project, detects your stack, architecture, and conventions, then provides intelligent slash commands to automate common development tasks.
npx polyforgeai install
This symlinks PolyForge skills and rules into ~/.claude/, making them available in any Claude Code session.
Restart Claude Code after installing or updating PolyForge — skills are loaded at session start.
.claude/ directory with custom commands or skills, back it up first (mv .claude .claude-backup) — /forge will recreate it cleanly/forge — PolyForge scans your project and generates an optimized configuration/review, /fix #123, /brainstorm, etc.| Command | Description |
|---|---|
/forge | Scan project, detect stack/architecture/CI workflows/parallelism, generate config interactively |
/review | Review a PR, GitHub issue, or Jira ticket — checks CI, quality, security |
/feature #N [#M ...] | Build a feature from an issue — plan, implement, run CI mirror locally, transition tickets, PR. Supports multi-ticket parallel execution via git worktrees |
/fix #N [#M ...] | Fix an issue — branch, implement, CI mirror, transition tickets, PR. Same parallel support |
/fix-ci | Diagnose and fix CI/CD failures — max 3 retries. Learns unmirrored CI commands via informed-consent flow |
/brainstorm | Free-form brainstorming — produces action plan with parallelizable tasks |
/generate-doc | Generate/update Claude-optimized documentation |
/squash | Clean up commit history before PR |
/add-rule | Add project rules or conventions without re-running /forge |
/report-issue | Detect and create issues on GitHub/Jira/GitLab |
/analyse-db | Connect to DB, generate docs/DB.md schema documentation |
/analyse-code | Full codebase analysis — patterns, security, performance, config issues |
/diagnose | Investigate a specific error or behavior — determine root cause |
Autonomous workflows that run during your sleep window to exploit unused Claude subscription quota:
| Command | Description |
|---|---|
/routines-init | Install nocturnal routines: detects your Claude plan, proposes a profile (light/standard/full/unleashed), installs launchd plists |
/routines-create | Scaffold-guided creator for custom routines (scan / fix / review / report templates) |
/routines-manage | list / suspend / resume / delete / run-now / pause-all / promote-from-dry |
/routines-logs | Read-only inspection of logs, telemetry, rate-limit state, worktrees |
See docs/ROUTINES.md for the nocturnal routines quickstart and docs/DEV-WORKFLOW-SYNC.md for ticket transitions / CI mirror / parallel fix deep-dive.
/fix and /feature integrate with your project's real workflow:
In Progress → Code Review automatically. Terminal decisions (Blocked / Rejected) always require human confirmation via AskUserQuestion.github/workflows/*.yml) with a 3-retry auto-fix loop. Unmirrored CI commands are learned via /fix-ci/fix #10 #11 #12 spawns isolated worktrees, orchestrator serializes user prompts, test execution can be gated by a global lock for projects with shared services (detected automatically)PolyForge uses Claude Code's native extension points:
.claude/skills/) — Each command is a SKILL.md that Claude Code loads on demand.claude/rules/) — Golden principles enforced across all interactionsAfter /forge, your project gets:
polyforge.json # Project config at repo root: stack, tracker, autonomy,
# CI mirror, parallelism, Jira transitions, git defaults
.claude/
rules/
polyforge-*.md # Stack-specific rules (scoped by file path)
CLAUDE.md # Short, high-signal project summary (<200 lines)
docs/
CONTEXT.md # Detailed architecture and project context
tmp/ # PolyForge working directory (gitignored)
Skills live at ~/.claude/skills/polyforge-* (installed globally by npx polyforgeai install) and are shared across all PolyForge-configured projects.
Configured per project during /forge:
By default, Claude Code asks for permission on every file edit and shell command. If you chose "full auto" during /forge, you'll be asked whether to grant full permissions for the project.
Via /forge (persistent, per-project):
Generates a .claude/settings.json that auto-approves all operations in the project directory. You can revert by deleting the file.
Via CLI flag (one-time, any project):
claude --dangerously-skip-permissions
Launches a single session with all permissions granted. Nothing is saved — next session returns to normal.
Install everything or pick what you need:
npx polyforgeai install # Install all skills & rules
npx polyforgeai install --force # Reinstall, overwriting existing
npx polyforgeai add-skill review fix # Install specific skills only
npx polyforgeai remove-skill analyse-db # Remove a skill
npx polyforgeai list # See available skills & install status
Auto-detected during /forge:
gh api.env, .jira confignpx polyforgeai update
npx polyforgeai uninstall
Issue tracker CLIs (install only what you use):
Note: PolyForge is built on Claude Code's native extension system (skills, rules, hooks). It requires Claude Code as its runtime and does not support other AI models or providers. The skills are plain markdown and could be adapted to other tools in the future, but the orchestration (subagents, worktrees, context management) relies on Claude Code.
Contributions are welcome! Please:
git checkout -b feature/my-feature)node --test tests/**/*.test.js)FAQs
Self-adaptive Claude Code plugin for automated software development workflows
The npm package polyforgeai receives a total of 2 weekly downloads. As such, polyforgeai popularity was classified as not popular.
We found that polyforgeai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.