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 agentmods add skills/kk376/dev-suite/engineernpx skills add kk376/dev-suite --skill engineergit clone --depth 1 https://github.com/kk376/dev-suiteWhat 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 | $0.00110 | $0.04864 |
| Opus 5 | $0.00055 | $0.02432 |
| Sonnet 5 | $0.00022 | $0.00973 |
| Haiku 4.5 | $0.00011 | $0.00486 |
Grade A, and why
engineer 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 yesterday.
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 — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Universal Master Engineering & Design Skill
A unified, production-grade standard for software engineering craftsmanship, deep system architecture, defensive zero-trust security, and UI/UX design excellence. Synthesizes decades of software design principles (Ousterhout, Beck, Evans, Pragmatic Programmer) with 74 real-world production design systems across 8 archetypes and the 17-category Vibe-Check defensive security standard.
The Master Engineering & Design Lifecycle
Every feature, interface, and system follows a disciplined, traceable progression:
┌─────────────────────────────────────────────────────────────────────────────────────────┐
│ THE UNIFIED MASTER WORKFLOW PIPELINE │
└─────────────────────────────────────────────────────────────────────────────────────────┘
│
1. Discovery & Design Alignment ▼
[Concept / Feature] ─────► [grill-with-docs] ────► [design-archetype / prototype]
│ │
├──────────────────────────┘
2. Architecture, Tokens & Slicing ▼
[design-tokens / UI geometry] ──► [to-spec]
│
▼
[to-tickets] (Vertical Tracer Bullets + Blocking DAG)
│
3. Execution, TDD & UI States ▼
[implement] ◄───────► [tdd] (Red-Green-Refactor)
│ │
▼ ▼
[diagnosing-bugs] (6-Phase Diagnostic Loop)
│
4. Defensive Security & Auditing ▼
[security-audit / vibe-check] (17 Guardrails)
│
5. Review, Polish & Accessibility ▼
[code-review] (Standards Axis + Spec & WCAG Axis)
│
▼
[improve-codebase-architecture] (Deep Modules)
│
6. Packaging, Merge & Distribution ▼
[packaging / release] ─────► [Ship / Production]
What ships with it
35 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/01_lifecycle_and_routing.md 3.0 KB
- references/02_grilling_and_discovery.md 1.7 KB
- references/03_domain_modeling_and_adrs.md 1.5 KB
- references/04_deep_module_architecture.md 4.4 KB
- references/05_spec_and_ticket_slicing.md 1.8 KB
- references/06_tdd_and_implementation.md 2.6 KB
- references/07_two_axis_code_review.md 4.2 KB
- references/08_bug_diagnostics_protocol.md 1.6 KB
- references/09_architecture_survey_and_refactoring.md 858 B
- references/10_wayfinder_and_triage.md 981 B
- references/11_merge_conflicts_and_git_guardrails.md 1.5 KB
- references/12_productivity_and_communication.md 3.4 KB
- references/13_interactive_wizards_and_scripts.md 675 B
- references/14_packaging_and_distribution_pipelines.md 4.7 KB
- references/15_design_brand_index_and_archetypes.md 13 KB
- references/16_design_ai_and_devtools.md 508 KB
- references/17_design_big_tech_and_enterprise.md 250 KB
- references/18_design_cloud_infra_and_databases.md 313 KB
- references/19_design_fintech_and_commerce.md 175 KB
- references/20_design_productivity_and_saas.md 311 KB
- references/21_design_media_and_creative.md 134 KB
- references/22_design_consumer_and_culture.md 102 KB
- references/23_design_automotive_aerospace_and_retro.md 311 KB
- references/24_design_universal_token_and_tailwind_engine.md 2.6 KB
- references/25_design_component_blueprints_and_recipes.md 7.2 KB
- references/26_design_motion_and_microinteractions.md 1.2 KB
- references/27_design_accessibility_and_performance.md 1.4 KB
- references/28_design_terminal_ui_and_cli_geometry.md 3.8 KB
- references/29_security_vibe_check_and_defensive_engineering.md 19 KB
- scripts/arch_report.py 2.6 KB runs code
- scripts/brand_picker.py 1.5 KB runs code
- scripts/generate_tokens.py 3.4 KB runs code
- scripts/git_guardrails.sh 715 B runs code
- scripts/init_project.sh 1.3 KB runs code
- scripts/wizard_template.sh 956 B runs code
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.
- yesterday First seen · 201 lines · 110 tokens per session scan A b19570cc7361
engineer is a skill published in the GitHub repository kk376/dev-suite (0 stars, last pushed yesterday), licensed MIT. It adds 110 tokens to every session and 4,864 once invoked, about $0.0006 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-31.
Other skills, from other repositories
yt-dlp-music-downloads
Download YouTube playlists into the Navidrome music library.
qa-handoff
Generate a hands-on QA testing guide as a self-contained HTML page — for Rails apps or static (Hugo) sites. --publish uploads the HTML to the project's configured QA host.
merge-pr
Merge a pull request with status checks, squash merge, and branch cleanup. Handles worktree contexts.
checkpoint
Quick 2-minute status update on current phase, completed work, blockers, and health check.
chezmoi-scripts
Use when adding/debugging a chezmoi run/runonce/runonchange script under config/chezmoi/, or when a dotfiles sync script "isn't firing" — "why didn't my script run", "add a script that starts X after sync", "the hyprland/noctalia script isn't triggering". Covers how this app's "apply selected" scopes chezmoi apply to…
po-translate
Orchestrate English→Japanese translation of po/ja.po — classify, delegate translation/review to subagents, iterate until clean.