Plugin Claude Code
Plugin marketplace listing 1 plugin: chillicream-skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: chillicream-skills.
Skill Claude CodeCodex
Authoring guide and conventions for ChilliCream agent skills. Use whenever the user wants to create a new skill, edit an existing one, improve a skill's description, or asks how to structure a SKILL.md file. Triggers on phrases like "write a skill", "new skill", "author a skill", "improve this skill", "skill…
Instructions file CodexOpenCode
AGENTS.md instructions for ChilliCream/agent-skills, covering contributing skills, directory layout, skill.md frontmatter, naming and body size.
Skill Claude CodeCodex
GraphQL schema design and review. Use when designing new GraphQL schema changes (types, mutations, queries, connections, enums, errors), reviewing schema diffs, planning schema evolution, or auditing nullability and naming. Triggers on 'graphql schema design', 'design a mutation', 'design a query', 'design a type'…
Skill Claude CodeCodex
HotChocolate 16.6+ server implementation best practices for .NET GraphQL services. Use when writing or reviewing C# in a HotChocolate project — resolvers, classes with [QueryType], [MutationType], [ObjectType], or [DataLoader], Green Donut DataLoaders, EF Core data access inside resolvers, pagination, or GraphQL…
Skill Claude CodeCodex
Use when the user wants a reported HotChocolate bug triaged, reproduced, and fixed from a GitHub issue, working in the ChilliCream graphql-platform repository. N stands for an issue number throughout. Triggers on: 'fix bug', 'fix this bug', 'fix issue #N', 'fix #N', 'is issue #N a bug', 'triage issue #N', 'reproduce…
Skill Claude CodeCodex
Send and receive mail between coding agents with nitro agent mail: local-first, per-workspace messaging for multi-agent coordination. Use when messaging or replying to another agent, draining an inbox, or waiting for new mail.
Skill Claude CodeCodex
Save and recall shared, durable agent memory with nitro agent memory: knowledge that must outlive the session -- preferences, decisions, domain facts, references -- readable by every agent in the workspace. Use when the user says "remember this", when a session should start from what the workspace already knows, or…
Skill Claude CodeCodex
Drive a nitro agent tasks backlog to completion as the orchestrator; waves of disposable subagents grouped by code area, every task reviewed before it closes. Use when the user says 'orchestrate the backlog', 'run the wave pipeline', or wants many tasks implemented autonomously. Not for single small changes.
Skill Claude CodeCodex
Second half of nitro-task-orchestrator. Run a planning session that turns feedback, goals, or feature briefs into well-formed nitro agent tasks and hands the work to the orchestrator over nitro agent mail. Use when the user says 'plan the backlog', 'act as planner', 'turn this feedback into tasks', or 'plan tickets…
Skill Claude CodeCodex
Create and manage tasks with nitro agent tasks, the local-first, dependency-aware issue tracker for coding agents. Use when creating or triaging tasks, wiring dependencies, finding ready work, or updating and closing what you worked on.
Skill Claude CodeCodex
Plan a large, fuzzy feature as a shared map of decision tickets in nitro agent tasks, resolve them one per session until the way is clear, then cut the implementation-ready task graph. Use when the user says "wayfind", "chart a map", "work the map", "next decision", "plan this like a map", invokes /nitro-wayfinder, or…
Skill Claude CodeCodex
Build a clickable local-only frontend prototype from a plain-English feature request, with realistic mock data and action hooks shaped for later GraphQL mutations. Use when the user asks to prototype, mock up, wireframe, sketch, or build UI before backend/schema work exists ("no backend yet", "no GraphQL yet", "just…
Skill Claude CodeCodex
Convert a local-only prototype into Relay-backed component fragments and a schemaExtensions backend contract. Use when mock data and local action hooks must become route queries, colocated fragments, and read/write GraphQL specs. Trigger on "prototype to contract", "mock to contract", "turn this prototype into a…