apcore-skillslisted
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.