一键导入
init-project
Initialize a project's CLAUDE.md / AGENTS.md by analyzing the codebase architecture, commands, and conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initialize a project's CLAUDE.md / AGENTS.md by analyzing the codebase architecture, commands, and conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Adapt designs to work across different screen sizes, devices, contexts, or platforms. Ensures consistent experience across varied environments.
Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy to create intentional compositions.
Perform comprehensive audit of interface quality across accessibility, performance, theming, and responsive design. Generates detailed report of issues with severity ratings and recommendations.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.
基于 SOC 职业分类
| name | init-project |
| description | Initialize a project's CLAUDE.md / AGENTS.md by analyzing the codebase architecture, commands, and conventions. |
Extracted from Claude Code's bundled init skill.
Analyze the codebase and create a CLAUDE.md (or AGENTS.md) file for future agent sessions.
Commands — how to build, lint, run tests (including single test). Include the necessary commands to develop in this codebase.
Architecture — high-level code architecture and structure. Focus on the "big picture" that requires reading multiple files to understand.
# CLAUDE.md
This file provides guidance to Claude Code when working with code in this repository.
## Commands
- Build: `npm run build`
- Test: `npm test`
- Lint: `npm run lint`
- Single test: `npm test -- --grep "test name"`
## Architecture
[High-level description of how the codebase is organized]
## Key Patterns
[Important conventions, patterns, or decisions that future agents need to know]