agulliagulliCommunityยท13 Agent Skills Included

atlas-agents

Production-ready code review, testing, deployment, and security workflows

Automates code reviews, test generation, security audits, dependency checks, and safe database migrations. Eliminates manual deployment checklists, blind performance guessing, and risky schema changes with structured verification steps. Includes incident response runbooks and skill security audits so engineering teams ship reliable software faster.
npx skills add agulli/atlas-agents --all -g -y
Available:

Defines a behavioral contract that tells the agent what files it may touch, which commands it may run, and the quality gates it must pass before claiming any task is complete.

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
agulliagulli

git-commit

Enforce conventional commit format and guide staged diff reviews.

Community
Intermediate
๐Ÿ“ฆ In Repo
agulliagulli

incident-response

Guide operators to gather signals, form a hypothesis, and test it with one diagnostic command.

Community
Advanced
๐Ÿ“ฆ In Repo
agulliagulli

code-review

Audit source code for security and quality issues, outputting a JSON report.

Community
Advanced
๐Ÿ“ฆ In Repo
agulliagulli

documentation-writer

Generate developer documentation from code and APIs with validated structure.

Community
Intermediate
๐Ÿ“ฆ In Repo
agulliagulli

api-design

Design REST and GraphQL interfaces with resource-based URLs and explicit schemas.

Community
Intermediate
๐Ÿ“ฆ In Repo
agulliagulli

dependency-audit

Audit project dependencies for vulnerabilities, outdated packages, and license risks.

Community
Advanced
๐Ÿ“ฆ In Repo
agulliagulli

performance-profiling

Profile Python and Node services to identify bottlenecks and guide performance improvements.

Community
Advanced
๐Ÿ“ฆ In Repo
agulliagulli

data-pipeline

Automate data pipeline definition, validation, and orchestration with schema contracts.

Community
Advanced
๐Ÿ“ฆ In Repo
agulliagulli

security-hardening

Apply structured security hardening across authentication, authorization, input validation, secrets, dependencies, and HTTP headers.

Community
Advanced
๐Ÿ“ฆ In Repo
agulliagulli

skill-security-audit

Audit SKILL.md files for malicious, misconfigured, or untrusted content.

Community
Advanced
๐Ÿ“ฆ In Repo
agulliagulli

deploy-checklist

Enforce deployment guardrails and standardized checklists in CI/CD pipelines.

Community
Advanced
๐Ÿ“ฆ In Repo
agulliagulli

database-migration

Automate safe database migrations with Alembic, Django, or Prisma.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’