Full index · agent skills
All agent skills — page 104 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.
- Product To Ui HandoffProduce a full product-to-UI handoff from PRDs and domain logic so an AI UI tool can generate screens without copying your current interface.1 installs
- Programmatic SeoPick and execute one of twelve programmatic SEO playbooks to spin up scalable landing pages without hand-writing every URL.1 installs
- Programmatic VideoAuthor Remotion React compositions with sequences, springs, and data-driven props to batch-render MP4/WebM without a traditional NLE.1 installs
- Progressive LoadingDesign hub-and-spoke and advanced progressive-loading for large agent skills—adaptive tiers, DAG modules, caches, and load-failure recovery.1 installs
- Project AuditRun a capped, script-driven discovery pass over a repo to map CLAUDE.md, skills layout, ai-context docs, and global versus local agent config before fixing setup drift.1 installs
- Project BrainstormingAfter a structured brainstorm decision, optionally capture rejected approaches as deferred items before auto-continuing to project specification.1 installs
- Project Claude InitBootstrap a CLAUDE.md configuration file for your project by detecting your tech stack and answering focused questions.1 installs
- Project ExecutionGenerate a Mission Report when an agent mission ends so artifacts, decisions, validation evidence, and follow-ups survive the next session or maintainer handoff.1 installs
- Project FixApply every correction listed in `.claude/audit-report.md` to your Claude project config without inventing extra changes.1 installs
- Project InitAuto-detect Python, Rust, or TypeScript as the primary project language before the rest of claude-night-market init modules run.1 installs
- Project OnboardRun an automated filesystem diagnosis so Claude knows which onboarding commands to run next in a new or messy repo.1 installs
- Project PlanningTurn an approved product spec into a phased, dependency-ordered implementation plan before your agent starts coding.1 installs
- Project SetupBootstrap a new or existing repo with SDD-style CLAUDE.md, ai-context memory files, and stack-aware skill registry via /project-setup.1 installs
- Project SetupOne-time creative-writing project bootstrap so every later agent session reads the same CLAUDE.md, kb layout, and optional style files.1 installs
- Project SpecificationTurn a post-brainstorm project brief into testable specs with user stories, acceptance criteria, and clear in/out-of-scope boundaries before implementation planning.1 installs
- Project TrackingInitialize and operate GitHub Projects V2 tracking for epics and issues using gh CLI and GraphQL from the agent.1 installs
- Prompt ArchitectureDesign layered, deterministic agent prompts (system, user, assistant) instead of one-off strings that fail under scale.1 installs
- Prompt GuardScore user prompts and untrusted RAG chunks with Meta Prompt Guard before they reach your LLM, blocking jailbreaks and injection attempts at the input boundary.1 installs
- Prompt OptimizerTurn a rough idea or draft into one copy-pasteable chat prompt optimized for Claude, Codex, Copilot, or any LLM chat UI—not the API.1 installs
- Prompt Preflight QaRun a credit-saving QA pass on storyboard or video-generation prompts before you spend model spend on weak hooks or missing constraints.1 installs
- Proof Of WorkTurn agent work into binary, evidence-backed acceptance criteria and user-verifiable Definition of Done checklists.1 installs
- Prose CritiqueRun adversarial fiction critiques on drafts so weak structure, voice drift, or continuity breaks surface before you publish serial fiction, game lore, or narrative marketing.1 installs
- Prose WritingShape agent-drafted fiction and narrative copy with deliberate psychic distance, free indirect discourse, and paragraph-level immersion instead of flat middle-distance AI prose.1 installs
- Publish Monitor ScheduledWire up scheduled checks after publishing git-linked artifacts so solo builders catch regressions without manual polling.1 installs
- Push PrAuto-draft a structured GitHub PR description from commits and diff stats against a base branch before you open or update a pull request.1 installs
- Pwn ChainChain glibc heap exploits (tcache poisoning, unsorted leaks, version-specific mitigations) when solving heap PWN binaries in CTF or security research.1 installs
- PyomoInstall this when you need to express LP, MILP, or NLP optimization models in Python and swap solvers (GLPK, IPOPT, Gurobi) without rewriting the model.1 installs
- Pytest ConfigWire pytest into GitHub Actions with coverage, markers, and multi-version Python matrices for a solo builder’s repo.1 installs
- Python AsyncApply vetted async context managers, iterators, and producer-consumer queue patterns when implementing Python backend concurrency.1 installs
- Python PackagingWire GitHub Actions with uv to test, lint, type-check, build, and publish Python packages to PyPI on release.1 installs
- Python PerformanceProfile Python hot paths and benchmark fixes with decorators and pytest-benchmark before shipping slower code.1 installs
- Python TestingWrite reliable pytest-asyncio tests for async Python services, including fixtures, concurrency, mocks, and timeout behavior.1 installs
- Python UltimateEnforce python-ultimate file, directory, and path variable naming rules across a codebase before merge or release.1 installs
- Pytorch Fsdp2Apply PyTorch FSDP2 patterns and Distributed Checkpoint async save so multi-GPU training does not stall on synchronous checkpoint I/O.1 installs
- Pytorch LightningSteer an agent through PyTorch Lightning training loops, trainers, and module structure when you are building or refactoring ML experiments.1 installs
- Pyvene InterventionsWrap Hugging Face causal LMs with pyvene IntervenableModel configs so agents can run layer-level interventions and generation without bespoke forward hooks.1 installs
- QaRun a conversational QA session where you describe bugs in plain language and the agent files durable, user-facing GitHub issues with `gh issue create`.1 installs
- Qa UseRun E2E tests and browser automation from your agent via the qa-use CLI without wiring a separate QA harness.1 installs
- Qbr FacilitatorPlan and run executive Quarterly Business Reviews that prove ROI, align roadmaps, and surface expansion or churn risk for B2B accounts.1 installs
- Qdrant Vector SearchDesign and operate Qdrant vector search—collections, sharding, and multi-node clusters—for RAG and semantic retrieval backends.1 installs
- Quality GateRun the egregore QUALITY stage before opening a PR by chaining code review, unbloat, refinement, tests, and docs checks on a work item branch.1 installs
- Quality Score OptimizationDiagnose and improve Google Ads Quality Score keyword-by-keyword so solo builders cut CPC and keep ads eligible without guessing which lever to pull.1 installs
- Quantizing Models BitsandbytesFit and train larger Hugging Face models on limited GPU RAM using bitsandbytes quantization, CPU offloading, and related memory tricks.1 installs
- Quota ManagementEstimate tokens and API cost from files and task types before kicking off large agent runs so you stay inside quota and budget.1 installs
- Qwen DelegationOffload selected agent tasks to Alibaba Qwen models through the Qwen CLI and delegation-core when you need turbo speed, max reasoning, or very large context batches.1 installs
- Qwen Wanx Comic GenGenerate manga and comic-style images from text prompts inside OpenClaw agents using Alibaba DashScope wan2.6-t2i.1 installs
- Radare2Give your agent a radare2 command cheat sheet and a PowerShell bootstrap path when you need quick binary recon, strings, patching, or non-interactive analysis on Windows samples.1 installs
- Rag BlueprintApply NVIDIA’s RAG blueprint so an agent structures retrieval, embedding, and serving pieces instead of improvising a fragile RAG stack.1 installs
- Rag EvalBenchmark and gate RAG pipelines before you ship retrieval features to production agents.1 installs
- Rag PerfEvaluate and tune retrieval-augmented generation pipelines with NVIDIA’s rag-perf skill and NVSkills-Eval-style security, correctness, and efficiency criteria.1 installs
- Ralph Loop WorkflowRun a coding agent in a long autonomous loop from one wide outcome prompt, with preflight CLI checks and built-in verify-and-iterate gates.1 installs
- Ray DataWire Ray Data parquet loads into Ray Train and PyTorch or TensorFlow loops for distributed ML without bespoke shard glue.1 installs
- Ray TrainStand up a multi-node Ray cluster and run distributed PyTorch training with TorchTrainer when you are scaling ML jobs beyond a single machine.1 installs
- React Best PracticesApply 40+ prioritized React performance rules automatically when you write or review UI code before ship.1 installs
- React Flow ArchitectureDecide whether React Flow fits your product and how to structure node-based UI state before you implement a workflow or diagram editor.1 installs
- React Flow Code ReviewRun a structured React Flow (@xyflow/react) review before merge when your solo app uses node editors, diagrams, or flow builders.1 installs
- React Flow ImplementationImplement node-based flow charts, diagrams, and visual editors with @xyflow/react without missing styles, handles, or state wiring.1 installs
- React McpWire browser-based MCP server connections in React using @assistant-ui/react-mcp with none, bearer, and OAuth PKCE flows.1 installs
- React Native GuidelinesApply 16 production React Native rules across performance, layout, animation, images, state, architecture, and platform pitfalls while building screens.1 installs
- React Native ReusablesAdd and wire react-native-reusables UI components correctly via CLI, root PortalHost, tsconfig aliases, and the cn helper.1 installs
- React PatternsShip React 18/19 UI with disciplined hooks, RSC boundaries, and accessible composition without effect-heavy anti-patterns.1 installs
- React TestingWrite behavior-focused React tests with Testing Library, Vitest or Jest, MSW, and axe—with clear RTL vs E2E boundaries.1 installs
- Realtime Cinema Data Engineering PipelineStand up a Kafka-to-PostgreSQL Medallion pipeline with Airflow orchestration and a Streamlit analytics front end for streaming cinema-style event data.1 installs
- Recall ConversationsRetrieve past Claude sessions and run analytical lenses to restore context, surface learnings, gaps, decisions, and repeated mistakes across your agent workflow.1 installs
- Redis ClusteringDesign and run Redis Cluster safely with hash tags, slot-aware multi-key ops, and replica reads.1 installs
- Redis ConnectionsGive your coding agent Redis connection best practices—pooling, pipelining, client-side cache, and replacing blocking commands with SCAN-style iteration.1 installs
- Redis CoreModel Redis data correctly—key naming, TTL, atomic primitives, JSON vs Hash, and Streams vs Pub/Sub—before shipping caching or real-time features.1 installs
- Redis ObservabilityMonitor Redis performance with built-in observability commands to track metrics, identify slow queries, and troubleshoot memory and connection issues.1 installs
- Redis Query EngineDefine Redis Query Engine indexes and run FT.SEARCH / FT.AGGREGATE with DIALECT 2 while you ship search or catalog features on Redis.1 installs
- Redis SecurityLock down production Redis with ACL least privilege, TLS, and auth instead of a shared default-user password.1 installs
- Redis Semantic CacheWire Redis LangCache so LLM calls use semantic cache-aside with tuned thresholds and separate caches per task.1 installs
- Redis Vector SearchConfigure Redis vector indexes and RedisVL hybrid search so solo builders can ship RAG retrieval without guessing HNSW vs FLAT tradeoffs.1 installs
- Ref VerifyRun reference and citation verification on agent-generated research so you catch hallucinated sources before publishing docs, posts, or investor updates.1 installs
- Reference Contract BuilderDefine explicit learn vs do-not-copy boundaries for image and video generation references so PostPlus prompts do not leak benchmark identity into first-test outputs.1 installs
- Reference DecodeTurn benchmark clips, contact sheets, or rough creative notes into structured hook and visual-grammar objects before you write storyboards or video generation prompts.1 installs
- ReferralsDesign commission tiers, cookie windows, recruitment, enablement, tooling, and fraud controls for a referral or affiliate program without guessing industry norms.1 installs
- Release Health GatesRun deployment readiness and quality-signal gates so a solo builder’s release PR has rollback, observability, checks, and sign-offs documented before prod.1 installs
- Release NotesTurn session changes into PM-readable stakeholder bullets and detailed release notes with QA steps and commit lists.1 installs
- Release SkillsBump versions, update changelogs, and cut a release across Node, Python, Rust, Claude plugins, or generic VERSION files without hand-rolling the same git steps every ship.1 installs
- Remarketing StrategyDesign funnel-aware remarketing lists, sequential messaging, and cross-channel retargeting for solo builders running paid growth on lean budgets.1 installs
- Remotion AnimationDefine Remotion spring, interpolation, easing, and frame-timing parameters as a config document without generating React scene components.1 installs
- Remotion Asset CoordinatorTurn Remotion motion-design specs into sourced, optimized image, video, audio, and font assets with validated import code.1 installs
- Remotion Best PracticesShip Remotion videos with React Three Fiber 3D scenes that render without flicker by tying all motion to useCurrentFrame().1 installs
- Remotion Component GenTurn a scene-level visual or animation brief into a production-ready Remotion TSX component and SCENE_COMPONENT.md for programmatic video.1 installs
- Remotion CompositionTurn a scene list with durations into Remotion Sequence layout, frame math, and a COMPOSITION_STRUCTURE.md plus timing constants.1 installs
- Remotion Performance OptimizerCut Remotion render times by profiling compositions and applying prioritized fixes for compute, assets, memoization, and render path.1 installs
- Remotion Render ConfigProduce a RENDER_CONFIG.md with codec, quality, and platform presets before running Remotion renders.1 installs
- Remotion ScaffoldScaffold Remotion composition folders, scene splits, constants, and Root registration so programmatic promo or product videos stay maintainable as they grow past 15 seconds.1 installs
- Remotion Spec TranslatorTurn motion-design markdown specs into typed Remotion scene code with springs, timing, and audio wiring.1 installs
- Remotion Video ReviewerAudit Remotion compositions against VIDEO_SPEC.md for timing, visuals, assets, and performance before you ship rendered video.1 installs
- Renewal ManagerStructure B2B subscription renewals with forecasting, segment playbooks, pricing rules, and save plays so retention revenue stays predictable.1 installs
- Repair AgentRewrite a non-compliant agent definition after an audit so routing, voice, and structure match claudest-style agent contracts.1 installs
- Repair SkillCalibrate structural skill audits so agents do not false-flag optional allowed-tools absence or functional orientation as routing violations.1 installs
- ReplicantConfigure a durable, agent-friendly clone root and policies so humans and coding agents reuse the same source trees instead of re-cloning into every project.1 installs
- Request Refactor PlanInterview the developer, explore the repo, and file a GitHub issue with a Fowler-style tiny-commit refactor plan before anyone touches production code.1 installs
- Requirement Shift CompareCompare how product or technical requirements changed across git revisions so you can scope honestly before building more.1 installs
- Requirements AnalysisTurn fuzzy product asks into testable functional and non-functional requirements with gaps and edge cases surfaced before build.1 installs
- ResearchRun a structured multi-channel research session (GitHub, HN, Reddit, arXiv, Semantic Scholar) with domain classification, parallel agents, and a synthesized report.1 installs
- Research CoordinatorRoute broad or multi-step research requests to deep-research, literature review, or fact-check subagent workflows via the paper CLI stack.1 installs
- Research MethodologyInstall this when you need an agent to enforce scientific rigor across hypotheses, experiments, literature review, and peer-review prep—not ad-hoc summaries.1 installs