← ClaudeAtlas

apcore-skillslisted

Apcore ecosystem management skill for Codex. Use only when the user explicitly asks for apcore-skills, apcore ecosystem sync, SDK bootstrap, framework integration scaffolding, ecosystem audit, spec-driven tester, coordinated release, or dashboard operations. Handles cross-language API, contract, and deep-chain consistency across apcore repos, documentation alignment, conformance testing, and multi-repo release coordination.
aiperceivable/apcore-skills · ★ 1 · AI & Automation · score 67
Install: claude install-skill aiperceivable/apcore-skills
# Apcore Skills Orchestrator Apcore-skills is an ecosystem-level workflow suite for the apcore family of repositories. This root skill is the Codex-facing orchestrator: route explicit apcore-skills requests, load only the needed child skill, and preserve the cross-language consistency model. ## Trigger Policy Use this skill only when the user explicitly asks for apcore-skills or one of its subcommands. Do not trigger merely because the current repository or path contains `apcore`. Valid trigger examples: - `/apcore-skills` - `/apcore-skills:sync ...` - `/apcore-skills:sdk ...` - `/apcore-skills:integration ...` - `/apcore-skills:audit ...` - `/apcore-skills:tester ...` - `/apcore-skills:release ...` - "run apcore-skills audit" - "bootstrap an apcore SDK" - "sync the apcore ecosystem" Do not use this skill for ordinary application work inside an apcore repo unless the user asks for ecosystem-level apcore-skills behavior. For regular code planning, implementation, debugging, or review, use code-forge-style workflows. ## Routes | User request | Route | |---|---| | `/apcore-skills` | Dashboard via `commands/apcore-skills.md` | | `/apcore-skills:sync ...` | Sync | | `/apcore-skills:sdk ...` | SDK | | `/apcore-skills:integration ...` | Integration | | `/apcore-skills:audit ...` | Audit | | `/apcore-skills:tester ...` | Tester | | `/apcore-skills:release ...` | Release | The `commands/*.md` files are compatibility command definitions from the Claude-oriented implementation.