Topic: codex-skills
9,266 skills in this topic.
-
lint
How to lint and typecheck in this project. Load when implementing or verifying code.
aiskillstore/marketplace 232
-
file-boundaries
Pattern for respecting file ownership boundaries during implementation. Prevents conflicts in parallel work.
aiskillstore/marketplace 232
-
explore-codebase
Pattern for efficiently exploring codebases using parallel subagents. Use when you need to understand code structure, find patterns, or gather context.
aiskillstore/marketplace 232
-
error-recovery
Strategies for handling subagent failures with retry logic and escalation patterns.
aiskillstore/marketplace 232
-
spec
仕様駆動開発(SDD)の**上流工程**を担当するSkill。
aiskillstore/marketplace 232
-
truth-layer
When you discover a blocker:
aiskillstore/marketplace 232
-
ui-component-creation
Creates UI components using shadcn/ui and design system patterns
aiskillstore/marketplace 232
-
verification-protocol
Independent verification of task completion - eliminates self-attestation
aiskillstore/marketplace 232
-
video-generation-skill
Design video concepts, scripts, shotlists, transitions, and editing notes for VEO, Gemini, and Nano Banana-based pipelines. Use when turning a marketing idea into concrete video assets.
aiskillstore/marketplace 232
-
visual-engine-skill
Extend and apply the Visual Experience Engine across landing pages, inspiration galleries, and demos using safe, persona-aware animations and layouts. Use when adding or modifying visual experiences.
aiskillstore/marketplace 232
-
voc-research
Extract Voice of Customer quotes from forums, reviews, and social media. Use when gathering customer language for copywriting, understanding pain points, or building messaging frameworks.
aiskillstore/marketplace 232
-
branch
ブランチ作成Skill。仕様策定用(spec/*)または実装用(impl/*)のブランチを作成。/spec や spec-workflow から呼び出される。
aiskillstore/marketplace 232
-
git-analysis
Analyze git repository changes, branch differences, and commit history. Use when analyzing branches, comparing changes, examining commit history, or preparing for PR/commit operations.
aiskillstore/marketplace 232
-
pr
PR作成Skill。仕様レビュー用または実装レビュー用のPRを作成。/spec や spec-workflow から呼び出される。
aiskillstore/marketplace 232
-
checkpoint
Robust workflow checkpoint and resume. Handles session interruption, state recovery, and safe resume across all workflow phases.
aiskillstore/marketplace 232
-
cross-task-learning
Pattern for aggregating insights across multiple tasks to enable data-driven evolution.
aiskillstore/marketplace 232
-
command-development
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
aiskillstore/marketplace 232
-
conventions
Load coding conventions and style guidelines when writing or reviewing code. Ensures consistency with project standards.
aiskillstore/marketplace 232
-
contracts
Contract lifecycle management - creation, consumption, modification, and resolution.
aiskillstore/marketplace 232
-
agent-workflow
Multi-agent development workflow system. Load when orchestrating development tasks, spawning subagents, or managing workflow phases.
aiskillstore/marketplace 232
-
spec-workflow
仕様駆動開発(SDD)ワークフローを自動発動で強制。Subtask開始時にAC確認、TDD実行、完了時にACチェックを実施。スコープ外実装を禁止。Use when implementing features, creating new functionality, or when "実装して", "作成して", "開発して" keywords appear.
aiskillstore/marketplace 232
-
github-pr-best-practices
Best practices for creating GitHub pull requests including conventional commits, PR formatting, and multi-language support (en/ja). Use when creating PRs, writing PR descriptions, or formatting commit messages.
aiskillstore/marketplace 232
-
assume-cloudformation-role
Assume AWS IAM role for CloudFormation operations and set temporary credentials as environment variables. Use when working with CloudFormation stacks or when authentication setup is needed before AWS CloudFormation operations.
aiskillstore/marketplace 232
-
ask-user
Pattern for effectively interacting with users to gather information or get decisions. Use when you need user input.
aiskillstore/marketplace 232