All authors
Orythix avatar

Claude Skills by Orythix

github.com/Orythix
215 skillsA× 206B× 7C× 28 installs43 views
AccessibilityA

Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA

data-aiswiftkotlin
0
2
Agent Architecture AuditA

Full-stack diagnostic for agent and LLM applications. Audits the 12-layer agent stack for wrapper regression, memory pollution, tool discipline failures, hidden repair loops, and rendering corruption. Produces severity-ranked findings with code-first fixes. Essential for developers building agent applications, autonomous loops, or any LLM-powered feature.

data-airustgo
0
2
Agent EvalA

Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

data-aigobash
0
2
Agent Harness ConstructionA

Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.

data-aireact
0
2
Agent Introspection DebuggingA

Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.

data-airustgo
0
2
Agent Payment X402A

Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol.

developmenttypescriptpython
0
2
Agent SortA

Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle.

developmenttypescriptpython
0
2
Agentic EngineeringA

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.

data-aidebuggingsecurity
0
2
Agentic OsB

Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases.

data-aipythonshell
0
2
Ai First EngineeringA

Engineering operating model for teams where AI agents generate a large share of implementation output.

data-aitestingsecurity
0
2
Ai Regression TestingA

Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.

developmenttypescriptrust
0
2
Android Clean ArchitectureA

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

data-aigokotlin
0
2
Angular DeveloperA

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.

developmentreactangular
0
2
Api Connector BuilderA

Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.

data-aitypescriptgo
0
2
Api DesignA

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

data-aitypescriptpython
0
2
Architecture Decision RecordsA

Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.

developmentgosql
0
2
Article WritingA

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

data-aigoapi
0
2
Automation Audit OpsA

Evidence-first automation inventory and overlap audit workflow for ECC. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything.

data-aigorails
0
2
Autonomous Agent HarnessA

Transform Claude Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Claude Code's native crons, dispatch, MCP tools, and memory. Use when the user wants continuous autonomous operation, scheduled tasks, or a self-directing agent loop.

data-aibashtesting
0
2
Autonomous LoopsA

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

data-aitypescriptshell
0
2
Backend PatternsA

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

developmenttypescriptgo
0
2
BenchmarkA

Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.

data-aitypescriptdocker
0
2
BlueprintA

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is comple...

data-aishellbash
0
2
Brand VoiceA

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

data-aiapi
0
2
Browser QaA

Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.

data-aigotesting
0
2
Bun RuntimeA

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

developmentjavascripttypescript
0
2
Canary WatchA

Use this skill to monitor a deployed URL for regressions after deploys, merges, or dependency upgrades.

data-aigitapi
0
2
Carrier Relationship ManagementA

Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carrier relationships. Informed by transportation managers with 15+ years experience. Includes scorecarding frameworks, RFP processes, market intelligence, and compliance vetting. Use when managing carriers, negotiating rates, evaluating carrier performance, or building freight strategies.

data-airustgo
0
2
Cisco Ios PatternsA

Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification.

data-aigo
0
2
CkA

Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

data-aigobash
0
2
Claude DevfleetA

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

data-aigobash
0
2
Click Path AuditA

Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.

developmentreactdebugging
0
2
Clickhouse IoA

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

data-aitypescriptgo
0
2
Code TourA

Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured "explain how this works" requests.

developmentrustgo
0
2
Codebase OnboardingA

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

developmenttypescriptrust
0
2
Coding StandardsA

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

developmentjavascripttypescript
0
2
Compose Multiplatform PatternsA

Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.

data-aigokotlin
0
2
Configure EccA

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

developmentjavascripttypescript
0
2
Connections OptimizerA

Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or rebalance a social graph around higher-signal relationships.

data-aiapi
0
2
Content EngineA

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

data-aigoapi
0
2
Content Hash Cache PatternA

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

data-aipythondebugging
0
2
Context BudgetA

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

data-aidebugginggit
0
2
Continuous Agent LoopA

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

data-ai
0
2
Continuous Learning V2B

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

data-aipythongo
0
2
Continuous LearningA

[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1; route continuous learning, session learning, and pattern extraction requests to continuous-learning-v2.

data-aigotesting
0
2
Cost Aware Llm PipelineA

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

data-aipythonrails
0
2
CouncilA

Convene a four-voice council for ambiguous decisions, tradeoffs, and go/no-go calls. Use when multiple valid paths exist and you need structured disagreement before choosing.

data-airustgo
0
2
Cpp Coding StandardsA

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

developmentgoc++
0
2
Cpp TestingA

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

developmentgoc++
0
2
CrosspostA

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

data-aiapi
0
2