itokun99/superspec-ai-workflow

🚀 AI-driven development workflow blueprint for multi-platform monorepos. Powered by OpenCode, OMO, OpenSpec, and Superpowers.

2Stars on the repository
25Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

database-migrations

01

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

not rated 2 2mo ago A 56 tokens

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.

not rated 2 2mo ago A 39 tokens

enhance-prompt

03

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

not rated 2 2mo ago A 41 tokens

find-skills

04

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

not rated 2 2mo ago A 67 tokens

frontend-design

05

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

not rated 2 2mo ago A 77 tokens

golang-code-style

06

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Golang code style, formatting and conventions. Use when writing code, reviewing style, configuring linters, writing comments, or establishing project standards.

not rated 2 2mo ago A 34 tokens

golang-concurrency

07

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, worker pools, or fan-out/fan-in pipelines. Also triggers when you detect goroutine leaks, race conditions, channel ownership issues, or need to choose…

not rated 2 2mo ago A 74 tokens

golang-context

08

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Idiomatic context.Context usage in Golang — creation, propagation, cancellation, timeouts, deadlines, context values, and cross-service tracing. Apply when working with context.Context in any Go code.

not rated 2 2mo ago A 43 tokens

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ring, strings.Builder vs bytes.Buffer, generic collections, pointers (unsafe.Pointer, weak.Pointer), and copy semantics. Use when choosing or optimizing…

not rated 2 2mo ago A 96 tokens

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, separation of concerns, lifecycle management), manual constructor injection, and DI library comparison (google/wire, uber-go/dig, uber-go/fx, samber/do). Use this skill when designing service architecture…

not rated 2 2mo ago A 110 tokens

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go Playground, Example tests, API docs, and llms.txt. Use when writing or reviewing doc comments, documentation, adding code examples, setting up doc sites, or discussing documentation best practices.…

not rated 2 2mo ago A 77 tokens

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Idiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel errors, panic/recover, the single handling rule, structured logging with slog, HTTP request logging middleware, and samber/oops for production errors. Built to make logs usable at scale with log…

not rated 2 2mo ago A 94 tokens

golang-gin-api

13

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Build REST APIs with Go Gin. Use when creating Go web servers, adding Gin routes, writing handlers, or asking about middleware, binding, error handling, or project structure.

not rated 2 2mo ago A 41 tokens

golang-lint

14

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Provides linting best practices and golangci-lint configuration for Go projects. Covers running linters, configuring .golangci.yml, suppressing warnings with nolint directives, interpreting lint output, and managing linter settings. Use this skill whenever the user runs linters, configures golangci-lint, asks about…

not rated 2 2mo ago A 122 tokens

golang-naming

15

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Go (Golang) naming conventions — covers packages, constructors, structs, interfaces, constants, enums, errors, booleans, receivers, getters/setters, functional options, acronyms, test functions, and subtest names. Use this skill when writing new Go code, reviewing or refactoring, choosing between naming alternatives…

not rated 2 2mo ago A 161 tokens

golang-patterns

16

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

not rated 2 2mo ago A 27 tokens

golang-pro

17

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming…

not rated 2 2mo ago A 95 tokens

golang-security

18

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, reviewing, or auditing Go code for security, or when working on any risky code involving…

not rated 2 2mo ago A 86 tokens

postgresql-expert

19

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Expert-level PostgreSQL database administration, advanced queries, performance tuning, and production operations.

not rated 2 2mo ago A 21 tokens

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.

not rated 2 2mo ago A 57 tokens

prompt-builder

21

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.

not rated 2 2mo ago A 24 tokens

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.

not rated 2 2mo ago A 60 tokens

refactor

23

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

not rated 2 2mo ago A 54 tokens

itokun99/superspec-ai-workflow

Skill Claude CodeCodex

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

not rated 2 2mo ago A 57 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: