Instructions file CodexOpenCode
AGENTS.md instructions for itokun99/omotg, covering omotg — telegram ↔ opencode bridge, structure, where to look, code map and conventions.
Instructions file CodexOpenCode
AGENTS.md instructions for itokun99/omotg, covering omotg — telegram ↔ opencode bridge, structure, where to look, code map and conventions.
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).
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.
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.
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.
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).…
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.
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…
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.
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…
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…
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.…
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…
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.
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…
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…
itokun99/superspec-ai-workflow
Skill Claude CodeCodex
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
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…
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…
itokun99/superspec-ai-workflow
Skill Claude CodeCodex
Expert-level PostgreSQL database administration, advanced queries, performance tuning, and production operations.
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.
itokun99/superspec-ai-workflow
Skill Claude CodeCodex
Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.
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.
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.