Skip to content

Commit 28afae1

Browse files
TC-MOclaude
andauthored
chore: restructure Claude skills from flat files to directory format (#2246)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c46d14 commit 28afae1

6 files changed

Lines changed: 6 additions & 28 deletions

File tree

.claude/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This directory contains Claude Code configuration for the Apify documentation re
1515
│ ├── file-organization.md # Naming conventions
1616
│ └── quality-standards.md # Quality checklist
1717
└── skills/ # Reusable skills for common tasks
18-
├── doc-write.md # Documentation writing skill
19-
├── api-doc.md # API documentation skill
20-
├── tutorial.md # Tutorial creation skill
21-
└── review-docs.md # Documentation review skill
18+
├── doc-write/ # Documentation writing skill
19+
├── api-doc/ # API documentation skill
20+
├── tutorial/ # Tutorial creation skill
21+
└── review-docs/ # Documentation review skill
2222
```
2323

2424
## How to use

.claude/claude.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
11
{
2-
"skills": [
3-
{
4-
"name": "doc-write",
5-
"description": "Create or edit documentation following Apify style guide",
6-
"path": "skills/doc-write.md"
7-
},
8-
{
9-
"name": "api-doc",
10-
"description": "Work with OpenAPI specifications and API documentation",
11-
"path": "skills/api-doc.md"
12-
},
13-
{
14-
"name": "tutorial",
15-
"description": "Create structured tutorials with proper learning progression",
16-
"path": "skills/tutorial.md"
17-
},
18-
{
19-
"name": "review-docs",
20-
"description": "Review documentation for style guide compliance and quality",
21-
"path": "skills/review-docs.md"
22-
}
23-
],
242
"instructions": "instructions.md",
253
"context": [
264
"../AGENTS.md",
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Use this streamlined checklist for reviews. For detailed standards, see `.claude
107107
- Keywords used naturally
108108

109109
- [ ] **Content-type specific checks**
110-
- **Tutorials** (see `tutorial.md` skill): Clear learning objectives, prerequisites listed, sequential numbered steps, summary and next steps
111-
- **API docs** (see `api-doc.md` skill): Operation IDs follow conventions, all parameters documented, code samples included (JS, Python, cURL), error responses documented
110+
- **Tutorials** (see `/tutorial` skill): Clear learning objectives, prerequisites listed, sequential numbered steps, summary and next steps
111+
- **API docs** (see `/api-doc` skill): Operation IDs follow conventions, all parameters documented, code samples included (JS, Python, cURL), error responses documented
112112
- **Reference pages**: Comprehensive parameter tables, default values specified, type information included
113113

114114
## How to review
File renamed without changes.

0 commit comments

Comments
 (0)