Pax's Claude Code plugins
npx claudepluginhub pax-k/paxify-pluginsScaffolds the full .claude/ agentic engineering stack for TypeScript/monorepo projects. Defense-in-depth: CLAUDE.md, path-scoped rules, specialist agents, lifecycle hooks, and scoped permissions.
Claude Code plugin that scaffolds the full .claude/ agentic engineering stack for TypeScript/monorepo projects.
Defense-in-depth: CLAUDE.md, path-scoped rules, specialist agents, lifecycle hooks, and scoped permissions.
/plugin marketplace add pax-k/paxify-plugins
/plugin install agentic-init@paxify
/paxify:agentic-init
The plugin analyzes your codebase and generates a complete .claude/ directory tailored to your project.
Project constitution (~80-100 lines). Commands, workflow, key rules. Acts as a router to detailed context — not a novel.
Path-scoped instructions that load only when Claude touches matching files:
Specialist subagents with isolated context and scoped tools:
Reusable workflow templates:
Shell scripts at lifecycle events. Exit 2 = blocked, no negotiation:
Permissions allowlist + hook wiring. Generous permissions for safe operations, hooks catch the dangerous ones.
Phase 1: Analyze — A read-only codebase-analyzer agent explores your project and produces a structured profile: package manager, monorepo structure, framework, test runner, formatter, linter, database layer, git conventions, file patterns.
Phase 2: Generate — The /agentic-init skill reads the profile and adapts template files to your project. Every placeholder is replaced with detected values. Conditionals handle monorepo vs single-project, Next.js vs other frameworks, etc.
| Category | Detects |
|---|---|
| Package manager | pnpm, bun, yarn, npm (from lock files) |
| Monorepo | Workspaces, workspace types (frontend/backend/library) |
| Framework | Next.js, Remix, Astro, Express, Fastify, Hono, tRPC |
| Test runner | Vitest, Jest, Bun test, Playwright, Cypress |
| Formatter | Prettier, Biome |
| Linter | ESLint, Biome, oxlint |
| Database | Drizzle, Prisma, TypeORM, Knex |
| Git | Commit style, protected branches, CI config |
This plugin generates the guardrails layer. For spec-driven workflow (plan → implement → review), use OpenSpec.
After generation, review and customize:
CLAUDE.md to add project-specific rulessettings.json permissions for your toolingMIT
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search