Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add ValorVie/custom-skills --skill "ai-instruction-standards"
Install specific skill from multi-skill repository
# Description
|
# SKILL.md
name: ai-instruction-standards
scope: partial
description: |
Create and maintain AI instruction files (CLAUDE.md, .cursorrules, etc.) with proper structure.
Use when: creating AI instruction files, separating universal vs project-specific rules, configuring AI tools.
Keywords: CLAUDE.md, cursorrules, windsurfrules, clinerules, AI instructions, system prompt, ๆไปคๆชๆก, AI ่จญๅฎ.
AI Instruction File Standards Guide
Language: English | ็น้ซไธญๆ
Version: 1.0.0
Last Updated: 2026-01-25
Applicability: Claude Code Skills
Core Standard: This skill implements AI Instruction File Standards. For comprehensive methodology documentation, refer to the core standard.
Purpose
This skill helps create and maintain AI instruction files with proper separation between universal standards and project-specific configurations.
Quick Reference
Supported AI Tools
| AI Tool | Instruction File | Format |
|---|---|---|
| Claude Code | CLAUDE.md |
Markdown |
| Cursor | .cursorrules |
Markdown |
| Windsurf | .windsurfrules |
Markdown |
| Cline | .clinerules |
Markdown |
| GitHub Copilot | .github/copilot-instructions.md |
Markdown |
| OpenCode | .opencode/instructions.md |
Markdown |
Core Principle: Universal vs Project-Specific
| Type | Contains | Example |
|---|---|---|
| Universal | Generic rules | "Run tests before committing" |
| Project-Specific | Concrete commands | "Run npm test before committing" |
Recommended Layout
# [Project Name] - AI Instructions
## Universal Standards
<!-- Rules applicable to ANY project -->
- Commit message format
- Code review checklist
- Testing standards
- Anti-hallucination rules
---
## Project-Specific Configuration
<!-- Unique to THIS project -->
### Tech Stack
[Your technologies here]
### Quick Commands
[Your build/test/deploy commands]
### File Structure
[Your project structure]
Detailed Guidelines
For complete standards, see:
- AI Instruction File Standards
AI-Optimized Format (Token-Efficient)
For AI assistants, use the YAML format file for reduced token usage:
- Base standard: ai/standards/ai-instruction-standards.ai.yaml
Content Guidelines
Universal Content (Keep Generic)
| Category | Good Examples |
|---|---|
| Commit Standards | "Follow Conventional Commits format" |
| Code Review | "Use BLOCKING, IMPORTANT, SUGGESTION prefixes" |
| Testing | "Maintain 80% coverage minimum" |
| AI Behavior | "Always read code before analyzing" |
Avoid in Universal Sections:
- Specific commands (npm test, pytest)
- Hardcoded paths (cli/src/, /var/www/)
- Version numbers (Node.js 18, Python 3.11)
- Project names and URLs
Project-Specific Content
| Category | Examples |
|---|---|
| Tech Stack | Node.js 18, React 18, PostgreSQL 15 |
| Commands | npm run lint, ./scripts/deploy.sh |
| File Structure | src/, cli/, tests/ |
| Team Conventions | Traditional Chinese comments |
Labeling Convention
Option A: Section Headers
## Universal Standards
[universal content]
## Project-Specific Configuration
[project-specific content]
Option B: Inline Markers
> โ ๏ธ **Project-Specific**: This section contains configuration unique to this project.
### Tech Stack
...
Option C: Comment Annotations
<!-- UNIVERSAL: The following applies to all projects -->
### Commit Message Format
...
<!-- PROJECT-SPECIFIC: Customize for your project -->
### Quick Commands
...
Multi-Tool Configuration
When using multiple AI tools, maintain consistency:
project/
โโโ CLAUDE.md # Claude Code instructions
โโโ .cursorrules # Cursor instructions (can import from CLAUDE.md)
โโโ .windsurfrules # Windsurf instructions
โโโ .github/
โโโ copilot-instructions.md # Copilot instructions
Best Practice: Create a shared docs/ai-standards.md and reference it from each tool's file to avoid duplication.
Maintenance Checklist
Before committing changes to AI instruction files:
- [ ] Universal sections contain no project-specific paths, commands, or versions
- [ ] Project-specific sections are clearly marked
- [ ] Cross-references to standards documents are correct
- [ ] Format matches existing sections
Configuration Detection
This skill supports project-specific configuration.
Detection Order
- Check for existing
CLAUDE.mdor equivalent files - Analyze content structure for universal/project-specific separation
- If not found, suggest creating structured AI instruction file
First-Time Setup
If no AI instruction file found:
- Ask: "This project doesn't have an AI instruction file. Would you like to create one?"
- Determine project type and tech stack
- Generate template with appropriate sections
- Add to
.gitignoreif contains sensitive info
Related Standards
- AI Instruction File Standards - Core standard
- Documentation Writing Standards - Writing guidelines
- Anti-Hallucination Guidelines - AI accuracy rules
- AI-Friendly Architecture - Context optimization
Version History
| Version | Date | Changes |
|---|---|---|
| 1.0.0 | 2026-01-25 | Initial release |
License
This skill is released under CC BY 4.0.
Source: universal-dev-standards
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.