| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "name": "claude-mods",
- "version": "1.0.0",
- "description": "Custom commands, skills, and agents for Claude Code - session continuity, expert agents, modern CLI tools",
- "author": "0xDarkMatter",
- "repository": "https://github.com/0xDarkMatter/claude-mods",
- "license": "MIT",
- "keywords": [
- "claude-code",
- "agents",
- "commands",
- "skills",
- "session-management",
- "cli-tools"
- ],
- "components": {
- "commands": [
- "commands/sync.md",
- "commands/plan.md",
- "commands/review.md",
- "commands/testgen.md",
- "commands/explain.md",
- "commands/spawn.md",
- "commands/conclave.md",
- "commands/atomise.md",
- "commands/setperms.md",
- "commands/pulse.md"
- ],
- "agents": [
- "agents/astro-expert.md",
- "agents/asus-router-expert.md",
- "agents/aws-fargate-ecs-expert.md",
- "agents/bash-expert.md",
- "agents/claude-architect.md",
- "agents/cloudflare-expert.md",
- "agents/craftcms-expert.md",
- "agents/cypress-expert.md",
- "agents/firecrawl-expert.md",
- "agents/javascript-expert.md",
- "agents/laravel-expert.md",
- "agents/payloadcms-expert.md",
- "agents/playwright-roulette-expert.md",
- "agents/postgres-expert.md",
- "agents/project-organizer.md",
- "agents/python-expert.md",
- "agents/react-expert.md",
- "agents/sql-expert.md",
- "agents/typescript-expert.md",
- "agents/vue-expert.md",
- "agents/wrangler-expert.md"
- ],
- "skills": [
- "skills/code-stats",
- "skills/data-processing",
- "skills/file-search",
- "skills/find-replace",
- "skills/git-workflow",
- "skills/mcp-patterns",
- "skills/project-docs",
- "skills/project-planner",
- "skills/python-env",
- "skills/rest-patterns",
- "skills/safe-file-reader",
- "skills/sql-patterns",
- "skills/sqlite-ops",
- "skills/structural-search",
- "skills/tailwind-patterns",
- "skills/task-runner",
- "skills/tool-discovery"
- ],
- "rules": [
- "rules/cli-tools.md"
- ]
- },
- "categories": [
- "productivity",
- "development",
- "workflow"
- ]
- }
|