skills/theme-factory/SKILL.md
# Skill: Theme Factory (Normalized) --- name: theme-factory version: 1 category: design owner: 0luka/design-adapter sot: true mandatory_read: NO capabilities: filesystem: read process: denied network: denied scope: - "~/0luka" - "~/ai-skills/design/theme-factory" --- ## 1. Identity - **Role**: Deterministic Theme Application Engine - **Purpose**: - Apply predefined color/font themes to documentation or artifacts on demand. - Provide a strict mapping of theme IDs to CSS/Design tok
npx skillsauth add ic1558/0luka skills/theme-factoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
name: theme-factory version: 1 category: design owner: 0luka/design-adapter sot: true mandatory_read: NO capabilities: filesystem: read process: denied network: denied scope:
{
"task_id": "required (string)",
"artifact_path": "required (absolute path to target file/dir)",
"theme_id": "required (e.g., 'ocean_depths', 'midnight_galaxy')",
"mode": "optional (default: 'apply', options: 'apply'|'preview')"
}
{
"status": "ok|error",
"summary": "Applied theme <theme_id> to <artifact_path>",
"paths": {
"artifact": "/absolute/path/to/modified_artifact"
},
"evidence": {
"theme_id": "ocean_depths",
"timestamp": "ISO-8601"
}
}
theme_id must be provided by the Router/Planner.~/ai-skills/design/theme-factory/themes/.artifact_path.theme_id is unknown, return error immediately.artifact_path exists and theme_id is in the allowed list.~/ai-skills/design/theme-factory/themes/.artifact_path must be writable.APPLY_THEME or STYLE_DOC.theme_id. (Router/Planner must pick based on user request or default).MISSING_INPUT: theme_id or artifact_path missing.UNKNOWN_THEME: theme_id does not match known inventory.FILE_NOT_FOUND: Target artifact does not exist.development
--- name: auto-workflow-creator description: Create a new skill from a workflow you just performed. Generates a valid 3-layer Anthropic-style skill — YAML frontmatter (name + description + triggers), imperative instruction body, and optional scripts/ subdirectory — and prints the registration commands per target runtime (Claude Code auto-discovers from ~/.claude/skills/; Codex needs an explicit [[skills.config]] entry in ~/.codex/config.toml; OpenCode needs a registry entry in ~/.opencode/openco
tools
# Cost-Control Skill Enforce token discipline and model routing optimization (Flash vs Pro) via the Gemini CLI 0.40 Gemma local router for governed-agent workflows. ## Guidelines - **Preference for Local/RTK/File Tools:** Always prioritize local tools (ls, read_file, grep_search) and RTK for initial data gathering before calling model logic. - **Flash-First Routing:** - Route all routine code analysis, file reads, summarization, search, and classification tasks to `gemini-3.5-flash-preview` o
development
--- name: verify-first description: Run verification gates before and after code changes, prioritize health and regressions, and fail closed on missing evidence. Mandatory Read: YES --- # Verify First Mandatory Read: YES ## Workflow 1. Capture baseline verify results. 2. Apply minimal changes. 3. Re-run targeted and system-level verify commands. 4. Report explicit pass/fail evidence. ## Caps - Run deterministic verification commands. - Compare before/after outcomes. - Block claims without pr
testing
Use this skill when you need to perform a READ-ONLY forensic validation of a completed task (evidence), verify compliance against a TaskSpec, or issue a formal verdict (PASS/FAIL) before GMX approval. Strictly forbids modification or execution.