Full index · agent skills
All agent skills — page 51 of 112
Every one of the 11,101 agent skills in the directory, ranked by adoption. Jump to a tool, or browse the agent skills hub.
- Qdrant Performance OptimizationFix slow Qdrant upserts and delayed HNSW indexing so vector search stays fast after you ship RAG or semantic search.962 installs
- Tanstack VirtualVirtualize huge lists, grids, and tables in React (and other frameworks) so admin dashboards and feeds stay smooth at 60 FPS without mounting thousands of DOM nodes.962 installs
- TestRun React core unit tests with the correct release channel flags when you contribute to or fork the React repository and need channel-accurate CI locally.962 installs
- Youtube DownloaderSave supported YouTube watch pages, Shorts, and embeds as MP4 or WebM for offline review, editing, and reference without manual stream extraction.962 installs
- Cs ExploreRun directed repo exploration and save question→evidence→conclusion as searchable .codestable/compound markdown for later features and fixes.961 installs
- Cs Feat ImplTurn an approved CodeStable feature design and checklist into minimal, step-reported code without scope creep past the signed design.961 installs
- Hairy UtilsInstall this when you want a shared TypeScript vocabulary—function, promise, and scalar-like types—from @hairy/utils instead of reinventing aliases in every file.961 installs
- M01 OwnershipInstall when you are learning or implementing Rust ownership and need agent answers anchored in C++ and Go comparisons plus smart-pointer mappings.961 installs
- Qiaomu Mondo Poster DesignGenerate master-level Mondo-style posters, book covers, album art, and platform-sized social visuals from one sentence without hand-tuning PS or color theory.961 installs
- Wordpress SetupInstall this when you manage client or self-hosted WordPress sites over SSH and want repeatable WP-CLI alias, diagnostic, and hosting-specific command patterns.961 installs
- Aws Lambda Php IntegrationApply PHP-on-Lambda sizing, Composer slimming, structured logging, and safe HTTP responses when shipping Bref or Symfony on AWS.960 installs
- Cs RefactorPick numbered refactor methods (L1–L4) during CodesStable scan and design so each refactor step cites a proven, behavior-preserving technique.960 installs
- Django Access ReviewRun an investigation-style Django and DRF authorization review to catch IDOR and broken access control before release.960 installs
- Linkedin DownloaderArchive LinkedIn feed and post media locally for research, repurposing, or offline reference without copy-paste scrapers.960 installs
- M02 ResourceChoose the right Rust smart pointer and ownership pattern (Box, Rc, Arc, Weak, RefCell, Cell) before heap allocation or shared-state designs bite you.960 installs
- My Brain Is Full CrewInstall and configure ten Obsidian-embedded Claude agents for capture, triage, search, linking, and wellness-oriented vault ops via natural chat.960 installs
- Odoo 18Give your coding agent accurate Odoo 18 ORM, manifest, OWL, and module patterns while you ship custom ERP modules.960 installs
- Rsbuild Best PracticesApply Rsbuild and Rspack configuration, CLI, type-check, bundle, asset, and security rules when coding or reviewing frontend builds.960 installs
- Cs ArchKeep a living `.codestable/architecture/` map aligned with shipped code via update, check, and backfill without mixing in future roadmap plans.959 installs
- Cs LearnAfter a feature or fix, capture pitfalls and reusable knowledge into dated learning markdown under .codestable/compound/.959 installs
- DeployPush local code to Railway with `railway up`, a clear commit message, and detach or CI log streaming when you are ready to ship.959 installs
- Pinterest DownloaderSave Pinterest pins, videos, images, and visible text from boards or search results in one browser workflow for mood boards and repurposing.959 installs
- Product RequirementsTurn messy feature ideas into scored, testable requirements and a professional PRD file your agent can implement against.959 installs
- Test Driven DevelopmentEnforce red-green-refactor so every feature and bugfix ships with a failing test written first and minimal code to pass.959 installs
- Value Dividend ScreenerInstall this when you want your agent to screen dividend stocks via Financial Modeling Prep APIs with a documented key setup and endpoint usage.959 installs
- Cs FeatRoute a vague “add feature X” request through CodeStable’s brainstorm, design, implement, and acceptance artifacts instead of letting the agent jump straight from idea to code.958 installs
- Cs Issue FixApply a confirmed bug fix inside CodeStable’s issue flow, verify against the report, and archive the change in {slug}-fix-note.md without scope creep.958 installs
- Debug Optimize LcpDiagnose which element is your LCP and why load time is slow using Chrome DevTools–aligned heuristics before you ship.958 installs
- Jina ReaderTurn URLs into clean markdown, run search-with-full-text extraction, or ground claims—via a bash wrapper around Jina Reader modes.958 installs
- M05 Type DrivenSteer Rust modeling toward compile-time invariants with type state, newtypes, and sealed traits instead of piling on runtime checks.958 installs
- Medium PostsPlan, write, publish, or republish Medium stories with canonical URLs, tags, and distribution tuned for faster rankings and backlinks.958 installs
- Spec WorkflowRun a staged requirements, design, and task plan before coding medium-to-large CloudBase features when acceptance criteria or architecture are still fuzzy.958 installs
- CarouselDesign, optimize, or audit carousel and slider sections when space is tight and testimonials, logos, or gallery highlights need rotation.957 installs
- Paper WritingTurn research notes into a structured academic paper with abstract, contributions, and section-level guidance your agent can draft section by section.957 installs
- Cs IssueRoute a reported bug through structured report → root-cause analysis → verified fix with three durable `.codestable/issues/` artifacts instead of ad-hoc patching.956 installs
- Cs Issue AnalyzeAfter a confirmed issue report exists, read the codebase to find root cause and present 2–3 fix options for human approval—without editing code yet.956 installs
- React ExpertProduce evidence-backed React API and concept research for documentation or implementation decisions instead of relying on stale model training data.956 installs
- AirflowRun and troubleshoot Apache Airflow DAGs locally or in prod with the af CLI and Astro CLI without leaving your coding agent.955 installs
- Amazon Video DownloaderTrack and prepare for an in-browser Prime Video capture workflow that saves titles as local MP4s once the Serp extension ships.955 installs
- Asc Ppp PricingSet or update App Store Connect subscription and IAP prices per territory using asc CLI setup, pricing summary, import, and schedule commands for PPP-style localization.955 installs
- Reference Signal FormsLoad Angular Signal Forms mental model before editing or reviewing code under packages/forms/signals.955 installs
- Claude Peers McpWire several Claude Code sessions on one machine so they discover peers and exchange real-time messages through a local MCP broker.954 installs
- Twitter X DownloaderArchive videos, images, and post text from X on the current page for offline reference, research, and content reuse without CLI scrapers.954 installs
- Asc WorkflowDefine and run repo-local ASC CLI workflows for validate, dry-run, execute, and resume iOS TestFlight and App Store release lanes without ad-hoc shell scripts.953 installs
- Cs DecideArchive finalized tech-stack, architecture, constraint, and convention choices as permanent ADR-style decision files so future you and agents stop re-litigating settled choices.953 installs
- Cs Feat FfShip a small feature without a full CodeStable design checklist while still grounding the agent in project knowledge and leaving a minimal trace note.953 installs
- Cs LibdocGenerate per-entry API reference docs for library public surfaces (components, functions, commands) from source truth with a manifest that tracks pending through current status.953 installs
- Tg Bot BindingWire a personal Telegram bot to Starchild so your agent can push and receive messages outside the IDE.953 installs
- Cs Issue ReportTurn a vague bug report into a structured, reproducible issue document and route it through CodeStable’s standard or fast-fix path before anyone guesses at root cause.952 installs
- Getty Images DownloaderPrepare for faster full-resolution exports of licensed Getty Images assets from the browser once Serp’s Getty extension launches.952 installs
- Wps ExcelDrive WPS spreadsheets with natural language—formulas, cleaning, charts, and pivot tables—without hand-writing Excel functions.952 installs
- Code Review ChecklistRun a structured PR or audit review so functionality, security, performance, and maintainability are checked before merge.951 installs
- Cs TrickCapture vetted patterns, library recipes, and technique write-ups into your repo’s Codestable compound library so agents reuse the same fixes instead of reinventing them.951 installs
- Seedance 2.0 PrompterTurn scattered images, clips, and audio plus a vague creative brief into one optimized Seedance 2.0 JSON prompt for agent-driven video generation.951 installs
- SenseiInvoke Microsoft’s Azure-skills “sensei” pack entry when your agent needs Azure-oriented guidance and workflows from the official repo.951 installs
- Video Motion GraphicsShape After Effects and Premiere Pro titles, explainers, and broadcast motion with Disney’s 12 animation principles and concrete keyframe guidance.951 installs
- Apollo FederationAuthor and fix Apollo Federation 2 subgraph schemas with correct @key, sharing, and composition patterns for a supergraph.950 installs
- Ppt Template CreatorPackage your branded PowerPoint template as a self-contained agent skill so Claude can generate on-brand decks later.950 installs
- Stocksy DownloaderLearn about an upcoming browser extension to batch-download licensed Stocksy United photos and videos at full resolution for creative projects.950 installs
- Cloud Manage ProjectManage Elastic Cloud Serverless projects—list, update, rotate credentials, and delete—from your agent without clicking the Elastic console.949 installs
- Coursera DownloaderBookmark a future Chrome-style extension skill entry for offline Coursera lecture capture once the product ships.949 installs
- Cs RoadmapInstall this when you need a large-feature roadmap document with modules, out-of-scope boundaries, and hard interface contracts before feature-level design.949 installs
- Entity SeoStructure your brand, product, and authors as recognizable entities so Google and AI search can cite you—not just match keywords.949 installs
- Feishu Cli ToolkitAutomate Feishu whiteboard export, diagram import, and in-doc board placement from the terminal while documenting systems.949 installs
- Grammar CheckerPolish Korean marketing copy, docs, and UI strings for spacing, grammar, and natural phrasing before you publish.949 installs
- Keyword ResearchRun structured SEO keyword discovery, intent checks, and topical mapping before content or landing work.949 installs
- Motion FramerImplement React UI motion—gestures, layout transitions, and exit animations—with Motion (Framer Motion) patterns your agent can apply directly.949 installs
- Observability Edot Python InstrumentAdd Elastic OpenTelemetry traces, metrics, and logs to a Python service that has no APM agent yet.949 installs
- Reddit DownloaderUnderstand and wire up the Serp Reddit Downloader browser extension to save visible Reddit videos, galleries, and post text locally.949 installs
- Soundcloud DownloaderTrack an upcoming browser extension skill for saving SoundCloud tracks locally once released—not for agent-driven downloads today.949 installs
- Cs GuideTurn accepted feature specs and code into publishable dev-guide and user-guide markdown under your project's docs tree.948 installs
- Facebook Video DownloaderArchive visible Facebook videos, Reels, images, and post text locally for research and repurposing without third-party downloader sites.948 installs
- M03 MutabilityResolve Rust borrow and mutability errors (E0596, E0499, E0502) by choosing the right mutability model instead of fighting the compiler.948 installs
- Version ReleaseShip a LobeHub release that bootstraps agent benchmark tables and indexes without manual SQL on standard deploy paths.948 installs
- Xlovecam DownloaderInstall and operate a browser extension that captures XLoveCam streams and saved videos to local MP4 files for offline playback.948 installs
- A11y DebuggingRun ready-made accessibility checks in the live page via evaluate_script—orphaned inputs, tap targets, and contrast against WCAG AA thresholds.947 installs
- Cs Refactor FfRun a minimal refactor loop—one confirmation, classic technique only, in-place edits, tests as proof—when the change is truly local and behavior-preserving.947 installs
- Cs ReqMaintain human-readable capability vision files under `.codestable/requirements/` in draft, backfill, or update modes so design and acceptance stay aligned without PRD bloat.947 installs
- Golang Backend DevelopmentReference production-ready Go patterns when your agent implements HTTP APIs, concurrency, or microservice backends.947 installs
- M04 Zero CostGuide generics versus trait objects and trait-bound fixes when Rust compile errors block backend or CLI work.947 installs
- React Testing LibraryGive your agent a concise React Testing Library API reference while writing or fixing component tests with render, screen queries, and provider wrappers.947 installs
- Serp Audio DownloaderShip or operate a browser extension workflow that lets users download audio from supported sites on the page they deliberately open—without agents executing arbitrary page scripts.947 installs
- Viral Hook CreatorGenerate scroll-stopping opening lines for posts, threads, and short-form video using 19 psychology-backed hook templates.947 installs
- Xhs Note CreatorTurn briefs and source material into Xiaohongshu-style notes, rendered cover and card images, and optional publish steps for the Chinese red-note channel.947 installs
- 123movies DownloaderReference how a SERP browser extension positions and documents 123Movies mirror video capture as MP4 downloads without CLI tooling.946 installs
- Audio TranscriberTurn meeting or voice recordings into structured notes, atas, or summaries using Whisper plus an optional LLM pass with prompt-engineer polish.946 installs
- Canva DownloaderPrepare high-resolution, watermark-free exports of your own Canva graphics and decks when the Serp Canva Downloader browser extension ships.946 installs
- Chinese WritingInstall when you publish Chinese newsletters, blogs, or tech briefings and want agent drafts that read human, scannable, and low on generic AI phrasing.946 installs
- Create VideoTurn a one-line brief into a finished HeyGen Video Agent clip for demos, explainers, and launch posts without hand-picking avatars or scenes.946 installs
- E2e Tests StudioGenerate Playwright E2E tests for Mastra Studio playground UI changes that prove product behavior, not superficial UI clicks.946 installs
- Internet Archive DownloaderLearn the planned archive.org browser extension for unified downloads, bulk retrieval, and Wayback snapshots—not a live agent procedure yet.946 installs
- Moodle DownloaderPlan for an upcoming Serp Moodle Downloader extension to back up course videos, slides, and uploaded materials from Moodle pages in the browser.946 installs
- Netflix DownloaderUnderstand a planned Chromium browser extension that would capture Netflix web-player streams to local MP4—not a shipped coding workflow yet.946 installs
- Nicovideo DownloaderTrack SERP’s in-development NicoVideo browser extension scope and waitlist positioning before release.946 installs
- Pornhub Video DownloaderDocument how the Pornhub Downloader browser extension detects watch-page streams and exports supported MP4 quality variants offline.946 installs
- M3u8 DownloaderCapture HLS/M3U8 streams from supported sites in the browser and save MP4 files without a manual FFmpeg playlist workflow.945 installs
- Motherless DownloaderShip or extend a Chromium-family browser extension that detects Motherless watch-page media and exports supported streams as MP4 without manual source inspection.945 installs
- Boyfriendtv DownloaderShip or maintain a BoyfriendTV MP4 downloader browser extension with in-page quality selection instead of generic paste-URL tools.944 installs
- Cloud Create ProjectCreate and manage Elastic Cloud Serverless projects (elasticsearch, observability, security) via the api.elastic-cloud.com REST API from your agent workflow.944 installs
- Freepik DownloaderPlan a Freepik asset saver browser extension that exports vectors, photos, PSDs, and icons from the active tab without extra desktop software.944 installs