npx skills add https://github.com/v1truv1us/ai-eng-system --skill coolify-deployCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
AI engineering workflow toolkit for Claude Code and OpenCode with 57 commands (42 ai-eng namespace + 5 lifecycle aliases + 5 runtime + 5 orchestration), 38 specialized agents, and 32 reusable skills covering the full development lifecycle from idea to production.
This repository ships three npm packages:
@ai-eng-system/core - shared library and content-loading helpers@ai-eng-system/toolkit - generated Claude Code, OpenCode, and marketplace assets@ai-eng-system/cli - executable installer and command-line workflowsThe repo root package is private and is never published.
npm install -g @ai-eng-system/cli
# Install commands, agents, and skills into the current project
ai-eng install --scope project
# Or install globally for OpenCode
ai-eng install --scope global
/plugin marketplace add v1truv1us/ai-eng-system
/plugin install ai-eng-system@ai-eng-marketplace
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-skills", "ai-eng-system"]
}
OpenCode learning automation now surfaces toast-based suggestions for /ai-eng/decision-journal and /ai-eng/quality-gate, then waits for explicit /ai-eng/learning-approve, /ai-eng/learning-dismiss, or /ai-eng/learning-snooze consent. Local policy and state live under .ai-context/learning/.
| Phase | Command | Purpose |
|---|---|---|
| Research | /ai-eng/research |
Multi-phase codebase and external research |
| Specify | /ai-eng/specify |
Feature/spec generation with TCRO structure |
| Plan | /ai-eng/plan |
Implementation planning |
| Work | /ai-eng/work |
Guided execution with quality gates |
| Review | /ai-eng/review |
Multi-agent code review |
Lifecycle mapping to the more common agent-skills command names:
| This repo | Common lifecycle alias |
|---|---|
/ai-eng/specify |
/spec |
/ai-eng/plan |
/plan |
/ai-eng/work |
/build |
/ai-eng/review |
/review |
Related commands:
/ai-eng/ralph-wiggum - iterative full-cycle workflow/ai-eng/simplify - code reuse, quality, and efficiency simplificationai-eng/ namespace plus 7 lifecycle aliasesSelected commands beyond the core workflow:
/ai-eng/create-plugin, /ai-eng/create-agent, /ai-eng/create-command, /ai-eng/create-skill, /ai-eng/create-tool/ai-eng/code-review, /ai-eng/agent-analyzer, /ai-eng/fact-check, /ai-eng/deep-research, /ai-eng/content-optimize/ai-eng/deploy, /ai-eng/docker, /ai-eng/cloudflare, /ai-eng/github, /ai-eng/k8s, /ai-eng/monitoring, /ai-eng/security-scan/ai-eng/context, /ai-eng/knowledge-capture, /ai-eng/knowledge-architecture, /ai-eng/decision-journal, /ai-eng/quality-gate, /ai-eng/maintenance-review, /ai-eng/learning-approve, /ai-eng/learning-dismiss, /ai-eng/learning-snooze, /ai-eng/init, /ai-eng/seoClaude marketplace packaging note:
ai-eng-core keeps the core plan/work/review workflowai-eng-learning now packages /ai-eng/knowledge-architecture, /ai-eng/decision-journal, /ai-eng/quality-gate, /ai-eng/maintenance-review, /ai-eng/learning-approve, /ai-eng/learning-dismiss, and /ai-eng/learning-snooze/ai-eng/knowledge-capture remains outside that plugin groupSee docs/reference/commands.md for the full command list.
The generated outputs now preserve namespaced skill paths.
Examples:
skills/ai-eng/simplify/SKILL.md -> /ai-eng/simplifyskills/workflow/ralph-wiggum/SKILL.md -> /ai-eng/ralph-wiggumskills/comprehensive-research/SKILL.md -> /ai-eng/researchskills/knowledge-architecture/SKILL.md -> /ai-eng/knowledge-architectureSee docs/reference/skills.md for the full skill inventory.
This repository now aligns more closely with the addyosmani/agent-skills lifecycle without dropping its existing ai-eng/* command namespace, marketplace build pipeline, or specialized agent model.
Recent alignment work includes:
code-review-and-quality, code-simplification, debugging-and-error-recovery, and incremental-implementationTHIRD_PARTY_LICENSES.mdThe current coordinated release version is 1.0.0 for:
@ai-eng-system/core@ai-eng-system/toolkit@ai-eng-system/cliTrusted publishing runs through .github/workflows/publish-all-oidc.yml using GitHub OIDC.
bun install
bun run build
bun run build:toolkit
bun test
content/ Canonical command and agent docs
skills/ Canonical skill definitions
packages/core/ Published core library package
packages/toolkit/ Published toolkit assets package
packages/cli/ Published CLI package
plugins/ai-eng-system/ Marketplace plugin output
dist/ Generated root outputs
docs/getting-started/installation.mddocs/getting-started/quick-start.mddocs/reference/commands.mddocs/reference/skills.mddocs/architecture/marketplace.mddocs/opencode-learning-automation.mdPUBLISHING.mdRELEASE.mdRELEASE_NOTES.md