stewardship
SolidStewardship virtues (Care, Curiosity, Humility, Diligence) for plugins.
AI & Automation 308 stars
27 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Stewardship
## When To Use
- Working on any plugin and making design decisions
- Reviewing code for quality and contributor experience
- Reflecting at workflow boundaries (pre-commit, post-PR)
## When NOT To Use
- Quick one-line fixes that do not affect design
- External projects outside the night-market ecosystem
Apply these principles whenever you touch a plugin. The full
manifesto with research origins is at `STEWARDSHIP.md` in the
project root.
## The Five Principles
1. **You are a steward, not an owner**: the codebase belongs to
the community. Write for the reader, not yourself.
2. **Multiply, do not merely preserve**: improve what you touch.
Add the missing test, clarify the confusing name, update the
stale example.
3. **Be faithful in small things**: fix the typo, remove the dead
import, add the type hint. Small acts compound.
4. **Serve those who come after you**: write for the contributor
who arrives with no context. Prioritize their experience.
5. **Think seven iterations ahead**: prefer simple, transparent
patterns. Will this design hold up after seven major changes?
## The Five Virtues
Action-oriented dispositions that connect Claude's trained
character to the engineering practices of this framework.
Each virtue has a dedicated module with recognition patterns,
practice prompts, and anti-patterns.
1. **Care**: active attention to those who inherit your work
2. **Curiosity**: deep understanding before action
3. **Humility**: honest rec...
Details
- Author
- athola
- Repository
- athola/claude-night-market
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
engineering-philosophy
Apply KISS, YAGNI, DRY, SOLID, fail-fast, be-brief on every code decision.
2 Updated yesterday
swell-agents DevOps & Infrastructure Listed
core-engineering-principles
Use when starting any coding, refactoring, debugging, or implementation task — establishes the four principles (think before coding, simplicity first, surgical changes, goal-driven execution) that bias the assistant toward careful, low-noise work.
0 Updated 2 weeks ago
DioNanos AI & Automation Listed
working-on-ancplua-plugins
Primary instruction manual for working within the ancplua-claude-plugins monorepo. Use when creating, modifying, or debugging plugins in this repository.
353 Updated today
aiskillstore