@its-thepoe/write-a-skill 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +22 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # @its-thepoe/write-a-skill
2
+
3
+ **Agent Skill** — author or improve **Agent Skills**: `SKILL.md` structure, frontmatter, trigger phrases, optional `reference.md` / `references/`, and when to use rules vs skills.
4
+
5
+ ## Install into your agents
6
+
7
+ ```bash
8
+ npx @its-thepoe/skills@latest install write-a-skill
9
+ ```
10
+
11
+ ## Contents
12
+
13
+ - `SKILL.md` — authoring workflow
14
+ - `reference.md` — templates, checklists, Claude Code / multi-product notes
15
+
16
+ ## Docs
17
+
18
+ - [Repository](https://github.com/its-thepoe/skills)
19
+
20
+ ## License
21
+
22
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@its-thepoe/write-a-skill",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Agent Skill (SKILL.md + reference) for authoring and improving portable Agent Skills across Cursor, Claude Code, OpenCode, Windsurf, and similar tools.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -11,7 +11,7 @@
11
11
  "prompt",
12
12
  "agentskills"
13
13
  ],
14
- "files": ["SKILL.md", "reference.md", "package.json"],
14
+ "files": ["README.md", "SKILL.md", "reference.md", "package.json"],
15
15
  "exports": {
16
16
  ".": "./SKILL.md",
17
17
  "./skill": "./SKILL.md",