ChilliCream

14 mods across 1 repository, 10 stars between them.

skill-author

02

ChilliCream/agent-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…

10 5d ago A 106 tokens

ChilliCream/agent-skills

Instructions file CodexOpenCode

AGENTS.md instructions for ChilliCream/agent-skills, covering contributing skills, directory layout, skill.md frontmatter, naming and body size.

10 5d ago A 713 tokens

ChilliCream/agent-skills

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'…

10 5d ago A 106 tokens

ChilliCream/agent-skills

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…

10 5d ago A 143 tokens

ChilliCream/agent-skills

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…

10 5d ago A 137 tokens

nitro-mail

07

ChilliCream/agent-skills

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.

10 5d ago A 49 tokens

nitro-memory

08

ChilliCream/agent-skills

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…

10 5d ago A 74 tokens

ChilliCream/agent-skills

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.

10 5d ago A 70 tokens

nitro-task-planner

10

ChilliCream/agent-skills

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…

10 5d ago A 89 tokens

nitro-task

11

ChilliCream/agent-skills

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.

10 5d ago A 51 tokens

nitro-wayfinder

12

ChilliCream/agent-skills

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…

10 5d ago A 120 tokens

prototype-feature

13

ChilliCream/agent-skills

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…

10 5d ago A 87 tokens

ChilliCream/agent-skills

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…

10 5d ago A 104 tokens