Code Gen

Generate code, boilerplate, scaffolding

Showing 3097-3120 of 11237 skills
Joannis

swift-library-design

by Joannis

'Expert guidance on Swift library and framework design. Use when developers mention: (1) designing a Swift library or framework, (2) public API design patterns, (3) protocol-oriented architecture or associated types, (4) result builders or DSL design, (5) performance optimization for libraries, (6) @inlinable or @usableFromInline, (7) noncopyable types for APIs, (8) progressive disclosure in API design, (9) ResponseGenerator or builder patterns.'

Code Gen 60 5mo ago
Joannis

linear

by Joannis

'Linear CLI for issue tracking and project management. Use when developers mention: (1) Linear issues or tickets, (2) issue tracking or task management, (3) WDY team issues, (4) closing, updating, or triaging tickets, (5) linking PRs to issues, (6) issue states (triage, backlog, started, completed).'

CLI Tools 60 5mo ago
Gentleman-Programming

sdd-propose

by Gentleman-Programming

Create a change proposal with intent, scope, and approach. Trigger: When the orchestrator launches you to create or update a proposal for a change.

Code Gen 1.2K 4mo ago
Gentleman-Programming

sdd-spec

by Gentleman-Programming

Write specifications with requirements and scenarios (delta specs for changes). Trigger: When the orchestrator launches you to write or update specs for a change.

Code Gen 1.2K 4mo ago
rodydavis

building-a-rich-text-editor-with-lit

by rodydavis

Learn how to build a rich text editor using a Lit web component, complete with a toolbar for formatting text, links, and styles.

CLI Tools 55 5mo ago
rodydavis

install-flutter-from-git

by rodydavis

Install Flutter SDK via git clone and configure for all platforms

CLI Tools 55 5mo ago
rodydavis

how-to-export-sqlite-tables-to-create-statements

by rodydavis

Learn how to export your entire SQLite database schema, including tables and indexes, into runnable CREATE statements at runtime using Flutter and the sqlite3 package.

Code Gen 55 5mo ago
rodydavis

how-to-build-a-graph-database-with-flutter

by rodydavis

Learn how to build and utilize a graph database within your Flutter applications using SQLite and the Drift package to model relationships between data.

Code Gen 55 5mo ago
rodydavis

server-side-rendering-flutter-apps-with-rfw

by rodydavis

Learn how to build a dynamic Flutter app using Server Side Rendering (SSR) with the rfw package, enabling UI updates driven by server logic and binary data exchange via HTTP.

Code Gen 55 5mo ago
rodydavis

building-a-piano-with-flutter

by rodydavis

Build a Tiny Piano in Flutter: Learn how to create a fully functional, Flutter Create contest-winning piano app using just 5032 bytes of Dart code, complete with MIDI support and customizable features.

Code Gen 55 5mo ago
rodydavis

how-to-build-a-flutter-app-on-xcode-cloud

by rodydavis

Learn how to set up Xcode Cloud to build and deploy your Flutter application to TestFlight and the App Store with this step-by-step guide.

Automation 55 5mo ago
rodydavis

building-a-html-element-sandbox-with-lit

by rodydavis

Learn how to build a Lit web component to create a dynamic HTML element sandbox with live updates, perfect for experimenting with and showcasing web components.

Code Gen 55 5mo ago
proficientlyjobs

tailor-resume

by proficientlyjobs

Tailor your resume for a specific job posting

Code Gen 267 4mo ago
Zal4DW

interview-master

by Zal4DW

This skill should be used when the user asks to "prepare for an interview", "do a mock interview", "what do interviewers look for", "I got rejected", or "help me after an interview". Provides interview preparation with STAR frameworks, interviewer perspective reports, realistic mock interview simulation, and post-interview coaching for rejection recovery.

Code Gen 74 4mo ago
laurigates

blueprint-docs-list

by laurigates

"List blueprint documents (ADRs, PRDs, PRPs) with metadata extracted from frontmatter and headers"

CLI Tools 43 5mo ago
apcamargo

touying-author

by apcamargo

Author, refactor, and troubleshoot Typst slide decks built with Touying

Code Gen 170 5mo ago
laurigates

blueprint-rules

by laurigates

"Manage modular rules in .claude/rules/ directory. Supports path-specific rules with glob patterns, brace expansion, and user-level rules."

Code Gen 43 4mo ago
laurigates

blueprint-claude-md

by laurigates

"Generate or update CLAUDE.md from project context and blueprint artifacts. Supports @import syntax, CLAUDE.local.md, and auto memory delineation."

Code Gen 43 4mo ago
GreptimeTeam

greptimedb-flow

by GreptimeTeam

Guide for creating GreptimeDB flow tasks, for generates materialized view for continuous aggregation.

Code Gen 50 5mo ago
cosmix

git-workflow

by cosmix

Manages Git operations including branching strategies, commit conventions, merge workflows, conflict resolution, and worktree management. Trigger keywords: git, branch, commit, merge, rebase, pull request, PR, cherry-pick, stash, reset, revert, checkout, switch, worktree, conflict, GitFlow, trunk-based, feature branch, release branch, version control, squash, amend, history, tag, remote, push, pull, fetch, clone.

API Dev 50 5mo ago
cosmix

event-driven

by cosmix

Event-driven architecture patterns including message queues, pub/sub, event sourcing, CQRS, and sagas. Use when implementing async messaging, distributed transactions, event stores, command query separation, domain events, integration events, data streaming, choreography, orchestration, or integrating with RabbitMQ, Kafka, Apache Pulsar, AWS SQS, AWS SNS, NATS, event buses, or message brokers.

Code Gen 50 5mo ago
cosmix

database-design

by cosmix

Designs database schemas, data models, relationships, indexes, and migrations for relational, NoSQL, time-series, and warehouse databases. Covers normalization, denormalization, ETL optimization, event sourcing, star schema, and performance tuning. Trigger keywords: schema, table, column, migration, ERD, normalize, denormalize, index, foreign key, primary key, constraint, relationship, SQL, DDL, data model, database design, data warehouse, star schema, snowflake schema, time-series, event sourcing, dimension table, fact table, ETL, data pipeline, OLAP, OLTP.

Code Gen 50 5mo ago
cosmix

auth

by cosmix

Authentication and authorization patterns including OAuth2, JWT, RBAC/ABAC, session management, API keys, password hashing, and MFA. USE WHEN: Implementing login flows, access control, identity management, tokens, permissions, session handling, API key authentication, or MFA. DO NOT USE: For security vulnerability scanning (use /security-scan), for security audits (use /security-audit), for threat modeling (use /threat-model). TRIGGERS: login, logout, signin, signup, authentication, authorization, password, credential, token, JWT, OAuth, OAuth2, OIDC, SSO, SAML, session, cookie, RBAC, ABAC, permissions, roles, MFA, 2FA, TOTP, API key, PKCE.

Auth 50 5mo ago
cosmix

rust

by cosmix

Rust language expertise for writing safe, performant, production-quality Rust code. Primary language for the Loom project. Use for Rust development, ownership patterns, error handling, async/await, cargo management, CLI tools, and serialization. Triggers: rust, cargo, rustc, ownership, borrowing, lifetime, trait, impl, struct, enum, Result, Option, async, await, tokio, serde, clap, thiserror, anyhow, Arc, Mutex, RwLock, RefCell, Box, Rc, Vec, HashMap, HashSet, String, derive, macro.

Code Gen 50 5mo ago