Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Two-skill engineering pack: api-craft (wire contract design — REST/GraphQL/RPC choice, versioning, error envelopes, pagination, idempotency, rate limiting, webhooks, SDK ergonomics, OpenAPI as source-of-truth) + mobile-craft (mobile orchestration and decision-making — stack-choice phase, cross-runtime patterns for offline/push/deep-linking, cross-store shipping discipline). Sits above implementation specialists: hands off API handlers to fullstack-engineer / cloudflare, hands off Apple-platform work to ios-craft, RN to react-native-foundations, Expo to expo. Includes 2 cross-cutting agents (api-contract-reviewer, mobile-stack-decider) and 7 slash commands.
npx claudepluginhub blaze-sports-intel/blaze-craft --plugin blaze-craftBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Run a full api-craft contract design pass on a new or changed surface. Produces the contract shape, OpenAPI / GraphQL spec entries, error envelope, pagination + idempotency + rate-limit specs as applicable.
Audit the API error envelope and controlled-vocabulary `code` set; converge to RFC 9457 problem+json.
Design or audit the API versioning strategy and deprecation policy for a given API.
Design a webhook contract — payload schema, HMAC signing, retry policy, dead-letter, replay protection, ordering statement.
Coordinate parity between App Store Connect and Play Console for a release — version numbers, release notes, screenshots, privacy disclosures, age ratings.
Reviews any change touching API surface area for breaking changes, error envelope consistency, versioning discipline, idempotency, rate-limit headers, webhook signing, pagination shape, and OpenAPI / GraphQL spec drift. Use when the user opens a PR that modifies a handler, route, or spec file; or when the user explicitly asks for an API contract review. Returns a verdict (PASS / FAIL / NEEDS-WORK) plus a list of findings ranked by severity. Does not write code.
Walks the mobile stack-choice decision tree from the mobile-craft skill (workflow-playbook Phase 3) and produces a stack decision record. Use when the user asks "should I build this native, RN+Expo, or Flutter?" or any variant. Inspects the actual feature set, team capability, and shipping constraints — does not assume from project name. Returns a decision document, not code. Hands off to ios-craft / react-native-foundations / expo for implementation.
Wire contract design — REST, GraphQL, RPC, gRPC choice, versioning strategy, breaking-change discipline, error envelope schemas, pagination patterns, idempotency keys, rate-limit semantics, webhook contracts (signing / retry / ordering), authentication on the wire, SDK ergonomics, and API documentation as the developer entry point. Use when the user mentions: API design, API contract, REST API, GraphQL, gRPC, RPC, OpenAPI, Swagger, JSON Schema, AsyncAPI, problem+json, RFC 9457, RFC 7807, error envelope, error code, pagination, cursor pagination, offset pagination, idempotency, idempotency key, rate limit, rate limiting, 429, X-RateLimit, Retry-After, webhook, webhook signing, HMAC, retry policy, dead-letter, exponential backoff, jitter, API versioning, semantic versioning, breaking change, deprecation, Sunset header, content negotiation, API authentication, Bearer token, API key, OAuth scopes, mTLS, SDK design, API SDK, API docs, developer experience, DX, contract testing, Pact, Spectral, OpenAPI lint. Pair with fullstack-engineer / cloudflare for handler implementation, supabase for data layer, auth0 for auth provider config. Do NOT trigger for: handler implementation (use fullstack-engineer / cloudflare); database schema design (use supabase); auth provider configuration (use auth0 / supabase); UI work consuming an API (use frontend-craft).
Mobile orchestration and decision-making — the layer above platform implementation skills. Owns stack-choice phase (native vs RN+Expo vs Flutter, with constraints documented), cross-runtime patterns (offline-first sync, push delivery, deep linking, biometrics, background work where iOS / RN / Expo have different shapes but the contract should stay consistent), and cross-store shipping discipline (parity between App Store Connect and Play Console for release notes, screenshots, privacy disclosures). Hands off Apple-platform implementation to ios-craft, React Native to react-native-foundations, Expo to expo. Android is a sub-domain reference, not a primary focus, since shipping has been Apple-platform-led to date. Use when the user mentions: mobile, mobile app, native app, mobile stack, native vs Expo, native vs React Native, native vs Flutter, RN vs Expo, Expo vs native, Flutter vs RN, mobile architecture, mobile shipping, cross-platform, cross-runtime, cross-store, App Store + Play Store, App Store Connect + Play Console, parity release, mobile release plan, mobile push, deep link strategy, Universal Links, App Links, deferred deep link, offline-first, mobile offline sync, mobile background sync, mobile biometrics, Touch ID, Face ID, Android biometrics, mobile observability. Do NOT trigger for: Apple-platform implementation (use ios-craft); React Native implementation (use react-native-foundations); Expo / EAS implementation (use expo); web responsive (use frontend-craft); pure 3D scene that isn't a shipped app (use game-development or ar-vr-development).
Two-skill engineering pack for Claude Code. Sits above implementation specialists and owns the upstream decisions and contracts that determine how the implementation gets done.
api-craft — wire contract designAPI design as a craft separate from API implementation. Owns the wire contract — the shape of the conversation between the service and its consumers — independent of how the service is implemented underneath.
Sunset headerscode vocabularyX-RateLimit-*, Retry-After) and 429 behaviorHands off implementation to fullstack-engineer, cloudflare, or whatever runtime owns the
handler.
mobile-craft — mobile orchestration and decision-makingThe layer above platform implementation specialists. Owns three things:
Hands off Apple-platform implementation to ios-craft, React Native to
react-native-foundations, Expo to expo.
/api-design <surface> — full contract design pass/api-versioning <api> — versioning + deprecation policy/api-errors <api> — error envelope audit and migration to RFC 9457/api-webhook <event> — webhook contract design/mobile-stack <feature> — walk the stack-choice decision tree/cross-store-ship <version> — coordinate App Store Connect / Play Console parity/push-matrix <feature> — design push notification + deep link strategyclaude plugin marketplace add Blaze-sports-Intel/blaze-craft
claude plugin install blaze-craft@blaze-craft-marketplace
Restart Claude Code so the slash commands load into your active session. Verify with:
claude plugin list
claude plugin details blaze-craft
ios-craft, react-native-foundations, expo, fullstack-engineer,
or cloudflare. Composes with them.MIT. See LICENSE.
Austin Humphrey · Blaze Sports Intel
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.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.0 — Patch release for cursor-agent smoke checks in untrusted workspaces. Run /octo:setup.
Production-grade cross-platform engineering plugin for Claude Code, Cowork, and Codex. 17 discipline skills (frontend, backend, full-stack, mobile, game, devops, API, database, embedded, cloud, AI/ML, blockchain, QA, security, AR/VR, data science, web). 4 cross-cutting agents (discipline-router, build-validator, code-reviewer, ship-auditor). 18 slash commands (one per discipline plus a /uber router). 21 lifecycle hooks (PostToolUse skill validators, PreToolUse destructive-action guards, Stop ship-auditor reminder). MCP wiring for 9 platforms: Supabase, GitHub, Cloudflare, Stripe, PostHog, Context7, Playwright, Chrome DevTools, Firecrawl.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimUses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
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