CommunityToolkit
- 31 skills
- 0 followers
- 1 day ago last updated
- ▌
- ▌
- ▌ Git Workflow 2 · communitytoolkitSquad branching model: dev-first workflow with insiders preview channel
- ▌
- ▌
- ▌
- ▌
- ▌ Economy Mode 2 · communitytoolkitShifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.
- ▌ Tiered Memory 2 · communitytoolkitThree-tier agent memory model (hot/cold/wiki) for 20-55% context reduction per spawn
- ▌
- ▌
- ▌ Release Process 2 · communitytoolkitPre-release validation, npm publish procedures, and post-publish verification
- ▌
- ▌
- ▌
- ▌ Git Workflow · communitytoolkitSquad branching model: dev-first workflow with insiders preview channel
- ▌
- ▌
- ▌
- ▌ Economy Mode · communitytoolkitShifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.
- ▌
- ▌
- ▌ Tiered Memory · communitytoolkitThree-tier agent memory model (hot/cold/wiki) for 20-55% context reduction per spawn
- ▌
- ▌
- ▌ Release Process · communitytoolkitPre-release validation, npm publish procedures, and post-publish verification
- ▌ Aspire · communitytoolkit bundleUse this skill when the user is working with an Aspire distributed application and needs to operate the AppHost or its resources through the Aspire CLI: start, restart, stop, or wait on the app; inspect resources, logs, traces, docs, or health; add integrations; manage secrets or config; publish, deploy, or rerun a named pipeline step; initialize Aspire in an existing app; recover missing `.aspire/modules` files in a TypeScript AppHost; discover the right frontend URL for Playwright from Aspire state; expose custom dashboard/resource commands; or understand unfamiliar Aspire AppHost APIs in C# or TypeScript. Use it even if they describe the task in terms of an AppHost, resources, dashboard, existing app bootstrap, missing generated modules, Playwright URL discovery, C# API understanding, or local distributed app workflow without explicitly naming Aspire. Do not use it for non-Aspire .NET apps, container-only repos with no AppHost, or ordinary build and test tasks.
- ▌ Aspireify · communitytoolkit bundleOne-time skill for completing Aspire initialization in an existing app after `aspire init` has dropped the skeleton AppHost. Use this skill when an `aspire.config.json` exists but the AppHost has not yet been wired up.
- ▌ Aspire Upgrade · communitytoolkitUpdate the Aspire version in the repository to the latest nightly build.
- ▌ Aspire Typescript Apphost · communitytoolkitGenerate a TypeScript AppHost from an existing C# example AppHost, then add a TypeScriptAppHostTest-based integration test.
- ▌ Hosting Integration Authoring · communitytoolkit bundleGuides authoring and reviewing CommunityToolkit Aspire.Hosting integration APIs. Classifies integration archetypes, then applies self-contained best practices for naming, resource shape, run/publish/deploy behavior, eventing, connection properties, security, endpoint semantics, polyglot exports, READMEs, and tests.