aiperceivable
- 8 skills
- 0 followers
- 4 hours ago last updated
- ▌ Sdk 2 · aiperceivable bundleBootstrap a new language SDK for the apcore ecosystem. Scaffolds the project structure, extracts the full API contract from the protocol spec and reference implementation, generates build configuration, and creates an implementation plan via code-forge:plan for each feature module.
- ▌ Apcore Skills · aiperceivable bundleApcore 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.
- ▌ Sdk · aiperceivable bundleBootstrap and implement a new language SDK for the apcore ecosystem. Scaffolds the project structure, extracts API contract, then automatically continues with code-forge:port (plan generation) and code-forge:impl (TDD implementation) to deliver a fully implemented SDK — not just stubs.
- ▌ Sync · aiperceivable bundleUnified cross-language consistency verification and documentation alignment. Phase A: verifies feature specs and protocol spec match all language implementations (classes, functions, parameters, return types, trait/interface satisfaction, multi-constructor patterns, and optional algorithm-skeleton checkpoints) via itemized checklist comparison. Phase B: verifies all documentation (PRD, SRS, Tech Design, Test Plan, Feature Specs, PROTOCOL_SPEC, README, examples, tests) is internally consistent and free of contradictions. Includes cross-language example scenario coverage and test scenario coverage comparison. Optionally hands off behavioral equivalence to the `tester` skill. Covers both apcore core SDKs and apcore-mcp bridges.
- ▌ Audit · aiperceivable bundleDeep cross-repo consistency audit for the apcore ecosystem. Checks API surface alignment, naming conventions, version synchronization, documentation quality, test coverage, dependency alignment, and configuration consistency across all repos. Generates a detailed report with severity-classified findings.
- ▌ Tester · aiperceivableSpec-driven test generation and cross-language test verification for the apcore ecosystem. Reads the authoritative spec for each project type (PROTOCOL_SPEC.md for core, SRS/Tech Design for MCP/A2A/CLI, feature specs for toolkit) to generate test cases, runs them across all language implementations in parallel, and reports behavioral inconsistencies. Acts as the ecosystem's quality gatekeeper — audit checks static consistency, tester checks runtime correctness.
- ▌ Release · aiperceivableCoordinated multi-repo release pipeline for the apcore ecosystem. Handles version bumps across all version files, CHANGELOG generation from git history, cross-repo dependency updates, test verification, and staged commits. Only pushes after explicit user approval.
- ▌ Integration · aiperceivableBootstrap a new framework integration for apcore. Scaffolds the project with endpoint scanners, configuration system, context mapping, CLI commands, demo project, and Docker setup. Learns patterns from existing integrations (django-apcore, flask-apcore, nestjs-apcore).