agentsclimarketplace

Pattern capture

Skill Pamacea/smite/plugins/studio/skills/optional/pattern-capture

Au-delà de l'efficience, l'osmose. Plus que des scripts, ces agents Claude Code sont les membres fantômes de notre intellect : des extensions vitales plutôt que de simples exécutants.

Install
npx -y skills add Pamacea/smite --skill pattern-capture

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 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

Capture reusable patterns from successful implementations for future reference. Analyzes code to extract templates, conventions, and best practices.

SKILL.md

1.3 KB, 218 tokens by cl100k_base, as published. Nobody here has run it

Pattern Capture Skill

Lazy-loaded skill - Captures patterns after successful implementations

Mission

Extract and document reusable patterns from working code.

When to Use

  • After successful feature: "Capture this pattern"
  • After solving complex problem: "Save this solution"
  • After establishing convention: "Document this pattern"

Pattern Types

TypeDescription
ArchitectureModule structure, layering
ImplementationCode patterns, idioms
ConfigurationSetup, conventions
TestingTest patterns, fixtures

Examples

/studio capture "auth flow pattern"
/studio capture "API error handling"
/studio capture "state management pattern"

Output Structure

## Pattern: [Name]

### Context
When to use this pattern

### Implementation
Code example

### Files Found
- src/feature/example.ts

### Related Patterns
- @memory/other-pattern

Version: 1.0.0 | Lazy Load: Enabled

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.