blueprint skills

58 tagged blueprint, measured the same way as everything else here.

Browse within: editor-tools 24game-development 24ai-assisted-development 8architecture-patterns 8best-practices 8claude-md 8ue5 6ue5-plugin 6unreal-engine 6

rag-blueprint

01

NVIDIA-AI-Blueprints/rag

Skill Claude CodeCodex

NVIDIA RAG Blueprint — deploy, configure, troubleshoot, and manage. Handles any RAG action: deploy, install, start, enable, disable, toggle, change, configure, troubleshoot, debug, fix, shutdown, stop, or tear down any RAG feature or service (Agentic RAG, VLM, guardrails, query rewriting, models, search, ingestion…

752 12d ago A 92 tokens original Apache-2.0

rag-eval

02

NVIDIA-AI-Blueprints/rag

Skill Claude CodeCodex

Filesystem RAG benchmarks: corpus/, train.json, evaluaterag.py (RAGAS quality). Not for prod monitoring, latency/throughput benchmarking (use rag-perf), or evals outside this repo layout.

752 12d ago A 48 tokens original Apache-2.0

rag-perf

03

NVIDIA-AI-Blueprints/rag

Skill Claude CodeCodex

Performance benchmarking for a deployed NVIDIA RAG Blueprint server: profiling pass + aiperf load test driven by a single YAML config. Not for accuracy / RAGAS scoring (use rag-eval) or for deploying / repairing services (use rag-blueprint).

752 12d ago A 56 tokens original Apache-2.0

blueprints

04

kevinpbuckley/VibeUE

Skill Claude CodeCodex

Create and modify Blueprint assets, variables, functions, components, event dispatchers, and interfaces. Use when the user asks to create a Blueprint/BP, add a variable or component to a Blueprint, make an event dispatcher/delegate, implement a Blueprint interface, or inspect a Blueprint's class/components. For…

644 2d ago A 75 tokens original MIT

architect

05

Hainrixz/the-architect

Skill Claude CodeCodex

Interview the user about what they want to build, design the full architecture, and emit a self-contained blueprint another Claude Code instance can build from with zero prior context. EN — triggers on "design my app", "architect this", "spec my project", "what stack should I use", "plan out this SaaS", "write me a…

481 1mo ago A 221 tokens original MIT

ue-mcp-animation

06

db-lyon/ue-mcp

Skill Claude CodeCodex

Use when creating, modifying, retargeting, rigging, constraining, or validating skeletal animation through UE-MCP. Covers native UE 5.8 IK Rig and Retargeter authoring, the Control Rig begin/read/apply/bake loop, generic contact locks, per-rig anatomical and mirrored-axis discovery, quaternion keying, deterministic…

294 2d ago A 85 tokens original MIT

ue-mcp-blueprint

07

db-lyon/ue-mcp

Skill Claude CodeCodex

Use when authoring or modifying Unreal Blueprint assets through ue-mcp. Covers the read-then-write discipline, node/pin wiring, component (SCS) hierarchy, variables, interfaces, compilation, and the difference between pin defaults and linked inputs. Pulls in any time the user asks to create, edit, or inspect a…

294 2d ago A 74 tokens original MIT

ue-mcp-native-cpp

08

db-lyon/ue-mcp

Skill Claude CodeCodex

Use when writing or modifying native C++ UCLASSes in an Unreal project via ue-mcp. Covers createcppclass → writecppfile → livecodingcompile loop, when to use build vs Live Coding, and the addmoduledependency workflow. Pulls in any time the user asks to write a new native class, add a UPROPERTY, or implement a…

294 2d ago A 83 tokens original MIT

Italink/UnrealClientProtocol

Skill Claude CodeCodex

Manage actors in UE levels via UCP. Use when the user asks to spawn, delete, move, duplicate, select, or otherwise manipulate actors in the Unreal Engine editor.

124 4d ago A 42 tokens original MIT

Italink/UnrealClientProtocol

Skill Claude CodeCodex

Query and manage UE assets via UCP. Use when the user asks about asset search, dependencies, referencers, asset CRUD, asset management, getting selected/current assets, opening/closing asset editors, or any editor asset operation in Unreal Engine.

124 4d ago A 55 tokens original MIT

Italink/UnrealClientProtocol

Skill Claude CodeCodex

Edit UE material node graphs and properties via text (ReadGraph/WriteGraph). Use when the user asks to add, remove, or rewire material expression nodes, or change material properties like ShadingModel or BlendMode.

124 4d ago A 51 tokens original MIT

add-provider

12

yerdaulet-damir/vibe-coding-rules

Skill Claude CodeCodex

Checklist for adding a new AI provider (image, video, text, audio) that satisfies all 5 integration principles — ACL, bulkhead, idempotency, observability, and contract test. Load when integrating any new external AI API. Prevents the most common mistake of pasting httpx calls directly into a service.

9 3mo ago A 69 tokens original MIT

debug-frontend

13

yerdaulet-damir/vibe-coding-rules

Skill Claude CodeCodex

Systematic 5-step debugging flow for Next.js 15 + React 19 + TypeScript apps. Load when a UI bug is reported, hydration error appears, Server Action returns wrong data, or cache invalidation fails. Forces layer isolation (server vs client, action vs component, cache vs render) before touching code — prevents "fix…

9 3mo ago A 80 tokens original MIT

debug-go

14

yerdaulet-damir/vibe-coding-rules

Skill Claude CodeCodex

Systematic 5-step debugging flow for Go 1.22+ services. Load when a test fails, a goroutine leaks, a downstream provider hangs, errors lose context, or production logs are unhelpful. Forces layer isolation (handler vs service vs repo vs provider) and runs the 5 most common Go antipattern greps before any code change …

9 3mo ago A 91 tokens original MIT

barrosohub/frontend-stack-blueprint

Skill Claude CodeCodex

Internal maintenance skill for the Frontend Stack Blueprint repository. Use this skill when updating, reviewing, or evolving any part of the blueprint's documentation, stack decisions, versions, or architecture. Covers safe update procedures, cross-reference validation, version bumps, technology evaluation, and…

3 1mo ago A 63 tokens original MIT

barrosohub/frontend-stack-blueprint

Skill Claude CodeCodex

Apply or audit the Frontend Stack Blueprint in an existing or new frontend repository. Use when an agent must inspect a project, select capability-gated profiles, create a blueprint.config.json contract, plan safe changes, run conformance, or verify that implementation evidence matches the blueprint without…

3 1mo ago A 67 tokens original MIT

trsdn/github-copilot-agent

Skill Claude CodeCodex

Check VS Code and GitHub Copilot feature compatibility. Use this skill when diagnosing why a feature isn't working, checking required settings, or verifying version requirements for experimental features.

3 8d ago A 42 tokens original MIT

copilot-setup-audit

18

trsdn/github-copilot-agent

Skill Claude CodeCodex

Audit repository Copilot customization setup. Use this skill to analyze existing configuration, identify missing files, check for best practices, and suggest improvements for agents, prompts, instructions, and skills.

3 8d ago A 44 tokens original MIT

trsdn/github-copilot-agent

Skill Claude CodeCodex

Create and maintain Agent Skills for VS Code and GitHub Copilot. Use this skill when setting up new skills, skill directories, or SKILL.md files. Helps scaffold project skills in .github/skills/ or personal skills in /.copilot/skills/.

3 8d ago A 58 tokens original MIT

trend-to-proposals

20

JS-mark/skills

Skill Claude CodeCodex

A workflow that studies GitHub trends and turns them into three possible project plans, then combines the report and source data into a ZIP file and emails it.

2 1mo ago A 125 tokens original MIT

bp-build

21

ynishi/mlua-swarm

Skill Claude CodeCodex

Delegates Blueprint implementation to @bp-coder. Invoke (either by the User typing /bp-build " " --out= directly, or by the AI invoking it on the User's behalf) only once the design paragraph is mature — flow shape, worker binding, verdict / projection expectations, and output path are all decided.

1 6d ago A 72 tokens original Apache-2.0

mse-wake

22

ynishi/mlua-swarm

Skill Claude CodeCodex

Load the mse Blueprint JSON Schema, the bundled guide inventory, and the sample inventory into the main-thread context so subsequent design conversation can name Blueprint concepts with grounded vocabulary. Read-only load; does not spawn any agent.

1 6d ago A 48 tokens original Apache-2.0

copilot-cli-guide

23

trsdn/github-copilot-cli

Skill Claude CodeCodex

Quick reference for GitHub Copilot CLI features, slash commands, keyboard shortcuts, modes, and advanced usage. Use when the user asks about CLI capabilities, commands, or how to use specific features.

1 2mo ago C 45 tokens original MIT

copilot-setup-audit

24

trsdn/github-copilot-cli

Skill Claude CodeCodex

Audit a repository's Copilot CLI customization setup and suggest improvements. Use when the user wants to review their Copilot configuration, find gaps, validate agents, skills, instructions, hooks, plugins, or MCP setup, or optimize their CLI customization setup.

1 2mo ago A 57 tokens original MIT