skill-builder
Guide users through creating new Claude Code Skills with proper structure, validation, and best practices
Guide users through creating new Claude Code Skills with proper structure, validation, and best practices
Local Codex CLI documentation reference. Use when asked about Codex features, configuration, skills, rules, custom prompts, MCP, or AGENTS.md setup.
Creates and edits Claude Code skills with YAML frontmatter, folder structure, and depth-scaled content. Use when building new skills, updating existing skills, designing SKILL.md metadata, organizing skill folders, validating skill structure, or adding Python and TypeScript scripts for deterministic operations.
The Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something and want to find a reference to use as a starting point.
Design educational courses and curriculum with learning objectives and assessments
Captures learnings from the current session and updates skill files. Use when ending a session, after solving problems, debugging issues, or when the user says "retrospective", "capture learnings", or "what did we learn".
Production-grade skill for C++ fundamentals. Covers variables, data types, operators, control flow, functions, and program structure. Foundation for all C++ development.
A simple introductory skill that demonstrates basic OpenCode skill functionality and provides a starting template
Example skill demonstrating the full skill directory structure with scripts, references, assets, and examples. Use when learning how to structure Codex skills.
Guide for creating effective skills. Use when users want to create a
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
The "Finale" of the project. A TV-show style quiz with 5 questions to evaluate the student's learning outcomes and technical understanding.
Create Hugo blog posts for LeetCode-style problems in this project using docs/leetcode_std.md, with current timestamps from `date`. Use when the user provides a problem statement and wants a new ACERS post.
Use when user requests learning review or knowledge consolidation. Triggers: (1) "daily review" or "daily" keywords, (2) "weekly review" or "weekly" keywords, (3) "understanding test" or "test" keywords, (4) "current location" or "where" keywords, (5) end-of-session retrospectives.
Production-grade skill for algorithm design and data structure implementation in C++. Covers complexity analysis, sorting, searching, graphs, dynamic programming, and STL algorithm mastery.
Extract Udemy course content to markdown. Use when user asks to scrape/crawl Udemy course pages.
Create and refine Codex skills (folders containing `SKILL.md`). Use when you need help naming a skill, writing effective `name`/`description`, structuring the on-disk instructions, or adding scripts/references/assets for repeatable workflows.
This skill should be used when asked to create or edit Slidev (sli.dev) presentation slide decks.
BDD-Driven Mathematical Content Verification Skill
Analyze and categorize installed Nixtla Skills for forecasting guidance. Use when seeing available skills or selecting the right one. Trigger with 'list nixtla skills' or 'what skills'.
Atomic Design methodology for React component architecture. Use for structuring component libraries, organizing UI hierarchies, and creating scalable design systems. Triggers on requests for component organization, design system structure, UI hierarchy, or questions about Atoms/Molecules/Organisms/Templates/Pages.
Use when setting up CI/CD pipelines. Teaches pipeline design principles and references platform-specific templates.