Software Engineering Skills

Production directives and architectural invariants for AI coding agents.

$ npx se-skills init --target=agents
Scaffolds .agents/skills/ and foundational .agents/AGENTS.md constitution.

Three-Step Integration

Zero runtime dependencies. Clean markdown directives loaded on demand by your assistant.

1

Navigate to Workspace

Open your project directory in terminal.

cd your-project
2

Scaffold Directives

Run via npx or install globally with npm.

npx se-skills init
3

Pair Program

Your coding assistant automatically enforces domain invariants.

Directives active in workspace

Architecture Presets

Directive bundles tailored to common application stacks.

Web and Fullstack

WCAG 2.2 AA accessibility, Core Web Vitals, and hermetic UI testing.

npx se-skills init --preset=web
Directives

Architectural Benchmarks

Side-by-side comparison of standard model outputs versus architecture-enforced code.

transfer-funds.service.ts TypeScript
Before
After
@@ -1,14 +1,21 @@ transfer-funds.service.ts

Engineering Audit

Automated quality gates and observable benchmarks governing this repository.

ISO/IEC 25010:2023

Comprehensive ISO compliance across security, reliability, maintainability, and efficiency.

W3C WCAG 2.2

High-contrast accessibility, keyboard operability, and screen reader landmarks.

Core Web Vitals

Zero layout shift architecture with sub-millisecond paint metrics.

Runtime Footprint

Zero runtime dependencies, zero telemetry, and zero background daemons.

Directives Catalog

Search and inspect 24 software engineering skills and 18 industry domain specifications.

Showing 24 of 24 specifications

CLI Command Reference

Standardized toolchain commands for installation, architecture reviews, and quality verification.

Command Specification and Purpose Target Scope
se-skills
npx se-skills
Interactive menu to select project archetype, installation scope, and target agent. Interactive prompt
se-skills init --preset=<type>
--target=<agent> --yes
Scaffold selected skill preset directly into project workspace without interactive prompt. .agents/, .claude/, .cursor/, .hermes/, .windsurf/, .clinerules/, .github/, .omp/, .opencode/, .kiro/
se-skills suggest "<query>"
npx se-skills suggest "..."
Natural language project archetype matcher recommending optimal skill subsets. Terminal stdout recommendation
se-skills adr "<title>"
npx se-skills adr "..."
Scaffold an ISO 42010 Architecture Decision Record into docs/architecture/adr/. Generates docs/architecture/adr/NNNN-slug.md
se-skills route "<query>"
npx se-skills route "..."
DASR-SCO algorithm: computes BM25 domain affinity, Gall's law tier, and knapsack skill set. Mathematical routing breakdown
se-skills status
npx se-skills status
Audits current repository and global configuration reporting installed skills and constitutions. Audits all local workspaces and global configurations
se-skills list
npx se-skills list
Outputs all 24 skills and 18 domain specifications directly to stdout. None

Standards Foundation

Guidelines injected into your agent originate from established international engineering literature.

ISO/IEC 25010:2023
9 Product Quality Characteristics: Functional, Performance, Reliability, Security, Safety.
IEEE SWEBOK v4
Software Engineering Body of Knowledge for software design, testing, and lifecycle architecture.
NIST SP 800-218
Secure Software Development Framework (SSDF) and supply-chain risk mitigation.
TOGAF 10th and ADRs
Architecture governance and ISO 42010 immutable decision record logging.