Agent skill · software engineering · bobmatnyc
example-framework-skill
Example of a properly self-contained skill following all best practices
Why this skill is useful
Provides complete self-contained examples and essential patterns for building applications with the Example Framework that the AI wouldn't reliably generate on its own.
What it needs
Requires example-framework installed locally. About 5k tokens when loaded. Last updated 2026-07-18. 67 stars on the source repository.
What this skill does
Example Framework Skill A complete example demonstrating proper self-containment patterns for Claude Code skills. When to Use: Building applications with Example Framework - includes setup, patterns, testing, and deployment. --- Overview This skill demonstrates the correct approach to self-contained skill development: ✅ Self-Contained: All essential content inlined - works standalone ✅ No Dependencies: No relative paths to other skills ✅ Complete Examples: Working code, not fragments ✅ Graceful Degradation: Notes optional enhancements without requiring them ✅ Flat Deployment Ready: Works in any directory structure --- Quick Start Installation Minimal Example (Self-Contained) Run it: --- Core Patterns 1. Application Setup (Self-Contained) Complete setup pattern - no external dependencies: 2. Database Integration (Self-Contained) Essential database pattern - inlined for self-containment: 3. Testing Pattern (Self-Contained) Essential testing patterns - inlined from testing best practices: Run tests: --- Error Handling Standard Error Handler Pattern (Self-Contained) --- Best Practices 1. Configuration Management 2. Dependency Injection 3. Request Validation --- Deployment Production Deployment (Self-Contained) --- Complementary Skills When using this skill, consider these related skills (if deployed): pytest-patterns: Advanced testing patterns and fixtures Use case: Comprehensive test suites with parametrization Integration: Enhance basic testing patterns shown above Status: Optional - basic testing patterns included in this skill database-orm-patterns: Advanced ORM patterns and optimization Use case: Complex queries, relationships, performance tuning Integration: Builds on basic database pattern shown above Status: Optional - basic CRUD patterns included in this skill api-security: Authentication, authorization, security best practices Use case: Production-ready security implementation Integration: Adds security layer to routes Status: Recommended for production - basi …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills bobmatnyc/good-self-contained-skill