com um clique
claude-md
Initialize or update the project CLAUDE.md file.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Initialize or update the project CLAUDE.md file.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Stdlib-grounded Go engineering standards for implementing, reviewing, refactoring, or testing Go code. Use when Codex works on Go packages, CLIs, libraries, concurrency primitives, parsers, formatters, config loading, errors, documentation, examples, table-driven tests, fuzz tests, compatibility-sensitive APIs, or repository standards for high-quality Go code.
Restate the assistant's immediately preceding message in plain, concise language without jargon. Use only when the user explicitly invokes this skill to ask for a clearer version of the last response.
Implement code changes from reconciled project PRDs, ADRs, traceability matrices, executable acceptance scenarios, or a project-specs-reconciliation implementation handoff. Use after project-specs-reconciliation has created or updated the governing specs, or when the user explicitly says the specs are already reconciled. This skill owns the spec-to-test-to-code workflow and composes with language-specific TDD, BDD, and red-green-refactor skills without replacing their framework-specific guidance.
Create or update conventional project PRD and ADR documentation before implementation. Use when Codex needs to reconcile requested behavior, requirements, acceptance criteria, architecture decisions, technical tradeoffs, or implementation constraints into Product Requirements Documents under docs/PRD or a user-provided scoped PRD directory and Architectural Decision Reports under docs/ADR or a user-provided scoped ADR directory. This skill is responsible for project specification documentation and hands off code execution to project-specs-implementation.
Turn a rough draft, vague ambition, or messy task brief into a powerful Codex /goal objective for long-running autonomous work. Use when the user asks to write, improve, format, sharpen, stress-test, or activate a Codex goal, thread goal, durable goal, or /goal prompt.
Manages to-do items across multiple Google accounts using the Google Tasks API. Use when the user needs to create, update, complete, or organize tasks in Google Tasks, manage task lists, or view tasks across multiple Google accounts. Supports personal Gmail, Google Workspace, and organization-provisioned accounts with secure OAuth authentication.
| name | claude-md |
| description | Initialize or update the project CLAUDE.md file. |
The project CLAUDE.md file is located at CLAUDE.md in the project root. This file provides context and instructions for Agents when working with the project.
Check if this file exists:
When drafting or updating this documentation, you
Section Description Syntax: **<section-identifier>: <section-level>** { - section-title} - <section-description> { - section-example} {, section-example}...
Section Description Examples:
**Project Overview: H2** - A high-level description of the project's purpose and goals.**Development Commands: H2** - Common commands for building, testing, and running the application.**Building & Testing: H3** - Commands for building and testing the project.The structure of the CLAUDE.md file MUST include ONLY the following sections, in order:
docs/subsystems/*/README.md.Immerse yourself in this codebase, gaining a deep understanding of its goals, its technical features and mechanisms, specific conventions and patterns it follows, the various subsystems that comprise it, any existing project build, test, or configuration orchestration files (package.json, Makefile, etc.), and any existing test suites or testing frameworks.
Before writing the CLAUDE.md file, use the AskUserQuestion tool to ask if the user would like to establish any Project Principles to include. These are guiding principles and philosophies that inform development decisions for this project (e.g., "prefer composition over inheritance", "optimize for readability", "follow Unix philosophy").
Once you have a comprehensive understanding and gathered any user-provided principles, proceed to create a CLAUDE.md file at the project root.
docs/subsystems/ for existing subsystem documentation and link to each.Evaluate the current CLAUDE.md against the codebase. Evaluate it for:
CLAUDE.md sufficiently cover all aspects needed for Claude Code to understand the project?CLAUDE.md accurate and based in the truth as represented by this codebase?Be comprehensive in your evaluation. Use a subagent for each major section to focus on that section specifically and validate its content against the codebase.
After evaluating each section, compile a summary of changes, additions, and deletions needed to bring the CLAUDE.md up to date with the current codebase.