cudaq-guide
01Skill Claude CodeCodex
Use for CUDA-Q setup, simulation targets, QPU access, and @cudaq.kernel authoring guidance.
24 tagged authoring, measured the same way as everything else here.
Browse within: meta 10
Skill Claude CodeCodex
Use for CUDA-Q setup, simulation targets, QPU access, and @cudaq.kernel authoring guidance.
Skill Claude CodeCodex
Use when authoring a NEW rsc skill or editing an existing one — scoping it to one job, writing the description that decides whether it ever loads, splitting the body into references/, writing its evals, auditing it against the rubric. NOT building a product feature (that is specify) and NOT designing an agent loop…
Skill Claude CodeCodex
Creating and authoring new AI skills with proper SKILL.md structure, YAML frontmatter validation, directory conventions, and registration workflow.
Skill Claude CodeCodex
Discover Falcon Fusion actions via live API, author workflow YAML with correct schema, validate against Charlotte JSON schema, and use templates/examples. TRIGGER when user asks to write workflow YAML, find actions, validate a workflow, use CEL expressions, or needs action discovery. DO NOT TRIGGER for deploying…
futuregerald/futuregerald-claude-plugin
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Skill Claude CodeCodex
Guide the agent to create new AI-Hydro MCP tools — Python @mcp.tool() functions that extend the platform's hydrological analysis capabilities. Use when the user wants to add a new tool, wrap a hydrology library, expose a new data source, or build a custom analysis function for the AI-Hydro MCP server.
Skill Claude CodeCodex
Author Skills (SKILL.md) and rules/instructions across Claude Code, Cursor, OpenCode, Codex, and GitHub Copilot. Covers frontmatter, file layout, activation model, cross-platform mirroring, and the universal craft: progressive disclosure, trigger-rich descriptions (context pointers), leading words, token budget…
Skill Claude CodeCodex
Create or revise a ForgeWeave skill — from identifying the repeatable job to writing the bundle and validating it with eval checks.