ワンクリックで
codex-agentic
codex-agentic には artsmc から収集した 48 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Project management database for tracking specs, jobs, tasks, and execution. Use when Codex should run the converted pm-db workflow. Inputs: command.
Mode 2 - Structured execution with quality gates (Part 1-5) with pm-db tracking. Use when Codex should run the converted start-phase-execute workflow. Inputs: task_list_file, extra_instructions, spec_id.
Converted Claude skill for architecture-quality-assess. Use when Codex should run the converted architecture-quality-assess workflow.
Complete feature workflow - from planning to execution with PM-DB tracking. Use when Codex should run the converted feature-new workflow. Inputs: feature_description.
Use this agent when you need to design API contracts BEFORE implementation. This agent enforces contract-first API design, creates OpenAPI specifications, and defines three-tier architecture for Next.js backend APIs. Invoke in these scenarios:. Use when Codex needs this specialist perspective or review style.
Deep analysis of codebase for code duplication. Detects exact, structural, and pattern-level duplicates, generates comprehensive reports with refactoring suggestions and metrics.. Use when Codex should run the converted code-duplication workflow.
Deep analysis of codebase vs documentation alignment. Detects drift, identifies undocumented code, extracts missing glossary terms, and provides actionable recommendations without making changes.. Use when Codex should run the converted document-hub-analyze workflow.
Bootstrap a new project's documentation hub by creating the four core documentation files (systemArchitecture.md, keyPairResponsibility.md, glossary.md, techStack.md) with initial content based on codebase analysis.. Use when Codex should run the converted document-hub-initialize workflow.
Read and summarize the current state of the documentation hub. Provides a quick overview of system architecture, module responsibilities, technology stack, and glossary terms.. Use when Codex should run the converted document-hub-read workflow.
Initialize Memory Bank and Document Hub if not already set up. Use when Codex should run the converted documentation-start workflow. Inputs: force.
Resume interrupted feature work from task-list.md with PM-DB tracking. Use when Codex should run the converted feature-continue workflow. Inputs: task_list_path.
Ultimate Mastra Framework development toolkit for agent orchestration, workflow design, and MCP integration. Use when Codex should run the converted mastra-dev workflow. Inputs: command, options.
Fast synchronization of activeContext.md and progress.md only. Lightweight alternative to full update for quick post-task documentation. NEW skill unique to memory-bank.. Use when Codex should run the converted memorybank-sync workflow.
Deep research and architecture design for new product development. Use when Codex should run the converted new-product workflow. Inputs: input.
Build remote control system for Claude Code using multi-agent team. Use when Codex should run the converted remote-control-builder workflow.
Pre-planning and research for feature specifications. Use when Codex should run the converted spec-plan workflow. Inputs: feature_description.
Validate, critique, and iterate on generated specifications. Use when Codex should run the converted spec-review workflow.
Parallel task execution with multi-agent teams and quality gates. Use when Codex should run the converted start-phase-execute-team workflow. Inputs: task_list_file, team_mode.
Mode 1 - Strategic planning with human approval before execution. Use when Codex should run the converted start-phase-plan workflow. Inputs: task_list_file.
Use this agent when you need to create or improve user-facing documentation. This agent specializes in clear, accessible technical writing for API documentation, user guides, README files, tutorials, and changelogs. Invoke in these scenarios:. Use when Codex needs this specialist perspective or review style.
WCAG compliance, screen reader compatibility, keyboard navigation, and a11y testing. Use when Codex needs this specialist perspective or review style.
code reviews. Use when Codex needs this specialist perspective or review style.
Database design, schema migrations, query optimization, and data modeling. Use when Codex needs this specialist perspective or review style.
Complex issue diagnosis, root cause analysis, and production incident investigation. Use when Codex needs this specialist perspective or review style.
CI/CD pipelines, containerization, deployment automation, and infrastructure as code. Use when Codex needs this specialist perspective or review style.
Comprehensive review and update of the documentation hub. Analyzes recent code changes, detects drift, validates structure, and proposes specific updates to keep documentation synchronized with the codebase.. Use when Codex should run the converted document-hub-update workflow.
Handles the application logic and data management for the frontend. This agent is responsible for state management (e.g., Redux, Zustand), data fetching from APIs, routing, and implementing the business logic that powers the UI components. Use this agent for tasks that are not directly about the visual presentation but about making the interface functional and efficient.. Use when Codex needs this specialist perspective or review style.
Handles the application logic and data management for the frontend. This agent is responsible for state management (e.g., Redux, Zustand), data fetching from APIs, routing, and implementing the business logic that powers the UI components. Use this agent for tasks that are not directly about the visual presentation but about making the interface functional and efficient.. Use when Codex needs this specialist perspective or review style.
Converted Claude specialist agent for mastra-core-developer. Use when Codex needs this specialist perspective or review style.
Bootstrap a new project's Memory Bank by creating the six core files with templates and gathering initial project information from the user.. Use when Codex should run the converted memorybank-initialize workflow.
Quick overview of Memory Bank state. Validates structure, reads all 6 files in hierarchical order, and presents formatted summary with staleness warnings.. Use when Codex should run the converted memorybank-read workflow.
Comprehensive review and update of all Memory Bank files. Reads all 6 files, proposes targeted updates focusing on activeContext.md and progress.md, and validates results.. Use when Codex should run the converted memorybank-update workflow.
when writing backend code inside of nextjs, ie api, service intergration, database intergrations.. Use when Codex needs this specialist perspective or review style.
code reviews. Use when Codex needs this specialist perspective or review style.
for writting unit test. Use when Codex needs this specialist perspective or review style.
Develops scalable FastAPI backend features. Responsible for API endpoints, Dependency Injection (Depends), Database interactions (SQLAlchemy/SQLModel), and Asyncio patterns.. Use when Codex needs this specialist perspective or review style.
Develops scalable FastAPI backend features. Responsible for API endpoints, Dependency Injection (Depends), Database interactions (SQLAlchemy/SQLModel), and Asyncio patterns.. Use when Codex needs this specialist perspective or review style.
Elite code review expert for Python. Focuses on Pythonic idioms, strict typing (MyPy), security (Bandit), and modern linting (Ruff).. Use when Codex needs this specialist perspective or review style.
Elite code review expert for Python. Focuses on Pythonic idioms, strict typing (MyPy), security (Bandit), and modern linting (Ruff).. Use when Codex needs this specialist perspective or review style.
Writes Pytest suites for unit and integration testing. Aims for 90%+ coverage. Enforces the use of Fixtures (conftest.py) over repetitive setup code.. Use when Codex needs this specialist perspective or review style.