collattice: Skill for Claude Code

.github/skills/aspire/SKILL.md

aspire is a skill for Claude Code, Codex from MrBildo/collattice. It costs 150 tokens per session (1,090 once invoked), scanned A, a copy of aspire, MIT.

A command guide for Aspire, a tool that runs applications made of several connected services. It covers the AppHost project, where those services are defined.

In plain words
What is it for?
Use it to run Aspire apps, check resource health, view logs and traces, manage individual resources, add integrations, and search Aspire documentation.
Why use it?
It gives developers one place to start, stop, inspect, debug, and update a distributed application instead of managing each service separately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is MrBildo/collattice's own configuration. It tells Claude Code and Codex how to work on collattice itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything collattice configures →

Reuse

Borrowing it

Nothing to install: this file belongs to MrBildo/collattice. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MrBildo/collattice/main/.github/skills/aspire/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MrBildo/collattice

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aspire

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrbildo/collattice/aspire/github.svg)](https://agentmods.dev/skills/mrbildo/collattice/aspire)
Your own site
<a href="https://agentmods.dev/skills/mrbildo/collattice/aspire"><img src="https://agentmods.dev/badge/skills/mrbildo/collattice/aspire/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aspire

Your own site · 80×15
<a href="https://agentmods.dev/skills/mrbildo/collattice/aspire"><img src="https://agentmods.dev/badge/skills/mrbildo/collattice/aspire.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 150 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,090 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00150 $0.01090
Opus 5 $0.00075 $0.00545
Sonnet 5 $0.00030 $0.00218
Haiku 4.5 $0.00015 $0.00109

Measured 8d ago against content hash 09df152ad3aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

aspire scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to aspire — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/skills/aspire/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Aspire Skill

This repository uses Aspire to orchestrate its distributed application. Resources are defined in the AppHost project (apphost.cs or apphost.ts).

CLI command reference

Task Command
Start the app aspire start
Start isolated (worktrees) aspire start --isolated
Restart the app aspire start (stops previous automatically)
Wait for resource healthy aspire wait <resource>
Stop the app aspire stop
List resources aspire describe or aspire resources
Run resource command aspire resource <resource> <command>
Start/stop/restart resource `aspire resource start
View console logs aspire logs [resource]
View structured logs aspire otel logs [resource]
View traces aspire otel traces [resource]
Logs for a trace aspire otel logs --trace-id <id>
Add an integration aspire add
List running AppHosts aspire ps
Update AppHost packages aspire update
Search docs aspire docs search <query>
Get doc page aspire docs get <slug>
List doc pages aspire docs list
Environment diagnostics aspire doctor
List resource MCP tools aspire mcp tools
Call resource MCP tool aspire mcp call <resource> <tool> --input <json>

Most commands support --format Json for machine-readable output. Use --apphost <path> to target a specific AppHost.

Key workflows

Running in agent environments

Use aspire start to run the AppHost in the background. When working in a git worktree, use --isolated to avoid port conflicts and to prevent sharing user secrets or other local state with other running instances:

aspire start --isolated

Use aspire wait <resource> to block until a resource is healthy before interacting with it:

aspire start --isolated
aspire wait myapi

Relaunching is safe — aspire start automatically stops any previous instance. Re-run aspire start whenever changes are made to the AppHost project.

Read the full file on GitHub · 93 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 93 lines · 150 tokens per session scan A 09df152ad3aa

Subscribe to this mod's changes

aspire is a skill published in the GitHub repository MrBildo/collattice (5 stars, last pushed 6d ago), licensed MIT. It adds 150 tokens to every session and 1,090 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to aspire, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

opencode-plugin-idioms

Event hook payload shapes, session lifecycle timing, toast/TUI-route render boundaries, and child-session tagging conventions for OpenCode server (@opencode-ai/plugin) and TUI (@opencode-ai/plugin/tui) plugins, grounded in the vendored OpenCode source at references/opencode.

kagan-sh/kagan · 64 tokens

self-align

Adversarial self-audit of the Kagan repo through four lenses — code quality & YAGNI, security, spec alignment, docs/AGENTS.md freshness — each finding self-assessed and reported by severity and confidence for the developer to action. Use only when explicitly asked to self-align, audit, or health-check the codebase; it…

kagan-sh/kagan · 84 tokens

console-log

Logs a message to the console.

IvanMurzak/MCP-Plugin-dotnet · 10 tokens

trello-cli

Trello board, list and card management via CLI. Activate when user mentions "Trello" - examples: "Show my Trello tasks", "Add card to Trello", "Move on Trello", "Trello board", "List Trello", "Trello cards".

ZenoxZX/trello-cli · 61 tokens

publish-release

Releases a new McpOrchestrator version end to end — version bump PR, tag, and the automated deploy to GitHub Releases, NuGet, and the MCP Registry. Use when asked to release, publish, deploy, ship, or bump the version of McpOrchestrator.

Byggarepop/dotnet-mcp-orchestrator · 63 tokens

release-notes

Writes user-facing release notes from a git commit range. Use when asked to draft release notes, a changelog entry, or "what's new" text for a release.

Byggarepop/dotnet-mcp-orchestrator · 39 tokens