From scaffolding
Systematic approach for gathering accurate, version-specific documentation. Use when researching new APIs, libraries, or best practices before implementation.
npx claudepluginhub komluk/scaffolding --plugin scaffoldingThis skill uses the workspace's default tool permissions.
Systematic approach for gathering accurate, version-specific documentation before implementation.
Integrates Mem0 persistent memory for Claude Code tasks using MCP tools. Retrieves relevant memories on new tasks, stores learnings like decisions and strategies, captures session states.
Creates web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, interactive demos, and presenter notes. Use for technical presentations, conference talks, code walkthroughs, and workshops.
Systematic approach for gathering accurate, version-specific documentation before implementation.
package.json (Node.js)requirements.txt (Python)Cargo.toml (Rust)| Priority | Source | Trust Level |
|---|---|---|
| 1 | Official documentation | HIGH |
| 2 | Migration guides | HIGH |
| 3 | Release notes | HIGH |
| 4 | GitHub repos | MEDIUM |
| 5 | Blogs, tutorials | LOW |
| ❌ | Stack Overflow, AI content | AVOID |
Deliver ResearchPack format:
## ResearchPack: [Library/API Name]
### Quick Reference
- **Library**: name v1.2.3
- **Use Case**: [what we're implementing]
- **Confidence**: HIGH/MEDIUM/LOW
### Key APIs
| Function | Signature | Description |
|----------|-----------|-------------|
| func1 | `func1(arg: Type): Return` | Does X |
| func2 | `func2(arg: Type): Return` | Does Y |
### Setup Steps
1. Install: `npm install library`
2. Configure: ...
3. Import: ...
### Gotchas
- ⚠️ [Common mistake to avoid]
- ⚠️ [Version-specific caveat]
### Code Examples
```typescript
// Example usage
## Quality Standards
- **Accuracy**: API signatures match docs exactly
- **Citations**: Every claim has source URL
- **Version-aware**: Information matches project version
- **Actionable**: Clear implementation guidance
- **Time**: Under 2 minutes total
## Project-Specific Sources
### React/TypeScript
- https://react.dev/
- https://www.typescriptlang.org/docs/
### Material-UI
- https://mui.com/material-ui/
### Vite
- https://vitejs.dev/
### AI APIs
- https://docs.imagerouter.io/
- https://platform.openai.com/docs/
## Confidence Levels
| Level | Criteria |
|-------|----------|
| HIGH | Official docs, exact version, tested |
| MEDIUM | Official docs, close version |
| LOW | Community source, version uncertain |
| AVOID | No citation, speculation |