Skip to content

Commit e28f7e1

Browse files
authored
Rename project-presence to polish-repo (#101)
* Rename project-presence skill to polish-repo Rename skill, all 5 commands, docs, and cross-references for a shorter, more memorable name. * Fix missed rename references per Gemini review Update headings in naming and identity commands, fix broken /polish-repo command reference to /polish-repo-audit, and update AGENTS.md suggestion heading.
1 parent 36040b2 commit e28f7e1

16 files changed

Lines changed: 56 additions & 56 deletions

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
## [0.24.0] - 2026-03-06
1111

1212
### Added
13-
- **project-presence skill** - New skill for improving open source project discoverability and presentation without relying on social media. Includes 5 phase commands covering README authoring (scratch/improve/replace), naming workshops, visual identity briefs, community infrastructure, and a 100-point audit scoring rubric. Based on analysis of 50+ open source projects across Python, Go, JS, and Rust ecosystems.
13+
- **polish-repo skill** - New skill for improving open source project discoverability and presentation without relying on social media. Includes 5 phase commands covering README authoring (scratch/improve/replace), naming workshops, visual identity briefs, community infrastructure, and a 100-point audit scoring rubric. Based on analysis of 50+ open source projects across Python, Go, JS, and Rust ecosystems.
1414
- **Community infrastructure** - Issue templates (bug report + feature request) using GitHub YAML form format, lightweight PR template, CONTRIBUTING.md with dev setup and skill authoring guide, SECURITY.md with spellbook-specific vulnerability scope, and a welcome bot GitHub Action for first-time contributors.
1515
- **GitHub topics** - Added 15 topics for discoverability (ai-assistant, claude, mcp, python, etc.)
1616
- **Homepage URL** - Set to docs site for repo metadata completeness.

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Reusable workflows for structured development:
209209
| **Code Quality** | [enforcing-code-quality], [code-review], [advanced-code-review], [auditing-green-mirage], [fixing-tests], [fact-checking], [finding-dead-code], [distilling-prs], [receiving-code-review]†, [requesting-code-review]|
210210
| **Feature Dev** | [implementing-features], [reviewing-design-docs], [reviewing-impl-plans], [reviewing-prs], [devils-advocate], [merging-worktrees], [resolving-merge-conflicts], [creating-issues-and-pull-requests] |
211211
| **Autonomous Dev** | [autonomous-roundtable], [gathering-requirements], [dehallucination], [reflexion], [analyzing-domains], [assembling-context], [designing-workflows], [deep-research], [fractal-thinking] |
212-
| **Specialized** | [async-await-patterns], [using-lsp-tools], [managing-artifacts], [project-presence], [security-auditing], [generating-diagrams] |
212+
| **Specialized** | [async-await-patterns], [using-lsp-tools], [managing-artifacts], [polish-repo], [security-auditing], [generating-diagrams] |
213213
| **Meta** | [using-skills]†, [writing-skills]†, [writing-commands], [instruction-engineering], [sharpening-prompts], [optimizing-instructions], [dispatching-parallel-agents]†, [smart-reading], [project-encyclopedia] *(deprecated)*, [analyzing-skill-usage], [documenting-tools] |
214214
| **Session** | [fun-mode], [tarot-mode], [emotional-stakes] |
215215

@@ -252,7 +252,7 @@ Reusable workflows for structured development:
252252
[dispatching-parallel-agents]: https://axiomantic.github.io/spellbook/latest/skills/dispatching-parallel-agents/
253253
[smart-reading]: https://axiomantic.github.io/spellbook/latest/skills/smart-reading/
254254
[project-encyclopedia]: https://axiomantic.github.io/spellbook/latest/skills/project-encyclopedia/
255-
[project-presence]: https://axiomantic.github.io/spellbook/latest/skills/project-presence/
255+
[polish-repo]: https://axiomantic.github.io/spellbook/latest/skills/polish-repo/
256256
[analyzing-skill-usage]: https://axiomantic.github.io/spellbook/latest/skills/analyzing-skill-usage/
257257
[documenting-tools]: https://axiomantic.github.io/spellbook/latest/skills/documenting-tools/
258258
[writing-commands]: https://axiomantic.github.io/spellbook/latest/skills/writing-commands/
@@ -317,11 +317,11 @@ Reusable workflows for structured development:
317317
| [/mode] | Switch session mode (fun/tarot/off) |
318318
| [/pr-distill] | Analyze PR, categorize changes by review necessity |
319319
| [/pr-distill-bless] | Save discovered pattern for future distillations |
320-
| [/project-presence-audit] | Phases 0-1 of project-presence: Reconnaissance gathering and audit scorecard generation |
321-
| [/project-presence-community] | Phase 3 of project-presence: Community infrastructure, issue templates, roadmap, contributor experience, and signs of life |
322-
| [/project-presence-identity] | Phase 3 of project-presence: Visual identity, badges, GitHub metadata, topics, and documentation strategy |
323-
| [/project-presence-naming] | Phase 3 of project-presence: Naming workshop, tagline crafting, and positioning strategy |
324-
| [/project-presence-readme] | Phase 3 of project-presence: README authoring from scratch, improvement, or replacement |
320+
| [/polish-repo-audit] | Phases 0-1 of polish-repo: Reconnaissance gathering and audit scorecard generation |
321+
| [/polish-repo-community] | Phase 3 of polish-repo: Community infrastructure, issue templates, roadmap, contributor experience, and signs of life |
322+
| [/polish-repo-identity] | Phase 3 of polish-repo: Visual identity, badges, GitHub metadata, topics, and documentation strategy |
323+
| [/polish-repo-naming] | Phase 3 of polish-repo: Naming workshop, tagline crafting, and positioning strategy |
324+
| [/polish-repo-readme] | Phase 3 of polish-repo: README authoring from scratch, improvement, or replacement |
325325
| [/advanced-code-review-plan] | Phase 1: Strategic planning for code review |
326326
| [/advanced-code-review-context] | Phase 2: Context analysis and previous review loading |
327327
| [/advanced-code-review-review] | Phase 3: Deep multi-pass code review |
@@ -411,11 +411,11 @@ Reusable workflows for structured development:
411411
[/mode]: https://axiomantic.github.io/spellbook/latest/commands/mode/
412412
[/pr-distill]: https://axiomantic.github.io/spellbook/latest/commands/pr-distill/
413413
[/pr-distill-bless]: https://axiomantic.github.io/spellbook/latest/commands/pr-distill-bless/
414-
[/project-presence-audit]: https://axiomantic.github.io/spellbook/latest/commands/project-presence-audit/
415-
[/project-presence-community]: https://axiomantic.github.io/spellbook/latest/commands/project-presence-community/
416-
[/project-presence-identity]: https://axiomantic.github.io/spellbook/latest/commands/project-presence-identity/
417-
[/project-presence-naming]: https://axiomantic.github.io/spellbook/latest/commands/project-presence-naming/
418-
[/project-presence-readme]: https://axiomantic.github.io/spellbook/latest/commands/project-presence-readme/
414+
[/polish-repo-audit]: https://axiomantic.github.io/spellbook/latest/commands/polish-repo-audit/
415+
[/polish-repo-community]: https://axiomantic.github.io/spellbook/latest/commands/polish-repo-community/
416+
[/polish-repo-identity]: https://axiomantic.github.io/spellbook/latest/commands/polish-repo-identity/
417+
[/polish-repo-naming]: https://axiomantic.github.io/spellbook/latest/commands/polish-repo-naming/
418+
[/polish-repo-readme]: https://axiomantic.github.io/spellbook/latest/commands/polish-repo-readme/
419419
[/advanced-code-review-plan]: https://axiomantic.github.io/spellbook/latest/commands/advanced-code-review-plan/
420420
[/advanced-code-review-context]: https://axiomantic.github.io/spellbook/latest/commands/advanced-code-review-context/
421421
[/advanced-code-review-review]: https://axiomantic.github.io/spellbook/latest/commands/advanced-code-review-review/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Phases 0-1 of project-presence: Reconnaissance gathering and audit scorecard generation"
2+
description: "Phases 0-1 of polish-repo: Reconnaissance gathering and audit scorecard generation"
33
---
44

55
## ROLE
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Phase 3 of project-presence: Community infrastructure, issue templates, roadmap, contributor experience, and signs of life"
2+
description: "Phase 3 of polish-repo: Community infrastructure, issue templates, roadmap, contributor experience, and signs of life"
33
---
44

55
# Community Infrastructure
@@ -503,7 +503,7 @@ Produce this checklist as a standalone document the user can reference. An activ
503503

504504
### Quarterly
505505

506-
- [ ] Re-run the project-presence audit to check for drift
506+
- [ ] Re-run the polish-repo audit to check for drift
507507
- [ ] Review GitHub topics for continued relevance
508508
- [ ] Check if new awesome lists or directories have appeared in your domain
509509
- [ ] Review contributor experience: try the dev setup from scratch on a clean machine
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
description: "Phase 3 of project-presence: Visual identity, badges, GitHub metadata, topics, and documentation strategy"
2+
description: "Phase 3 of polish-repo: Visual identity, badges, GitHub metadata, topics, and documentation strategy"
33
---
44

5-
# Project Presence - Identity
5+
# Polish Repo - Identity
66

77
## ROLE
88

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
description: "Phase 3 of project-presence: Naming workshop, tagline crafting, and positioning strategy"
2+
description: "Phase 3 of polish-repo: Naming workshop, tagline crafting, and positioning strategy"
33
---
44

5-
# Project Presence - Naming and Positioning
5+
# Polish Repo - Naming and Positioning
66

77
## ROLE
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Phase 3 of project-presence: README authoring from scratch, improvement, or replacement"
2+
description: "Phase 3 of polish-repo: README authoring from scratch, improvement, or replacement"
33
---
44

55
# README Authoring Command

docs/commands/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Commands are slash commands that can be invoked with `/<command-name>` in Claude
6363
| [/merge-worktree-verify](merge-worktree-verify.md) | Phases 4-5: Final Verification and Cleanup — run full test suite, verify contrac... | spellbook |
6464
| [/mode](mode.md) | Switch session mode between fun, tarot, or off | spellbook |
6565
| [/move-project](move-project.md) | Move project: relocate directory and update Claude Code session references safel... | spellbook |
66+
| [/polish-repo-audit](polish-repo-audit.md) | Phases 0-1 of polish-repo: Reconnaissance gathering and audit scorecard generati... | spellbook |
67+
| [/polish-repo-community](polish-repo-community.md) | Phase 3 of polish-repo: Community infrastructure, issue templates, roadmap, cont... | spellbook |
68+
| [/polish-repo-identity](polish-repo-identity.md) | Phase 3 of polish-repo: Visual identity, badges, GitHub metadata, topics, and do... | spellbook |
69+
| [/polish-repo-naming](polish-repo-naming.md) | Phase 3 of polish-repo: Naming workshop, tagline crafting, and positioning strat... | spellbook |
70+
| [/polish-repo-readme](polish-repo-readme.md) | Phase 3 of polish-repo: README authoring from scratch, improvement, or replaceme... | spellbook |
6671
| [/pr-distill](pr-distill.md) | Analyze a PR and generate a review distillation report that categorizes changes ... | spellbook |
6772
| [/pr-distill-bless](pr-distill-bless.md) | Save a discovered pattern for future PR distillation, adding it to the blessed p... | spellbook |
68-
| [/project-presence-audit](project-presence-audit.md) | Phases 0-1 of project-presence: Reconnaissance gathering and audit scorecard gen... | spellbook |
69-
| [/project-presence-community](project-presence-community.md) | Phase 3 of project-presence: Community infrastructure, issue templates, roadmap,... | spellbook |
70-
| [/project-presence-identity](project-presence-identity.md) | Phase 3 of project-presence: Visual identity, badges, GitHub metadata, topics, a... | spellbook |
71-
| [/project-presence-naming](project-presence-naming.md) | Phase 3 of project-presence: Naming workshop, tagline crafting, and positioning ... | spellbook |
72-
| [/project-presence-readme](project-presence-readme.md) | Phase 3 of project-presence: README authoring from scratch, improvement, or repl... | spellbook |
7373
| [/reflexion-analyze](reflexion-analyze.md) | Steps 1-3 of reflexion: Parse feedback, categorize root causes, store reflection... | spellbook |
7474
| [/request-review-artifacts](request-review-artifacts.md) | Request Code Review artifact contract: directory structure, phase outputs, manif... | spellbook |
7575
| [/request-review-execute](request-review-execute.md) | Request Code Review Phases 3-6: Dispatch review agent, triage findings, execute ... | spellbook |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# /project-presence-audit
1+
# /polish-repo-audit
22
## Command Content
33

44
``````````markdown

docs/commands/project-presence-community.md renamed to docs/commands/polish-repo-community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# /project-presence-community
1+
# /polish-repo-community
22
## Command Content
33

44
``````````markdown
@@ -503,7 +503,7 @@ Produce this checklist as a standalone document the user can reference. An activ
503503

504504
### Quarterly
505505

506-
- [ ] Re-run the project-presence audit to check for drift
506+
- [ ] Re-run the polish-repo audit to check for drift
507507
- [ ] Review GitHub topics for continued relevance
508508
- [ ] Check if new awesome lists or directories have appeared in your domain
509509
- [ ] Review contributor experience: try the dev setup from scratch on a clean machine

0 commit comments

Comments
 (0)