
akillness/oh-my-skills
137 skills22.2k installsGitHub
Install
npx skills add https://github.com/akillness/oh-my-skillsSkills in this repo
1Data Analysisdata-analysis from oh-my-skills equips Claude to inspect tabular data, run exploratory summaries, compare segments, and translate findings into scoped product decisions before engineering invests in pipelines or dashboards.366installs2Code RefactoringGuides agents through disciplined code refactoring: identifying smells, applying small safe transforms, using tests as guardrails, and improving structure and readability without altering external behavior or feature scope.342installs3Vercel React Best PracticesThe vercel-react-best-practices skill from akillness/oh-my-skills encodes Vercel-aligned React and Next.js conventions for agents building modern web apps. It steers implementation toward efficient server rendering, sensible data boundaries, and maintainable component patterns so SaaS frontends stay fast on Vercel without rediscovering framework footguns.339installs4Frontend Design SystemBuilds a frontend design system with tokens, reusable components, and layout standards for cohesive product UI. Covers typography, color, spacing, and composition patterns so teams scale interfaces without visual drift.304installs5Technical WritingThe technical-writing skill helps developers produce precise, well-structured documentation—READMEs, API references, and design notes—directly from implementation work in oh-my-skills, improving onboarding, agent comprehension, and long-term maintainability of codebases.297installs6Remotion Video ProductionRemotion-video-production helps teams author and render code-based videos using Remotion’s React model, covering compositions, motion, assets, and export workflows. It suits marketing clips, product demos, and repeatable social content generated from templates rather than manual NLE editing.282installs7RtkTeaches Redux Toolkit patterns for React frontends: configure stores, define slices, handle async thunks, normalize entities, and wire typed hooks for maintainable global state.280installs8Research Paper WritingAssists with end-to-end research paper writing: plan sections, draft abstracts and contributions, articulate methods and results, tighten related work, and iterate prose toward publication-quality academic or technical manuscripts.279installs9GraphifyHelps agents graphify datasets into visual charts and relationship views for analysis, reporting, and documentation. It accelerates turning raw tables or metrics into understandable graphics during backend and analytics feature work.272installs10Video ProductionEnd-to-end guidance for producing product and tutorial video: briefs, scripts, recording setups, pacing, edits, captions, and export formats suited for docs, social, and landing pages. Aims at consistent, on-brand clips without a full production team.254installs11Responsive Designresponsive-design helps Claude Code authors ship UIs that adapt cleanly across viewport sizes. It encodes practical patterns for flex/grid layouts, media queries, container queries, image scaling, and navigation reflow so SaaS dashboards, marketing sites, and ecommerce flows stay usable on small screens without a separate mobile rewrite.253installs12Presentation Builderpresentation-builder automates creation of structured presentations—slide outlines, bullet narratives, speaker notes, and deck scaffolding—from source material so teams can produce pitches, demos, and training content faster during growth and enablement.250installs13Backend TestingCovers backend testing practices for agents: structuring unit and integration tests, mocking dependencies, asserting API contracts, and running reliable suites in CI before shipping services or after backend changes.249installs14Web AccessibilityPractical accessibility review for web UIs: semantic markup, focus management, ARIA usage, contrast ratios, and keyboard paths. Helps teams fix issues found in manual or automated audits so flows work for assistive tech users and common compliance expectations.249installs15Google Workspacegoogle-workspace from akillness/oh-my-skills enables Claude agents to interact with Gmail, Google Docs, Sheets, Drive, and related Workspace services through guided API patterns. It helps teams build productivity automations, internal copilots, and SaaS integrations that move data across Google apps reliably.243installs16Task Planningtask-planning turns ambiguous goals into actionable backlogs for Claude Code sessions: prioritized tasks, milestones, dependencies, and clear done criteria so implementation stays scoped and traceable across agent and human contributors.230installs17Design SystemSkill for creating and evolving a design system: foundational tokens, accessible color and type scales, component anatomy rules, naming conventions, and guidance that keeps SaaS and marketing surfaces visually aligned at scale.225installs18User Guide WritingTeaches how to write clear user guides: scannable headings, numbered procedures, expected outcomes, and troubleshooting for common failures. Emphasizes matching reader skill level and linking guides to the exact UI states users will see in the product.223installs19SurveySurvey skill from akillness/oh-my-skills helps agents discover, compare, and select Claude Code skills from the oh-my-skills ecosystem before build work begins.219installs20File Organizationfile-organization helps agents systematically sort, rename, and restructure project files using repeatable folder conventions and cleanup rules, reducing repo noise and making assets easier to find during long-running development and operations.218installs21Vibe KanbanProvides kanban-style project management for vibe-coding workflows: define columns and WIP limits, slice backlog into agent-friendly tasks, track status across sessions, and keep build momentum visible without enterprise PM overhead.216installs22Bmad GdsImplements the BMAD Game Development System so teams plan mechanics, levels, narrative beats, and production milestones with structured prompts, keeping design, engineering, and content aligned on playable game delivery.215installs23Codebase SearchCodebase-search teaches agents disciplined repository exploration—scoped greps, symbol chasing, dependency tracing, and read budgeting—so changes target the right files in big or unfamiliar projects.215installs24Looker Studio BigqueryGuides teams to wire BigQuery tables into Looker Studio for post-launch analytics dashboards, defining metrics and visualizations that track funnels, retention, and revenue so growth and product leaders can monitor live performance.212installs25OmcThe omc skill is the core orchestrator for the akillness/oh-my-skills ecosystem, helping developers bootstrap, discover, and consistently apply Claude Code skills across projects so agent-assisted coding stays predictable and low-friction.212installs26OmxOMX from oh-my-skills is agent orchestration for Claude Code: discover, select, and execute the right skill for each step so multi-skill build workflows stay composable, repeatable, and easier to maintain across repos.212installs27Api DocumentationStructures production-grade API documentation: endpoint tables, authentication flows, payload schemas, curl examples, and error references so backend teams ship integrator-ready docs that reduce support load and speed partner onboarding.210installs28Api Designapi-design from akillness/oh-my-skills guides structured API design during backend development, covering endpoints, schemas, authentication, versioning, errors, and integration boundaries so services are consistent and implementable.209installs29Obsidian Pluginobsidian-plugin guides agents through creating Obsidian extensions: project layout, TypeScript APIs, commands, settings tabs, lifecycle hooks, and packaging so custom note-taking and workflow automations ship inside the Obsidian ecosystem.208installs30Log AnalysisSupports analyzing application and infrastructure logs from staging and production to diagnose failures, correlate incidents, trace error patterns, and identify root causes so operators can restore service and prevent recurring outages.207installs31Plannotatorplannotator adds structured annotations to PRDs and agent execution plans in oh-my-skills, marking assumptions, risks, dependencies, and done definitions so builders validate scope before implementation begins.207installs32Code ReviewOffers a repeatable code-review playbook for evaluating pull requests: checking logic errors, naming and structure, missing tests, security issues, and release readiness so reviewers give consistent, actionable feedback before merge.206installs33Grill With DocsGrill-with-docs runs structured grilling sessions that challenge your plan against the existing domain model, sharpen terminology, and update CONTEXT.md and ADRs inline so scope and architecture decisions are explicit before build.206installs34Ui Component PatternsGuides developers through proven UI component patterns for modern web apps: defining prop contracts, loading and error states, compound components, and accessible markup so interfaces stay consistent as features scale.206installs35AutoresearchAutoresearch skill automates early discovery: agents run repeatable research loops, collect sources, summarize evidence, and output actionable briefs so teams decide what to validate or build with less manual searching.205installs36Testing StrategiesStructured playbook for designing a test strategy: when to use unit versus integration versus end-to-end tests, how to structure fixtures and mocks, and what to enforce in CI before merge. Helps teams avoid either untested releases or slow, brittle suites.205installs37Workflow AutomationGuides designing and wiring workflow automation for software teams: identify repetitive rituals, encode them as agent or script pipelines, connect issue trackers and git flows, and iterate triggers until manual coordination drops without losing oversight.205installs38Sprint RetrospectiveSprint-retrospective skill guides agents through facilitating sprint retros: gathering what went well, what failed, root themes, and owned action items so teams iterate on process, communication, and delivery habits each cycle.204installs39Marketing AutomationGuides agents through designing and implementing marketing automation workflows including segmentation, triggered emails, CRM sync, and lifecycle campaigns for SaaS and ecommerce products.203installs40OpencontextThe opencontext skill from akillness/oh-my-skills helps developers wire up structured, retrievable context for AI coding agents. It focuses on selecting relevant files, summarizing state, and packaging instructions so assistants execute tasks with fewer wrong assumptions and less manual copy-paste of repository background.203installs41Performance OptimizationProvides structured guidance for diagnosing and fixing performance bottlenecks across frontend rendering, network calls, and backend hot paths. It helps agents prioritize measurable wins before shipping features that must meet latency and efficiency targets.203installs42Database Schema DesignHelps agents design relational and document database schemas during scoping: entities, keys, relationships, indexes, constraints, and migration plans tuned to expected queries, growth, and reporting needs.202installs43Playwriterplaywriter equips agents to author and execute Playwright-based end-to-end tests for web applications, turning observed UI flows into maintainable regression suites that catch breakage in navigation, forms, and critical paths before shipping.202installs44Task EstimationHelps estimate engineering tasks by decomposing features into bounded units, applying effort ranges, noting dependencies, and aligning totals with sprint capacity so agent-assisted builds ship on realistic timelines.202installs45Authentication SetupGuides implementing application authentication including provider selection, OAuth flows, session or token management, secure login endpoints, and credential handling so SaaS apps and agents can verify user identity before granting access.201installs46Bmad Ideabmad-idea applies the BMAD methodology’s early ideation pass inside Claude Code, guiding founders and PMs from fuzzy intent to concrete product directions. It structures brainstorming, problem framing, and lightweight requirements so teams know what to validate next instead of jumping straight into responsive layouts or backend APIs.201installs47Agentationagentation helps Claude Code produce and maintain clear documentation for agent systems—roles, tool interfaces, decision flows, and operational notes—so multi-tool agents remain understandable, debuggable, and safe to extend over time.200installs48Monitoring ObservabilityGuides Claude through production monitoring and observability for shipped services: instrument code, choose meaningful SLIs, wire metrics and traces, configure actionable alerts, and validate dashboards support fast incident diagnosis.200installs49Security Best PracticesProvides a practical security checklist for Claude-assisted development, steering implementations toward least privilege, safe defaults, validated inputs, protected secrets, and review-ready patterns suitable for SaaS, APIs, and agent systems before launch.200installs50Standup MeetingStandup-meeting skill from oh-my-skills helps teams run consistent daily standups by turning scattered updates into structured yesterday-today-blockers summaries, highlighting impediments, and preserving sprint context for PM and engineering workflows.200installs51Changelog MaintenanceMaintains structured CHANGELOG files for semver releases by curating commits into Added, Changed, Fixed, and Breaking sections. Ensures release notes stay accurate, scannable, and ready for tags, PRs, and user communications.199installs52Pattern Detectionpattern-detection in oh-my-skills surfaces repeated bugs, flaky tests, and agent failure modes across sessions, turning noisy traces into grouped patterns with suggested next fixes for faster stabilization.199installs53Marketing Skills CollectionMarketing-skills-collection aggregates oh-my-skills marketing capabilities—SEO briefs, campaign copy, lifecycle emails, and distribution checklists—so agents execute coherent go-to-market content after launch.198installs54OhmgMeta game-development skill from oh-my-skills that helps agents plan and coordinate building a shippable game: break epics into tasks, align art, lighting, and store prep work, track dependencies, and keep implementation focused on playable milestones.198installs55State ManagementTeaches agents how to implement robust frontend state management for interactive applications, covering local state, shared stores, async updates, and component coordination. It supports building maintainable UIs with clear data flow during feature development.198installs56Deployment AutomationProvides deployment automation guidance for standardizing how builds are promoted, released, and rolled out across environments, reducing manual release errors and accelerating consistent production launches for SaaS, API, and CLI products.197installs57Fabricfabric from oh-my-skills provides pattern-based AI augmentation for agents and CLIs, letting builders chain reusable stencils for research, synthesis, and automation with more consistent, repeatable results.197installs58BmadThe bmad skill from akillness/oh-my-skills applies the BMAD (Breakthrough Method for Agile AI-Driven Development) framework so Claude can run structured planning sessions with role-based agent personas. It helps teams validate ideas, define scope, draft PRDs, and decompose work before frontend, backend, or integration build starts.196installs59Firebase Ai LogicFirebase-ai-logic guides integration of Firebase AI Logic with mobile and web clients—secure callables, prompted server rules, auth boundaries, and mapping model outputs into app state and Firestore records.196installs60Git SubmoduleGuides agents through git submodule setup, initialization, updates, and common failure modes when projects depend on external repositories. It standardizes vendoring shared packages and keeping nested repos synchronized during active development.196installs61DebuggingGeneral debugging skill applying a systematic troubleshoot loop: reproduce failures, narrow scope with logs and traces, test hypotheses, ship minimal fixes, and confirm regressions are gone across any codebase layer.195installs62Environment SetupWalks agents through environment setup for projects: choosing runtimes, configuring env files, installing dependencies, containerizing services, and aligning local machines with CI so backends and CLIs run consistently.195installs63Git WorkflowOh-my-skills git-workflow encodes practical Git and PR discipline for shipping: branch models, commit conventions, review-ready diffs, merge/rebase choices, and checklist-driven collaboration for multi-repo development teams.195installs64System Environment SetupConfigures system-level development infrastructure—package managers, language runtimes, CLIs, environment variables, and agent prerequisites—so coding agents and local builds run on a consistent, reproducible machine baseline without per-project toolchain drift.195installs65ClawteamClawteam skill from oh-my-skills defines multi-agent team topologies—roles, handoffs, parallel work, and review loops—so Claude Code sessions can run coordinated claw-style agent crews on large tasks.193installs66Firebase CliGuides Claude through Firebase CLI workflows for bootstrapping apps, configuring services, running emulators, and shipping Hosting, Cloud Functions, and database rules safely across environments.193installs67LangsmithUses LangSmith to inspect LangChain and LangGraph traces, score outputs, build evaluation datasets, and debug failing tool calls so teams maintain reliable, measurable agent behavior after deployment.192installs68Npm Git InstallDocuments and executes correct npm installation from Git repositories—URL formats, ref pinning, semver overrides, and lockfile implications—so agents can wire unpublished forks, monorepo subpaths, or hotfix branches without breaking CI reproducibility.192installs69Prompt Repetitionprompt-repetition from oh-my-skills monitors agent dialogs for circular prompts and near-duplicate instructions, then intervenes with de-duplication guidance and recovery steps to keep builds moving efficiently.192installs70React GrabHelps developers and agents pull React component structure, props, and JSX from applications to rebuild screens faster, audit UI implementations, and migrate components into new design systems with less manual inspection.192installs71Skill StandardizationSkill-standardization guides creation and cleanup of Claude Code skills in oh-my-skills, enforcing shared structure, triggers, and documentation so agent instructions remain portable, reviewable, and safe to reuse across repositories and contributors.192installs72GenkitGuides Claude through building and refining Google Genkit-based AI applications: defining flows, registering tools, configuring models, and aligning with Genkit tracing and evaluation practices for Node and Firebase stacks.191installs73ScraplingTeaches Scrapling-based scraping workflows: selector design, session handling, pagination, deduplication, and structured exports so teams integrate external web data into agents, APIs, and automation pipelines reliably at build time.190installs74Skill AutoresearchAutomates research to create and refine Claude Code skills: discover relevant sources, extract patterns and gaps, propose skill structures, and iterate drafts so agent capabilities stay current without hand-curating every reference.188installs75HarnessHarness skill standardizes test harnesses for agents and services—fixtures, assertions, regression batches, and CI execution—so teams verify behavior systematically before shipping changes.183installs76Game Performance ProfilerHelps game teams use performance profiling workflows to locate rendering, CPU, and memory bottlenecks in near-release builds, prioritize fixes that improve frame stability, and satisfy platform performance requirements before shipping.182installs77StrixSecurity-focused oh-my-skills entry for Strix-style pre-ship audits: map trust boundaries in game or agent stacks, test auth and API endpoints, flag secret leaks, review third-party dependencies, and produce actionable fixes before launch approval.179installs78Llm Wikillm-wiki from oh-my-skills exposes a structured LLM knowledge base for agents: terminology, model behaviors, prompting tactics, and implementation notes to accelerate informed decisions during discovery and technical research.178installs79Obsidian CliEnables terminal-driven Obsidian vault automation so coding agents can search, create, and update linked notes, preserving personal knowledge bases and project documentation without GUI context switching.177installs80Steam Store Launch OpsCovers Steam store launch operations for games: craft compliant listing copy and media, configure tags and categories, manage depots and branches, plan early access or full release, and execute launch-week updates, patches, and community-facing store changes.177installs81Lmstudio CliDocuments LM Studio command-line usage for local LLM development: install tooling, load models, invoke completions, configure endpoints, and embed offline inference into agent prototypes and terminal-driven AI workflows.174installs82Game Build Log TriageTriages game engine build logs from Unity, Unreal, and related toolchains to pinpoint blocking compile, asset, shader, and packaging failures so teams can restore green CI builds before shipping.167installs83JeoSupports generative engine optimization workflows that improve how AI search and answer tools cite your product, emphasizing clear entities, authoritative content structure, crawl-friendly signals, and launch-ready pages tuned for AI-driven discovery channels.163installs84Game Demo Feedback Triagegame-demo-feedback-triage structures raw playtest comments, Discord notes, and demo-session reports into actionable buckets for game prototypes. Claude Code can label severity, dedupe themes, and output a ranked backlog so designers and engineers fix blocking issues and clarity problems before the next demo milestone.161installs85Game Ci Cd PipelineSets up a game CI/CD pipeline: configure platform build agents, cache dependencies and assets, run compile plus smoke tests on each PR, package binaries or bundles, publish to staging buckets, and define promotion rules so only green merges reach players or storefront submission.159installs86Agent BrowserSkill equipping AI agents with browser control: open pages, interact with DOM elements, verify rendered UI, extract text, and support autonomous web tasks during build-time agent workflows and checks.154installs87OooThe ooo skill from oh-my-skills helps solo builders define out-of-office routines for AI coding agents, including what to pause, what to log, and how to hand work back without breaking repos or losing thread.151installs88Compressocompresso from akillness/oh-my-skills condenses bloated agent context—long conversations, tool logs, and pasted documents—into compact summaries that retain critical facts. It helps Claude Code continue complex tasks without hitting context limits or losing thread of prior work.139installs89Stitch Skillsstitch-skills teaches Claude Code how to combine existing skills into coherent pipelines—for example research, then scaffold, then test—so one agent session can reuse vetted SKILL.md modules instead of improvising each step. It is aimed at power users building repeatable agent workflows in oh-my-skills style repos.135installs90Aider Cli WorkflowAider-cli-workflow skill standardizes terminal pair-programming with Aider: starting sessions, context files, bounded edit loops, and commit discipline so agents and developers ship incremental code changes safely across backend, CLI, and agent codebases.131installs91Cavemancaveman from akillness/oh-my-skills is an ultra-compressed communication mode for Claude Code. It strips articles, filler, and pleasantries from agent replies while keeping technical precision, lowering token spend across long implement-debug-review loops.130installs92Unity Gamedev Skill Packunity-gamedev-skill-pack from akillness/oh-my-skills bundles Claude guidance for Unity game development, covering scripting, scenes, gameplay systems, and client-side patterns. It targets developers building or extending Unity titles who want consistent C# and editor workflows during active implementation.127installs93PretextHelps authors build effective pretext for AI agents and LLM workflows: frame problems, assemble grounding context, normalize terminology, and scaffold instructions so automated research and coding tasks start from clear, accurate premises.126installs94Grill MeFacilitates a grill-me session where the agent interviews you about a plan or design, probing every branch until requirements, risks, and open questions are explicit enough to commit to implementation confidently.125installs95God Tibo Imagengod-tibo-imagen guides Claude through Imagen-style image generation for product and marketing visuals. It encodes prompt conventions, asset intent, and reuse patterns so agents produce consistent UI imagery, hero art, and campaign graphics during active build work.124installs96Open DesignSupports open, collaborative product design during validation: structure design docs, sketch user flows, define UI direction and interaction patterns, and produce review-ready prototypes that clarify scope before engineering starts.123installs97ZeudeProvides oh-my-skills agent orchestration patterns for sequencing skills, preserving context, and enforcing guardrails across multi-step coding sessions so autonomous agents complete complex builds more reliably.122installs98Ccpi Marketplaceccpi-marketplace from akillness/oh-my-skills connects Claude Code to a CCPI skill marketplace for discovering and installing community skills. It shortens agent setup by letting you browse, compare, and add prebuilt capabilities instead of authoring every SKILL.md yourself.121installs99Github Repo Candidate Quality GateApplies a repeatable quality gate to GitHub repository candidates—checking signals like maintenance cadence, issue hygiene, test presence, and project fit—so teams reject risky deps early and document why a repo was accepted or ruled out.121installs100ClaudekitProvides Claudekit patterns to scaffold Claude Code repos: shared skills, slash commands, hooks, and agent workflows that standardize AI-assisted development setup and reduce bespoke configuration across projects.120installs101Openai Agents PythonTeaches Claude how to implement OpenAI Agents in Python, including agent definitions, callable tools, multi-agent handoffs, structured outputs, observability, and safe patterns for shipping reliable autonomous workflows in apps and CLIs.117installs102Zoom OutA meta reasoning skill that interrupts tunnel vision: it restates user intent, success criteria, assumptions, and option tradeoffs so agents realign plans, trim scope, and produce clearer next steps instead of drilling deeper into the wrong implementation.117installs103GhgrabAutomates fetching structured content from GitHub repositories—such as READMEs, file trees, or targeted paths—so agents can quickly inspect OSS options, examples, and documentation without manual cloning during early research.116installs104Hyperfine BenchmarkingTeaches hyperfine CLI benchmarking to measure command latency, compare implementations fairly with warmups, and document perf deltas for scripts, APIs, and build tooling before release.116installs105Obsidian Cli Uri Fallbackobsidian-cli-uri-fallback bridges AI agents to Obsidian vaults through CLI commands and URI-based fallback, enabling reliable note lookup, edits, and linking when filesystem access is blocked or inconsistent across environments.116installs106Payloadcmspayloadcms teaches Claude how to implement Payload CMS in Node/TypeScript projects: define collections, configure auth and access rules, wire hooks, expose REST/GraphQL APIs, and connect frontends to a typed headless content layer for SaaS and content sites.116installs107Supabase Agent Skillssupabase-agent-skills packages Supabase-specific agent instructions for implementing authentication, relational data access, row-level security, file storage, and serverless endpoints so agents can scaffold and extend Supabase-backed applications correctly.116installs108ObsidianHelps agents work inside Obsidian vaults: locating notes, preserving wikilinks and YAML front matter, applying templates, and syncing engineering decisions into a durable personal or team knowledge base without corrupting graph structure.115installs109Pydantic Aipydantic-ai teaches oh-my-skills users to build production-grade Python agents with Pydantic AI, covering typed tools, validated outputs, composable graphs, and integration patterns for APIs and CLI automations.113installs110Tddtdd encodes test-driven development for Claude: start with failing tests, implement the smallest passing change, then refactor. It steers feature and bugfix work through explicit verification steps so APIs, services, and UI logic stay correct under iterative change.113installs111To Issuesto-issues converts plans, specs, and PRDs into a set of small, independently grabbable tracker issues organized as tracer-bullet vertical slices, helping teams and agents move from ambiguous scope to ordered, actionable backlog work during build planning.113installs112Microsoft Agent Frameworkmicrosoft-agent-framework guides Claude Code through Microsoft Agent Framework setup and implementation: agent structure, tool registration, orchestration patterns, and conventions for reliable LLM-driven assistants in .NET or supported stacks.112installs113Setup Pre CommitSets up pre-commit for a repository: install the framework, declare hook repos, map file types to linters/formatters, add secret scanning, and verify hooks block bad commits before push—cutting CI failures and review noise.112installs114Scaffold ExercisesScaffolds coding exercises and practice tasks for agents and developers, enabling quick skill drills, onboarding prototypes, and iterative learning formats before formal curriculum or product work.108installs115Migrate To ShoehornGuides incremental migration of existing backends and agent integrations to the Shoehorn framework, mapping legacy endpoints and configs to Shoehorn modules while preserving behavior through staged refactors and validation gates.107installs116Semblesemble is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.71installs117Ralphralph is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.61installs118Browser Harnessbrowser-harness is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.47installs119Autopilotautopilot is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.37installs120Ultraqaultraqa is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.36installs121Ultraworkultrawork is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.36installs122Agenticskillsagenticskills is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.34installs123Spec Kitspec-kit is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.19installs124Cli Anythingcli-anything is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.15installs125Opikopik is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.15installs126Deep Divedeep-dive is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.1installs127Deepinitdeepinit is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.1installs128Drawiodrawio is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.1installs129Improve Codebase Architectureimprove-codebase-architecture is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.1installs130Ponytailponytail is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.1installs131React Best Practicesreact-best-practices is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted coding.1installs132Spec Stackspec-stack is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.1installs133Teamteam is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.1installs134To Prdto-prd is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.1installs135Typesensetypesense is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.1installs136Vercel Deployvercel-deploy is a Claude Code skill for devops & ci/cd. It helps solo builders move faster with AI-assisted coding.1installs137Web Design Guidelinesweb-design-guidelines is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.1installs