Topic: context-engineering
614 skills in this topic.
-
source-gate
frankxai/arcanea 3
-
unity-gate
frankxai/arcanea 3
-
voice-gate
frankxai/arcanea 3
-
luminor-personality-design
Design consistent, memorable AI personalities for Arcanea Luminors. From voice patterns to system prompts, create AI companions that feel magical and alive.
frankxai/arcanea 3
-
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
fabriqaai/specs.md 99
-
code-review
Review code written during a run, auto-fix no-brainer issues, and suggest improvements requiring confirmation. Invoked after tests pass.
fabriqaai/specs.md 99
-
run-execute
Execute work items based on their assigned mode (autopilot, confirm, validate). Supports single-item and multi-item (batch/wide) runs.
fabriqaai/specs.md 99
-
run-plan
Plan the scope of a run by discovering available work items and suggesting groupings. Invoked before run-execute.
fabriqaai/specs.md 99
-
run-status
Display current run status and progress. Shows work item, mode, duration, and files changed.
fabriqaai/specs.md 99
-
walkthrough-generate
Generate implementation walkthrough for human review after run completion. Documents decisions, changes, and verification steps.
fabriqaai/specs.md 99
-
project-init
Initialize a new FIRE project by detecting workspace type and setting up standards.
fabriqaai/specs.md 99
-
route
Analyze project state and route user to the appropriate agent based on current context.
fabriqaai/specs.md 99
-
status
Display current FIRE project status and validate integrity of intents, work items, and runs.
fabriqaai/specs.md 99
-
design-doc-generate
Generate design documents for Validate mode work items (Checkpoint 1). Required for high-complexity items.
fabriqaai/specs.md 99
-
intent-capture
Capture user intent through guided conversation. Exploratory phase with high degrees of freedom.
fabriqaai/specs.md 99
-
work-item-decompose
Break an intent into discrete, executable work items with complexity assessment and dependency validation.
fabriqaai/specs.md 99
-
flame
Multi-perspective idea evaluation using Six Hats analysis, impact/feasibility scoring, and collaborative shortlisting.
fabriqaai/specs.md 99
-
forge
Shape top ideas into actionable concept briefs using Disney Strategy — Dream, Reality, Critique.
fabriqaai/specs.md 99
-
spark
Rapid idea generation with cross-domain diversity, anti-bias enforcement, and deep thinking.
fabriqaai/specs.md 99
-
design-by-contract
Design-by-Contract (DbC) development - design contracts from requirements, then execute CREATE -> VERIFY -> TEST cycle. Use when implementing with formal preconditions, postconditions, and invariants across any language.
OutlineDriven/odin-claude-plugin 17
-
gh-address-comments
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
OutlineDriven/odin-claude-plugin 17
-
pr-reviews
Review code changes on a given GitHub PR using gh CLI. Use when the user asks to review a pull request, analyze PR diffs, or provide feedback on open PRs with structured quality, security, and testing assessments.
OutlineDriven/odin-claude-plugin 17
-
proceed
Execute an implementation plan with surgical precision. Use after a planning phase (plan-now or similar) has produced a step-by-step strategy and identified critical files. Focuses on precise code changes with verification at each step.
OutlineDriven/odin-claude-plugin 17
-
tests-adversarial
Write adversarial tests that intentionally stress failure paths. Use when hardening error handling, stress-testing assumptions, validating boundary behavior, or hunting silent failures.
OutlineDriven/odin-claude-plugin 17