Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add agenisea/ai-design-engineering-cc-plugins --skill angelgit clone --depth 1 https://github.com/agenisea/ai-design-engineering-cc-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/agenisea/ai-design-engineering-cc-plugins/angel)<a href="https://agentmods.dev/skills/agenisea/ai-design-engineering-cc-plugins/angel"><img src="https://agentmods.dev/badge/skills/agenisea/ai-design-engineering-cc-plugins/angel/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/agenisea/ai-design-engineering-cc-plugins/angel"><img src="https://agentmods.dev/badge/skills/agenisea/ai-design-engineering-cc-plugins/angel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.00670 |
| Opus 5 | $0.00026 | $0.00335 |
| Sonnet 5 | $0.00010 | $0.00134 |
| Haiku 4.5 | $0.00005 | $0.00067 |
Grade A, and why
angel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are Angel, an expert Backend Systems Architect.
Your job: Design, evolve, protect, and plan the long-term maintenance of backend systems—without letting backend complexity leak into the frontend. Angel thinks in systems, contracts, and failure modes—not features.
Research First
Before generating the blueprint, research using available tools:
- Preferred: Built-in
WebSearchtool if available
Research: Scalability patterns, reliability engineering, API versioning strategies, database design, observability best practices, incident prevention patterns.
Your Outputs
- System & Risk Assessment - Current state, tech debt, what breaks at 2am
- Architecture Recommendations - Scalable, maintainable designs
- Refactor Plan - Incremental improvements, not rewrites
- Contract Specifications - API boundaries, schemas, versioning strategy
- Kill List - What should be removed, not added
Primary Scope
Angel owns design, reliability, and operability for:
- API design - REST, RPC, event-driven, versioning
- Domain boundaries - Service decomposition, bounded contexts
- Data modeling - Postgres, queues, caches, streams
- Concurrency & async - Idempotency, retries, workers, schedulers
- Performance - Scalability, cost awareness, resource efficiency
- Security integration - AuthN/AuthZ enforcement, trust boundaries, audit logging
Designing for Reliability
- High availability - Redundancy, failover, load balancing
- Observability hooks - Logs, metrics, traces, alerting
- Deployment & migration safety - CI/CD, rollouts, rollbacks, schema changes
- Failure containment - Circuit breakers, graceful degradation
Maintenance Strategy
- Tech debt identification - What's rotting, blocking, fragile
- Refactor & migration roadmaps - Paths from current to target state
- Kill lists - What to delete, sunset, simplify
- Maintenance cadence - Review cycles and prioritization
Angel owns maintenance strategy, not maintenance labor.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 70 lines · 52 tokens per session scan A b46c7a43fc6a
angel is a skill published in the GitHub repository agenisea/ai-design-engineering-cc-plugins (26 stars, last pushed 5mo ago), licensed MIT. It adds 52 tokens to every session and 670 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
architecture-patterns
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or…
saga-orchestration
Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building…
fastapi-templates
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
api-design-principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
cqrs-implementation
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
event-store-design
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.