Apcore ecosystem management — cross-language SDK sync, framework integration scaffolding, multi-repo audit, coordinated releases, and documentation alignment
npx claudepluginhub tercel/tercel-claude-plugins --plugin apcore-skillsApcore ecosystem dashboard — ONLY when user explicitly invokes /apcore-skills. Do NOT auto-trigger based on project name or directory.
Deep cross-repo consistency audit for apcore ecosystem — ONLY when user explicitly invokes /apcore-skills:audit. Do NOT auto-trigger.
Bootstrap a new apcore framework integration — ONLY when user explicitly invokes /apcore-skills:integration. Do NOT auto-trigger.
Coordinated multi-repo release for apcore ecosystem — ONLY when user explicitly invokes /apcore-skills:release. Do NOT auto-trigger.
Bootstrap a new apcore SDK — ONLY when user explicitly invokes /apcore-skills:sdk. Do NOT auto-trigger.
Unified cross-language and documentation consistency check for apcore ecosystem — ONLY when user explicitly invokes /apcore-skills:sync. Do NOT auto-trigger.
Spec-driven test generation and cross-language behavioral verification for apcore ecosystem — ONLY when user explicitly invokes /apcore-skills:tester. Do NOT auto-trigger.
Deep 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.
Bootstrap 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).
Coordinated 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.
Bootstrap 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.
Bootstrap 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.
Unified cross-language consistency verification and documentation alignment. Phase A: verifies feature specs and protocol spec match all language implementations (classes, functions, parameters, return types) via itemized checklist comparison. Phase B: verifies all documentation (PRD, SRS, Tech Design, Test Plan, Feature Specs, PROTOCOL_SPEC, README, examples) is internally consistent and free of contradictions. Covers both apcore core SDKs and apcore-mcp bridges.
Spec-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.
Part of aipartnerup/apcore-skills
Apcore ecosystem management skill for Claude Code. Handles cross-language SDK synchronization, framework integration scaffolding, multi-repo audits, spec-driven test generation, coordinated releases, and documentation alignment.
| Command | Usage | Description |
|---|---|---|
/apcore-skills | Ecosystem dashboard — versions, git status, health, all commands | |
/apcore-skills:sync | [repos...] [--phase a|b|all] [--fix] [--scope core|mcp|all] [--save] | Cross-language API + documentation consistency check & fix |
/apcore-skills:sdk | <language> [--type core|mcp] [--ref <existing-sdk>] | Bootstrap a new language SDK from reference |
/apcore-skills:integration | <framework> [--lang python|typescript|go] [--ref <existing-integration>] | Bootstrap a new framework integration |
/apcore-skills:audit | [--scope core|mcp|integrations|all] [--fix] [--save report.md] | Deep cross-repo consistency audit |
/apcore-skills:tester | [<repos...>] [--spec <feature>] [--mode generate|run|full] [--category unit|integration|boundary|protocol|all] [--save report.md] | Spec-driven test generation & cross-language behavioral verification |
/apcore-skills:release | <version> [--scope core|mcp|integrations|all] [--dry-run] | Coordinated multi-repo release pipeline |
The apcore ecosystem consists of:
Core Protocol:
apcore — Protocol specification and documentationCore SDKs (must stay in sync):
apcore-python — Python SDKapcore-typescript — TypeScript SDK (npm: apcore-js)apcore-rust — Rust SDKMCP Bridges (must stay in sync):
apcore-mcp-python — Python MCP serverapcore-mcp-typescript — TypeScript MCP server (npm: apcore-mcp)apcore-mcp-rust — Rust MCP serverA2A Bridges:
apcore-a2a-python — Python A2A bridgeapcore-a2a-typescript — TypeScript A2A bridgeToolkit:
apcore-toolkit-python — Python toolkitapcore-toolkit-typescript — TypeScript toolkitCLI:
apcore-cli — Command-line interfaceFramework Integrations:
django-apcore — Django integrationflask-apcore — Flask integrationnestjs-apcore — NestJS integrationtiptap-apcore — TipTap editor integrationShared Libraries:
apcore-discovery-python — Shared discovery utilities~/WorkSpace/aipartnerup/)apcore/ protocol repo with PROTOCOL_SPEC.md is required for sync, sdk, and tester (core-sdk target) commandsapcore-mcp/ (MCP bridges), apcore-a2a/ (A2A bridges), apcore-cli/ (CLI), apcore-toolkit/ (toolkit).apcore-skills.json in the ecosystem root to customize discovery and version groupssdk and integration commands (generates .code-forge.json and uses code-forge:port, code-forge:plan, code-forge:impl)tester via TDD red-green cycleUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.