Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
athola avatar

Stewardship

  • 78 installs
  • 325 repo stars
  • Updated August 2, 2026
  • athola/claude-night-market

Bake care and curiosity habits into commits, docs, and agent skills so the next person—or future you—inherits understandable errors and honest READMEs.

About

Stewardship encodes night-market style care and curiosity for anyone who will inherit your work—whether that is a teammate, open-source contributor, or you in six months. Solo builders install it when they want the agent to pressure-test error messages, parameter names, bug-fix comments, plugin READMEs, and skill frontmatter before shipping. The skill contrasts genuine care (honest difficulty, navigable complexity) with noise such as increment-x comments or documentation written to look thorough instead of to help. It spans Build when authoring skills and Getting Started sections, Ship when re-reading changes as a stranger would, Launch when plugin READMEs must match reality, and Operate when iterative fixes should leave recognizable failure-mode notes. It is philosophy and practice prompts rather than a linter integration, so it pairs well with any stack where human readability and agent discoverability matter.

  • Care: rewrite errors and names for readers with zero prior context
  • Document WHY decisions were made, not only what code does
  • Write skill descriptions around WHEN to invoke, not feature lists alone
  • Curiosity: understand deeply before changing behavior (paired principle in the skill body)
  • Anti-patterns called out: over-commenting, performative docs, hiding real complexity

Stewardship by the numbers

  • 78 all-time installs (skills.sh)
  • Ranked #699 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/athola/claude-night-market --skill stewardship

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs78
repo stars325
Security audit3 / 3 scanners passed
Last updatedAugust 2, 2026
Repositoryathola/claude-night-market

What it does

Bake care and curiosity habits into commits, docs, and agent skills so the next person—or future you—inherits understandable errors and honest READMEs.

Files

SKILL.mdMarkdownGitHub ↗

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 reckoning with what you know and do not 4. Diligence: disciplined practice of quality in small things 5. Foresight: designing for the choices of those who come after

See STEWARDSHIP.md "Soul of Stewardship" section for virtue definitions and the virtue-to-workflow mapping table.

Is This a Stewardship Moment?

Ask yourself these questions when working in a plugin:

QuestionIf yesPrinciple
Did I just read confusing code?Leave a clarifying comment4
Is this README stale?Update it while context is fresh2
Did I notice a typo or dead code?Fix it now, it takes 10 seconds3
Am I adding a clever abstraction?Reconsider: will iteration 7 thank me?5
Am I writing for myself or the community?Rewrite for the reader1

If no questions trigger: you're in a clean area. Keep it that way.

If any question triggers: take the small action. It costs seconds and pays dividends for every future reader.

Layer-Specific Guidance

Meta (abstract)

You maintain the tools that maintain everything else. Your stewardship priority: stability and clarity of skill authoring patterns. When evaluation frameworks change, downstream plugins feel it. Move carefully, document thoroughly, test rigorously.

Foundation (leyline, sanctum, imbue)

You maintain infrastructure every other plugin depends on. Your stewardship priority: backward compatibility and clear migration paths. When you change a leyline pattern, 15 plugins may need to adapt. Prefer additive changes. Write migration guides when breaking changes are unavoidable.

Utility (conserve, conjure, hookify)

You maintain tools contributors interact with daily. Your stewardship priority: user experience and low friction. If a hook is confusing, contributors disable it. If a rule is noisy, contributors ignore it. Tune for signal, not volume.

Domain (all others)

You maintain specialized expertise. Your stewardship priority: accuracy and accessibility. Domain knowledge is valuable only when others can access it. Write examples, not just references. Keep domain skills current as the underlying domain evolves.

Reflection

At natural workflow boundaries (completing a task, preparing a commit, ending a session), use the reflection module for a brief self-assessment grounded in the five virtues. See modules/reflection.md for the full template.

Related skills

FAQ

Is Stewardship safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.