claude-agentic-framework
Multi-agent coding workflows with quality gates and safety hooks
All Skills in This Repository (52)
Pure Emerald Level Indicatorsvisual-assets
Automate visual asset creation, optimization, and organization across SVG, PNG, WebP, and AVIF formats.
accessibility
Audits digital products for WCAG 2.1 compliance and generates a prioritized fix list.
design-systems
Standardize UI components and design tokens across projects.
interface-design
Designs web and mobile UI layouts and specifications with navigation, forms, and feedback patterns.
compliance
Enforce GDPR, HIPAA, PCI-DSS, and SOC2 compliance controls across IT ecosystems.
threat-modeling
Identify and analyze security threats using STRIDE methodology.
identity-access
Design and enforce OAuth 2.0, OIDC, RBAC, and MFA authentication flows.
application-security
Identify and remediate OWASP Top 10 vulnerabilities across web, mobile, and API services.
security-review
Detect security vulnerabilities in codebases using a checklist-driven review framework.
implementing-code
Automate feature implementation with SOLID design, validation, and tests.
test-driven-development
Automates the TDD cycle of red-green-refactor for reliable code development.
data-management
Design relational and analytic data storage systems with schema design, migrations, and integrity constraints.
Frequently Asked Questions
FAQPage SchemaHow to install claude-agentic-framework?โผ
Run `npx skills add dralgorhythm/claude-agentic-framework --all -g -y` in your terminal to install all skills in this framework globally.
What does claude-agentic-framework do?โผ
It adds coordinated multi-agent swarms, role-based workflow skills like architect and builder, and safety hooks to your coding projects. Agents plan, implement, review, and ship changes with enforced quality gates.
How do swarm commands work?โผ
Commands like /swarm-plan and /swarm-execute fan work out to parallel worker agents that explore, build, and review code. Each worker runs quality gates before results are merged and pushed.
Does it work outside Claude Code?โผ
Yes. The skills follow the open Agent Skills standard, so GitHub Copilot agents, VS Code, and 40+ other clients can read them directly from the .claude/skills directory.
Can I use it without deep prompt engineering knowledge?โผ
Yes. You invoke simple slash commands like /architect or /swarm-review, and the framework's built-in rules and hooks handle the orchestration and safety checks for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core