{
  "markdown": "# devrunway — Claude Code Plugin\n\nExtend Claude Code with a full SDLC skill set for any tech stack — configure once, works everywhere.\n\n---\n\n## What is devrunway?\n\ndevrunway is a Claude Code plugin that adds:\n- **35+ slash commands** covering the full SDLC (brainstorm → design → code → review → deploy)\n- **Background skills** that enforce your team's standards automatically on every file edit\n- **MCP auto-configuration** for your design tools, issue trackers, and code platforms\n- **Modular layers** — install only the standards for the tech you actually use\n\n---\n\n## Quick Start\n\nInside Claude Code:\n\n```bash\n# 1. Add the devrunway marketplace\n/plugin marketplace add manikumarkv/devrunway-claude-plugin\n\n# 2. Install the plugin\n/plugin install devrunway@devrunway\n\n# 3. Run the setup wizard to configure your stack\n/setup\n```\n\n`/setup` asks 35 questions across 6 screens and generates:\n\n| Output | What it does |\n|---|---|\n| `stack.json` | Declares which tech layers you use |\n| `.mcp.json` | Pre-configures MCP servers (Figma, GitHub, Jira…) |\n\nAll 135 layer skills are bundled with the plugin. There is no per-layer install step. The `stack-dispatcher` agent reads `stack.json` and the files you edit, then loads only the relevant layer detail files into a sub-agent so your main thread stays light.\n\n---\n\n## Example: /setup output\n\n```\nYour stack: React + Node/Express + AWS + PostgreSQL/Prisma + Cognito\n            shadcn + Tailwind + Zustand + Zod\n            Pino → CloudWatch + Sentry\n            Vitest + Playwright + Bruno + MSW\n            Figma + GitHub + GitHub Actions\n\nLayers activated for your stack (auto-load on matching files):\n  layers/source-control/github\n  layers/ci/github-actions\n  layers/frontend/react\n  layers/css/tailwind\n  layers/ui-components/shadcn\n  layers/state/zustand\n  layers/backend/node-express\n  layers/validation/zod\n  layers/cloud/aws\n  layers/database/postgres-prisma\n  layers/auth/cognito\n  layers/logging/framework/pino\n  layers/logging/provider/cloudwatch\n  layers/error-monitoring/sentry\n  layers/testing/unit/vitest\n  layers/testing/e2e/playwright\n  layers/testing/api/bruno\n  layers/mocking/msw\n  layers/design/figma\n\nMCP servers configured in .mcp.json (auto-registered on plugin install):\n  figma  → @figma/mcp-server (FIGMA_ACCESS_TOKEN)\n  github → @modelcontextprotocol/server-github (GITHUB_PERSONAL_ACCESS_TOKEN)\n```\n\n---\n\n## Architecture\n\n```\nskills/        ← universal slash commands (product-plan, dev-code, pr, eval, forge, friction…)\nagents/        ← code-reviewer, security-reviewer, debugger, stack-dispatcher, layer-consultant\nhooks/         ← 35 active safety + quality hooks (destructive-git-guard, secrets-leak-guard, …)\n\nlayers/        ← 135 technology layers, auto-loaded by file pattern\n  frontend/      react | vue | angular | nextjs\n  backend/       node-express | python-fastapi | python-django | dotnet\n  cloud/         aws | gcp | azure\n  database/      postgres-prisma | neon | dynamodb | mongodb | sqlalchemy\n  auth/          cognito | firebase | auth0 | azure-ad\n  css/           tailwind | styled-components | css-modules | bootstrap\n  ui-components/ shadcn | mui | ant-design | chakra\n  state/         zustand | redux-toolkit | jotai | pinia\n  validation/    zod | yup | valibot | joi\n  testing/\n    unit/        vitest | jest | pytest\n    e2e/         playwright | cypress | selenium\n    api/         bruno | postman | insomnia\n  mocking/       msw | mirage | json-server\n  logging/\n    framework/   pino | winston | morgan\n    provider/    cloudwatch | datadog | splunk | newrelic\n  error-monitoring/ sentry | datadog-apm | bugsnag\n  ci/            github-actions | gitlab-ci | circleci | azure-pipelines\n  design/        figma | sketch | adobe-xd\n  payment/       stripe | paypal | braintree\n  storage/       s3 | cloudinary | gcs | uploadthing\n  search/        algolia | elasticsearch | typesense\n  realtime/      socketio | pusher | ably\n  cache-queue/   redis | bullmq | sqs | rabbitmq\n  feature-flags/ launchdarkly | aws-appconfig | flagsmith | posthog\n  secrets/       aws-secrets-manager | vault | doppler | env-only\n  source-control/ github | gitlab | bitbucket | azure-devops\n  ... and more (135 layers total)\n\nsetup/         ← /setup wizard\n```\n\n---\n\n## SDLC Flow\n\n```\n/product-brainstorm → /product-plan → /product-tasks → /product-refine →\n/dev-brainstorm → /dev-design → /dev-code → /dev-review → /pr create →\n/deploy staging → /validate → /deploy prod\n```\n\n---\n\n## Key Commands\n\n| Command | What it does |\n|---|---|\n| `/setup` | Configure your stack — run once per project |\n| `/product-brainstorm` | Turn an idea into structured user stories |\n| `/product-plan` | Break user stories into epics and milestones |\n| `/dev-design` | Design architecture before touching code |\n| `/dev-code` | Step-by-step implementation with checkpoints |\n| `/dev-review` | Full code review via `code-reviewer` agent |\n| `/security-review` | OWASP + secrets audit via `security-reviewer` agent |\n| `/pr` | Create PR with description, checklist, linked issues |\n| `/deploy` | Deploy to staging or production |\n| `/evolve` | Evidence-based plugin improvement based on session history |\n\n---\n\n## Background Skills\n\nOnce layers are installed, skills auto-load based on the files you touch — no commands needed:\n\n| Stack includes… | Skills auto-load when you edit… |\n|---|---|\n| React | `react-standards`, `composition-patterns` |\n| Zod | `zod-validation` |\n| Prisma | `database-sql` |\n| Pino | `logging-standards` |\n| MSW | `msw-mocking` |\n| shadcn/ui | `shadcn-ui` |\n| Tailwind | `tailwind-css` |\n| Cognito | `cognito-auth`, `security-standards` |\n\n---\n\n## Contributing a Layer\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to build a layer for an unimplemented technology and get it merged.\n\n---\n\n## Roadmap\n\nSee [docs/ROADMAP.md](docs/ROADMAP.md) for the full layer status table, session log, and what's planned next.\n\n---\n\n## License\n\nMIT\n",
  "bytes": 5927,
  "sha": "731f82fd193d5c781097cb2e09aa11da88fdd2f8e8a9c1c4ddd36c3c5801b0e8",
  "repo_slug": "manikumarkv/devrunway-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_manikumarkv_devrunway_claude_plugin_devr_298249a3/readme"
}