hangfire-mcp-dotnet: Skill for Claude Code

.claude/skills/aspire/SKILL.md

aspire is a skill for Claude Code from NikiforovAll/hangfire-mcp-dotnet. It costs 150 tokens per session (1,340 once invoked), scanned A, a copy of aspire, MIT.

A command-line workflow for Aspire, a tool that runs and coordinates applications made of multiple services.

In plain words
What is it for?
It manages AppHost resources, waits for them to become healthy, shows logs and traces, adds integrations, searches documentation, and updates packages.
Why use it?
It gives one place to start, stop, inspect, debug, and update the services in a distributed application.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is NikiforovAll/hangfire-mcp-dotnet's own configuration. It tells Claude Code how to work on hangfire-mcp-dotnet 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 hangfire-mcp-dotnet configures →

Reuse

Borrowing it

Nothing to install: this file belongs to NikiforovAll/hangfire-mcp-dotnet. 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/NikiforovAll/hangfire-mcp-dotnet/main/.claude/skills/aspire/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/NikiforovAll/hangfire-mcp-dotnet

Made for: Claude Code.

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/nikiforovall/hangfire-mcp-dotnet/aspire/github.svg)](https://agentmods.dev/skills/nikiforovall/hangfire-mcp-dotnet/aspire)
Your own site
<a href="https://agentmods.dev/skills/nikiforovall/hangfire-mcp-dotnet/aspire"><img src="https://agentmods.dev/badge/skills/nikiforovall/hangfire-mcp-dotnet/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/nikiforovall/hangfire-mcp-dotnet/aspire"><img src="https://agentmods.dev/badge/skills/nikiforovall/hangfire-mcp-dotnet/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,340 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.01340
Opus 5 $0.00075 $0.00670
Sonnet 5 $0.00030 $0.00268
Haiku 4.5 $0.00015 $0.00134

Measured 10d ago against content hash 3802e530c778, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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 — 210 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.

.claude/skills/aspire/SKILL.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 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
Rebuild a .NET project resource aspire resource <resource> rebuild
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

Read the full file on GitHub · 106 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. 10d ago First seen · 106 lines · 150 tokens per session scan A 3802e530c778

Subscribe to this mod's changes

aspire is a skill published in the GitHub repository NikiforovAll/hangfire-mcp-dotnet (1 stars, last pushed 4mo ago), licensed MIT. It adds 150 tokens to every session and 1,340 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 210 lines, and is treated as a copy.

Related

Other skills, from other repositories

gke-ai-troubleshooting-jobset-interruption

Diagnoses GKE JobSet interruptions, restarts, and preemptions for AI/ML training workloads autonomously. Use when troubleshooting JobSet restart loops, spot VM preemptions, node readiness failures, host VM issues, or coordinator worker crashes. Don't use for general GKE cluster creation, basic workload deployment, or…

google/skills · 83 tokens

gke-node-notready

Diagnoses GKE nodes reporting NotReady or Unknown status by inspecting node conditions, events, kubelet/containerd logs, and node metrics, then proposing safe remediations. Use when nodes show NotReady, when the kubelet stops posting node status, or when workloads are evicted or stuck Pending due to node health. Don't…

google/skills · 112 tokens

agentcore-investigation

Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session/trace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.

awslabs/mcp · 52 tokens

network-rca

Kubernetes network root cause analysis skill powered by Kubeshark MCP. Use this skill whenever the user wants to investigate past incidents, perform retrospective traffic analysis, take or manage traffic snapshots, extract PCAPs, dissect L7 API calls from historical captures, compare traffic patterns over time, detect…

kubeshark/kubeshark · 163 tokens

trigger-cost-savings

Analyze Trigger.dev tasks, schedules, and runs for cost optimization opportunities. Use when asked to reduce spend, optimize costs, audit usage, right-size machines, or review task efficiency. Combines static source analysis with live run analysis via the Trigger.dev MCP tools (listruns, getrundetails…

triggerdotdev/trigger.dev · 68 tokens

claw-admin

Claw system administration: service management, IM connections, logs, cron, and workspace diagnostics. Use when the user asks to manage claw services, connect/disconnect IM platforms, view logs, or perform system-wide operations.

x-cmd/x-cmd · 48 tokens