- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
refactor:rails
by SnakeO
Refactor Ruby on Rails code to improve maintainability, readability, and adherence to best practices. This skill transforms messy Rails code into elegant, well-structured solutions following Rails conventions and modern Ruby best practices. It addresses fat controllers and models, extracts business logic into service objects, applies DRY principles, uses concerns for shared behavior, implements query objects for complex database operations, and leverages Rails 8 and Ruby 3.3+ features including pattern matching and Data classes.
influencer-marketing-paid
by dmend3z
This skill helps you create and execute paid influencer marketing campaigns. Use it to identify influencers, develop content strategies, and measure campaign performance.
refactor:laravel
by SnakeO
Refactor PHP/Laravel code to improve maintainability, readability, and adherence to best practices. This skill transforms code using modern PHP 8.3+/8.4+ features like property hooks and typed constants, Laravel 11+ patterns including Actions and simplified structure, and SOLID principles. It addresses fat controllers, code duplication, N+1 queries, and missing type declarations. Apply when you notice business logic in controllers or legacy PHP patterns.
react-native-basics
by pluginagentmarketplace
Master React Native fundamentals - components, styling, layout, and Expo
react-native-native-modules
by pluginagentmarketplace
Master native modules - Turbo Modules, JSI, Fabric, and platform bridging
marketing-campaign-architecture
by dmend3z
This skill transforms Claude into a marketing campaign architect following Todd Brown's E5 CAMP methodology and Big Idea framework. Use it for designing complete campaign messaging, unique mechanism development, market sophistication analysis, and multi-phase campaign sequencing. Covers the E5 Method, Big Marketing Idea, Unique Sales Argument, and campaign messaging architecture.
crafting-voice-identity
by dmend3z
Defines, documents, and deploys a consistent and authentic brand voice. Use when harmonizing brand voice across all customer touchpoints, building trust, or differentiating from competitors.
community-building
by dmend3z
This skill helps you build and manage a thriving online community. Use it when you need to define your community's purpose, create engaging content, foster authentic communication, and empower brand advocates.
nocodb
by nocodb
Access and manage NocoDB databases via REST APIs. Free plans support bases, tables, fields, records, links, filters, sorts, and attachments. Enterprise plans add workspaces, views, scripts, teams, and collaboration features.
pydantic-evals
by Fuenfgeld
"Test and evaluate AI agents and LLM outputs using code-first evaluation framework with strong typing. Use when the user wants to: (1) Create evaluation datasets with test cases for AI agents, (2) Define evaluators (deterministic, LLM-as-Judge, custom, or span-based), (3) Run evaluations and generate reports, (4) Compare model performance across experiments, (5) Integrate evaluations with Pydantic AI agents, (6) Set up observability with Logfire, (7) Generate test datasets using LLMs, (8) Implement regression testing for AI systems."
rails-ai:testing
by zerobearing2
Use when testing Rails applications - TDD, Minitest, fixtures, model testing, mocking, test helpers
Single Purpose Variables
by obra
Use each variable for exactly one purpose - no hybrid coupling or hidden meanings
rails-ai:models
by zerobearing2
Use when designing Rails models - ActiveRecord patterns, validations, callbacks, scopes, associations, concerns, query objects, form objects
rails-ai:controllers
by zerobearing2
Use when building Rails controllers - RESTful actions, nested resources, skinny controllers, concerns, strong parameters
Domain-Focused Naming
by obra
Name code by what it does in the domain, not how it's implemented or its history
Systematic Debugging
by obra
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
Simplifying Control Flow
by obra
Flatten nested conditionals with early returns or table-driven methods - keep nesting depth under 3 levels
Root Cause Tracing
by obra
Systematically trace bugs backward through call stack to find original trigger
Brainstorming Ideas Into Designs
by obra
Interactive idea refinement using Socratic method to develop fully-formed designs
clickhouse-materialized-views
by obsessiondb
"10+ patterns for ClickHouse Materialized Views. Load when creating MVs for real-time aggregation, data transformation, or query optimization. Covers SummingMergeTree, AggregatingMergeTree, and common pitfalls."
create-tech-spec
by jpoutrin
Create a new Technical Specification for implementation details
drill-recovery
by quangrau
Disaster recovery drill exercises and security checklists for web application projects (SPA, SSR, full-stack web apps). Focused on solo/indie developers using free-tier infrastructure (Vercel, Supabase, Cloudflare, Netlify, Railway, etc.). Bridges big-tech best practices (NIST, Google SRE DiRT, ISO 22301) to indie scale. Use when the user mentions drills, disaster recovery, security audit, incident simulation, project health check, resilience testing, backup strategies, secret rotation, or incident response for web projects. Not for mobile apps, desktop software, CLI tools, or games.
bl-init
by jpoutrin
Initialize git-branchless in the current repository from the current branch
swift-modern-architecture-skill
by fal3
Guide for building iOS apps using Swift 6, iOS 18+, SwiftUI, SwiftData, and modern concurrency patterns. Use when writing Swift/iOS code, designing app architecture, or modernizing legacy patterns. Prevents outdated patterns like Core Data, ObservableObject, DispatchQueue, and NavigationView.