← All creators

smicolon

Organization

Convention packs for any AI coding tool - agents, skills, commands, and rules for 15 tools including Claude Code, Cursor, Windsurf, and Copilot

50 indexed · 0 Featured · 6 stars · avg score 77
Prolific

Categories

Indexed Skills (50)

AI & Automation Listed

auth-security-patterns

Auto-enforce authentication security best practices. Activates when implementing password policies, rate limiting, session security, CSRF protection, or security headers in auth flows.

6 Updated 1 weeks ago
smicolon
API & Backend Listed

better-auth-patterns

Auto-enforce Better Auth implementation patterns. Activates when setting up authentication, configuring providers, creating auth forms, or implementing session management in React applications.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

explain-error

Automatically diagnoses, explains, and resolves Better Auth runtime errors, configuration issues, database adapter mismatches, and authentication failure codes.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

declarative-routing

Implements declarative, URL-based navigation in Flutter applications using the go_router package. Activates when configuring routes, deep links, web URL mapping, nested navigation shells, or route guards.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

fastlane-knowledge

Provides Fastlane configuration patterns for Flutter apps including iOS and Android lanes, code signing with match, CI/CD integration with GitHub Actions, and environment management. Use when user asks about Fastlane setup, deployment automation, code signing, or CI/CD for mobile.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

flutter-architecture

Provides Flutter app architecture patterns with feature-first structure, clean architecture, and state management (Bloc, Riverpod, Provider). Use when user asks about Flutter project structure, state management selection, dependency injection, or designing Flutter app architecture.

6 Updated 1 weeks ago
smicolon
Testing & QA Listed

flutter-testing

Guides writing unit tests, widget tests, and integration tests in Flutter using flutter_test, WidgetTester, Mockito/Mocktail, and integration_test.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

layout-debugger

Diagnoses and resolves common Flutter layout errors, including RenderFlex overflowed by N pixels, Vertical viewport was given unbounded height, and BoxConstraints issues.

6 Updated 1 weeks ago
smicolon
Web & Frontend Listed

responsive-layout

Builds responsive and adaptive Flutter user interfaces across mobile, tablet, desktop, and web form factors using LayoutBuilder, MediaQuery, and adaptive breakpoints.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

store-publishing

Provides App Store and Google Play publishing requirements, metadata management, screenshot specifications, review guidelines, and compliance requirements. Use when user asks about publishing apps, store requirements, app review, or store metadata.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

nestjs-security-validator

Enforces NestJS security best practices including input validation with class-validator, rate limiting with @nestjs/throttler, route authentication guards, Helmet headers, and CORS configuration.

6 Updated 1 weeks ago
smicolon
Testing & QA Listed

nestjs-testing-patterns

Guides writing isolated unit tests and integration tests for NestJS controllers, services, and guards using Test.createTestingModule() and Vitest/Jest.

6 Updated 1 weeks ago
smicolon
Web & Frontend Listed

vercel-react-best-practices

Official React and Next.js performance optimization guidelines from Vercel Engineering. Auto-activates when writing, reviewing, or refactoring React components, Next.js pages, data fetching, bundle optimization, or performance-critical frontend code.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

tanstack-ai-patterns-alpha

TanStack AI patterns for unified AI SDK integration. Activates when implementing AI chat, streaming responses, or AI-powered features. NOTE: Alpha library - API may change.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

tanstack-db-patterns-beta

TanStack DB patterns for client-first reactive data stores. Activates when implementing offline-first apps, local-first data, or reactive client databases. NOTE: Beta library - API may change.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

tanstack-devtools-patterns

TanStack DevTools patterns for debugging and development. Activates when setting up development tools, debugging queries, or configuring developer experience in React applications.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

mermaid-architect

Generates clean, syntactically valid Mermaid.js diagrams for ERDs, system architecture, sequence flows, class diagrams, and C4 component models directly inside Markdown documents.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

execution-context-builder

Synthesizes the chosen (or only) candidate flow into the canonical execution-context Markdown + JSON artifacts under .claude/clarifications/. Activates after flow-detector returns a single candidate, or after flow-selector confirms the user's choice. Never asks follow-up questions.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

flow-detector

Analyzes a task description plus the surrounding codebase and produces a list of candidate end-to-end flows. Activates when a developer describes a task using vague verbs (send, notify, sync, handle, process, integrate) without specifying entity, trigger, or recipient. Returns 1 candidate when the flow is unambiguous, 2+ when multiple plausible interpretations exist. Each candidate is a complete proposed execution context, never a question.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

flow-selector

Presents 2+ candidate flows from flow-detector and asks the user to pick one. Issues exactly one AskUserQuestion. Never activates when flow-detector returns a single candidate, and never asks cluster-by-cluster questions.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

tdd-planner

This skill should be used when the user asks to "plan a feature", "prepare for dev loop", "structure TDD approach", "break down this task", "create development plan", or when generating structured prompts for iterative development. Creates dev-loop-ready plans with TDD phases, file tables, code snippets, and framework-specific guidance.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

django-import-enforcer

Automatically validate and fix Django import patterns to use absolute modular imports with aliases. Use when writing imports, creating new Python files, modifying existing files, or seeing import statements in code.

6 Updated 1 weeks ago
smicolon
API & Backend Listed

migration-safety-checker

This skill should be used when the user asks to "create a migration", "run makemigrations", "modify a model field", "rename a column", or mentions "schema change", "alter table", "database migration". Validates migrations are production-safe.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

model-entity-validator

This skill should be used when the user asks to "create a model", "add a Django model", "create database table", "add entity", "define schema", or when writing class definitions inheriting from models.Model. Validates BaseModel inheritance pattern.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

performance-optimizer

This skill should be used when the user asks to "optimize queries", "fix slow queries", "improve performance", "detect N+1", "add indexes", or when writing Django ORM queries that access related objects. Detects and fixes performance issues.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

red-phase-verifier

This skill should be used when the user asks to "write tests first", "run TDD", "verify red phase", "check failing tests", or when practicing test-driven development. Ensures tests fail before implementation.

6 Updated 1 weeks ago
smicolon
API & Backend Listed

security-first-validator

This skill should be used when the user asks to "create an API endpoint", "add a view", "write a viewset", "create a serializer", or when writing Django REST Framework code. Enforces security requirements (permissions, authentication, rate limiting).

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

test-coverage-advisor

This skill should be used when the user asks to "write tests", "generate tests", "check coverage", "add test cases", or when completing features and saying "done", "finished", "ready for review". Suggests tests for 90%+ coverage.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

test-validity-checker

This skill should be used when the user asks to "check tests", "validate tests", "review test quality", "verify test coverage", or when writing test files or running pytest. Ensures tests are meaningful.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

failure-log-manager

This skill should be used when the user asks to "log a failure", "remember this mistake", "add to failure log", "what mistakes to avoid", "check failure log", or when a mistake is detected that should be recorded for future reference. Manages persistent failure memory.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

dart-modern-patterns

Leverages modern Dart 3+ language features including pattern matching, switch expressions, records, and sealed class hierarchies for expressive, type-safe Flutter code.

6 Updated 1 weeks ago
smicolon
Data & Documents Listed

json-serialization

Standardizes JSON serialization and deserialization in Flutter and Dart using dart:convert, manual factory constructors, or code-generation with freezed.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

cloudflare-bindings

This skill activates when working with Cloudflare Workers bindings like D1, KV, R2, Durable Objects, or environment variables. It provides patterns for database access, caching, file storage, and secrets management.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

hono-patterns

This skill activates when writing Hono routes, handlers, middleware, or discussing Hono application architecture. It provides patterns for routing, middleware composition, error handling, and TypeScript integration.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

rpc-typesafe

This skill activates when setting up Hono RPC client, configuring type-safe API calls, or discussing client-server type sharing. It provides patterns for the hc client, type inference, and React Query integration.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

zod-validation

This skill activates when writing form validation, request validation, or Zod schemas in Hono. It provides patterns for validating JSON bodies, query parameters, path parameters, and headers with proper error handling.

6 Updated 1 weeks ago
smicolon
DevOps & Infrastructure Listed

infisical-ci-integration

This skill activates when configuring CI/CD pipelines, writing GitHub Actions workflows, GitLab CI configs, Dockerfiles, Kubernetes manifests, or serverless deployment configs that need secret injection. It provides patterns for integrating Infisical into build and deployment pipelines.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

infisical-patterns

This skill activates when managing environment variables, configuring .infisical.json, organizing workspace environments, or discussing secret management patterns with Infisical CLI. It provides conventions for secret naming, folder organization, auth selection, and local development workflows.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

secret-hygiene

This skill activates when detecting hardcoded strings that look like API keys or credentials, creating .env files, referencing process.env or os.environ without Infisical, or working with configuration files that contain sensitive values. It enforces secret hygiene practices and recommends moving secrets to Infisical.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

barrel-export-manager

This skill should be used when the user asks to "create barrel exports", "add index.ts", "organize exports", "create entity", "add DTO", "create service", or when adding files to NestJS module directories. Auto-maintains barrel exports.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

nestjs-import-enforcer

Automatically enforce absolute imports from barrel exports in NestJS. Use when writing imports, creating TypeScript files, or organizing NestJS module structure.

6 Updated 1 weeks ago
smicolon
Web & Frontend Listed

react-accessibility-validator

Automatically validate React/Next.js components meet WCAG 2.1 AA standards. Use when creating components, forms, buttons, modals, navigation, or any interactive UI elements.

6 Updated 1 weeks ago
smicolon
Web & Frontend Listed

nextjs-import-enforcer

Automatically enforce consistent import patterns using Next.js path aliases and proper organization. Use when writing imports, creating new files, or organizing code structure.

6 Updated 1 weeks ago
smicolon
Web & Frontend Listed

react-form-validator

This skill should be used when the user asks to "create a form", "add validation", "handle form submission", "use React Hook Form", or when creating login, signup, or data entry forms. Enforces React Hook Form + Zod pattern.

6 Updated 1 weeks ago
smicolon
Web & Frontend Listed

vue-accessibility-validator

Automatically validate Vue 3/Nuxt.js components meet WCAG 2.1 AA standards. Use when creating components, forms, buttons, modals, navigation, or any interactive UI elements.

6 Updated 1 weeks ago
smicolon
Web & Frontend Listed

nuxtjs-import-enforcer

Automatically enforce consistent import patterns using Nuxt.js ~/ path aliases and proper organization. Use when writing imports, creating new Vue/TS files, or organizing code structure.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

veevalidate-form-validator

This skill should be used when the user asks to "create a form", "add validation", "handle form submission", "use VeeValidate", or when creating login, signup, or data entry forms in Nuxt.js/Vue 3. Enforces VeeValidate + Zod pattern.

6 Updated 1 weeks ago
smicolon
AI & Automation Listed

onboard-context-provider

Provides personalized assistance based on engineer's onboarding profile. Activates when engineer asks "how do I", "where should I", "what's the pattern for", shows confusion about conventions, or writes code that doesn't match project patterns. Reads .claude/onboard-profile.local.md for context.

6 Updated 1 weeks ago
smicolon
Web & Frontend Listed

react-perf-rules

Provides prioritized P0/P1/P2 criteria for auditing React and Next.js branch diffs across waterfalls, bundle bloat, server execution, and client re-renders.

6 Updated 1 weeks ago
smicolon
Web & Frontend Listed

web-design-guidelines

Audits UI code against modern Web Interface Guidelines for typography, interactive affordances, responsive layouts, contrast, and accessibility compliance.

6 Updated 1 weeks ago
smicolon

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.