atlas-agents
Production-ready code review, testing, deployment, and security workflows
All Skills in This Repository (13)
Pure Emerald Level Indicatorsgit-commit
Enforce conventional commit format and guide staged diff reviews.
incident-response
Guide operators to gather signals, form a hypothesis, and test it with one diagnostic command.
code-review
Audit source code for security and quality issues, outputting a JSON report.
documentation-writer
Generate developer documentation from code and APIs with validated structure.
api-design
Design REST and GraphQL interfaces with resource-based URLs and explicit schemas.
dependency-audit
Audit project dependencies for vulnerabilities, outdated packages, and license risks.
performance-profiling
Profile Python and Node services to identify bottlenecks and guide performance improvements.
data-pipeline
Automate data pipeline definition, validation, and orchestration with schema contracts.
security-hardening
Apply structured security hardening across authentication, authorization, input validation, secrets, dependencies, and HTTP headers.
skill-security-audit
Audit SKILL.md files for malicious, misconfigured, or untrusted content.
deploy-checklist
Enforce deployment guardrails and standardized checklists in CI/CD pipelines.
database-migration
Automate safe database migrations with Alembic, Django, or Prisma.
Frequently Asked Questions
FAQPage SchemaHow to install atlas-agents?โผ
Run `npx skills add agulli/atlas-agents --all -g -y` in your terminal to install all skills in this collection globally.
What engineering tasks can atlas-agents automate?โผ
It covers code review, test generation, API design, dependency audits, performance profiling, database migrations, deployments, and incident response with step-by-step verification.
How does atlas-agents make deployments safer?โผ
The deploy-checklist and database-migration skills force confirmation of the target environment, require passing tests, and verify results after every change before declaring success.
Does atlas-agents work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Can atlas-agents audit my skill library for security risks?โผ
Yes. The skill-security-audit skill scans installed skills for prompt injection, overly broad permissions, and unverified external sources before you trust them.
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