Patterns
An easy way for agents to help people manage Claude Code and Codex plugins.
npx -y skills add nklisch/skilltap --skill patternsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Project code patterns and conventions. Auto-loads when implementing, designing, verifying, or reviewing code. Provides detailed pattern definitions with code examples.
SKILL.md
2.0 KB, as published. Nobody here has run it
Project Patterns Reference
This skill contains detailed pattern documentation for this project. See individual pattern files for full details with code examples.
Available patterns:
- revalidated-execution-port.md — Bind planned operations to adapter requests, revalidate them under lock, then apply through
ExecutionPort. - root-confined-filesystem-port.md — Access managed descendant files through a canonical root and no-follow relative-path operations.
- drift-checked-managed-projection-plan.md — Plan skill trees and MCP config as fingerprinted writes, re-observe owned projections, and fail on drift.
- target-local-resource-state.md — Mutate lifecycle evidence on exact harness bindings and preserve unselected sibling state.
- identity-aware-rollback.md — Roll back only proven owned identities and report post-observed residuals when restoration is incomplete.
- validated-wire-contract.md — Serialize domain values through private wire DTOs and rebuild them through validating constructors.
- validated-string-newtypes.md — Represent bounded domain text with one validated, serde-aware newtype rather than raw
String. - bounded-native-process-port.md — Resolve binaries and run direct argument vectors through the bounded runner with explicit limits.
- isolated-native-fixture-roots.md — Exercise native and filesystem behavior only inside test-support-owned temporary roots and fake binaries.