Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
nextjs-server-navigation
Guide for implementing navigation in Next.js Server Components using Link component and redirect() function. Covers the difference between server and client navigation methods. Use when adding links, redirects, or navigation logic in server components without converting them to client components unnecessarily.
wsimmonds/claude-nextjs-skills 81
-
nextjs-client-cookie-pattern
Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client component with user interaction (onClick, form submission) that calls a server action to modify cookies. Use when building features like authentication, preferences, or session management where client-side triggers need to set/modify server-side cookies.
wsimmonds/claude-nextjs-skills 81
-
nextjs-dynamic-routes-params
Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments (IDs, slugs, nested paths), accessing the `params` prop, or fetching resources by identifier. Helps avoid over-nesting by defaulting to the simplest route structure (e.g., `app/[id]` instead of `app/products/[id]` unless the URL calls for it).
wsimmonds/claude-nextjs-skills 81
-
nextjs-use-search-params-suspense
Pattern for using useSearchParams hook with Suspense boundary in Next.js. Covers the required combination of 'use client' directive and Suspense wrapper when accessing URL query parameters in client components. Use when building search interfaces, filters, pagination, or any feature that needs to read/manipulate URL query parameters client-side.
wsimmonds/claude-nextjs-skills 81
-
btc-momentum-analyzer
使用自定义动能理论分析 BTC 市场,多时间级别嵌套分析(2日线/1日/12h/6h/4h/2h/1h/30min),识别上涨线段、下跌线段、分立调控、单位调整周期、连续跳空背离、黄白线背离,生成包含详细属性判断的动能报告和交易信号。当用户询问 BTC 动能、线段状态、MACD 分析、周期判断、背离检测时自动激活。
Druidss/MACD 2
-
code-review
This skill should be used when a user asks for a code review, feedback on a PR or MR, diff assessment, or says things like 'can you review my changes', 'look at this diff', 'is this ready to merge', 'check my code', 'review this branch', 'what do you think of these changes', or 'LGTM check'. Covers correctness, tests, performance, security, and architecture feedback on pull/merge requests or raw diffs from any platform (GitHub, GitLab).
srtab/daiv 18
-
init
This skill should be used when a user asks to initialize a repository for AI agents, create or update an AGENTS.md file, scaffold agent instructions for a codebase, or improve existing agent guidance. Triggers include phrases like 'create an AGENTS.md', 'set up agent instructions', 'initialize this repo for coding agents', 'update my AGENTS file', or 'analyze this repo and generate agent docs'.
srtab/daiv 18
-
plan
This skill should be used when the user asks to explore a codebase and design implementation plans without making any changes. Trigger when users say 'plan how to implement X', 'design an approach for Y', 'explore the codebase before changing Z', 'create an implementation strategy', 'analyze how to refactor X', 'map out dependencies for Y', 'I want a plan before we start coding', 'plan to fix issue
srtab/daiv 18
-
skill-creator
Guide for creating effective skills that extend DAIV agent with specialized knowledge, workflows, or tool integrations. Use this skill when the user wants to create a new skill, update an existing skill, or get guidance on skill design patterns.
srtab/daiv 18
-
security-audit
This skill should be used when the user asks to review code for security vulnerabilities, audit a pull request or merge request for risks, check if code is safe, find injection flaws or hardcoded secrets, or assess the security posture of a feature or codebase area. Use this skill even when the user doesn't say "security audit" explicitly — trigger on phrases like "is this code safe?", "audit this PR", "check for vulnerabilities", "any security issues here?", "review my changes for risks", "are there hardcoded secrets?", "check for SQL injection", "security review", or "assess the risk in this diff". When in doubt, use this skill — it's better to over-trigger on security reviews than to miss one.
srtab/daiv 18
-
bd-what-to-work-on-next
Determine what to work on next using the bd (beads) issue tracker by analyzing open issues, dependencies, and ready work
richardanaya/agent-skills 1
-
bd-create-new-product
Create a new product with a structured chain of related issues using the bd (beads) issue tracker - sets up epics, tasks, and dependencies for product development
richardanaya/agent-skills 1
-
generate-image
Generate images using xAI's Grok Imagine through the fal.ai MCP gateway. This skill enables text-to-image generation with detailed prompts for photorealistic, artistic, and stylized outputs.
richardanaya/agent-skills 1
-
pubmed-metaanalysis
Search PubMed for meta-analyses on a given medical topic using NCBI E-utilities API
richardanaya/agent-skills 1
-
interact-with-browser
a CLI for intearcting with browser
richardanaya/agent-skills 1
-
beautiful-reader
Use when the user wants to read some markdown in a beautiful way
richardanaya/agent-skills 1
-
spec-driven-development
Complete workflow for LLM coding agents: initial setup of the template system, adding new features, creating modules/components, using the Constitution as the single integrator, and documenting major architecture changes with ADRs.
richardanaya/agent-skills 1
-
epistemic-extraction
An epistemic extraction system that analyzes text to identify its logical structure according to Aristotelian and Objectivist epistemology. Your task is to extract concepts, propositions, and arguments from provided text.
richardanaya/agent-skills 1
-
objectivist-psychologist
An Objectivist psychology skill that helps users build explicit value hierarchies, understand their emotions through rational analysis, and identify patterns in their aesthetic preferences. Guides users to integrate reason with emotional data to make their implicit values conscious and actionable.
richardanaya/agent-skills 1
-
describe-image
Uses a local model to describe something about an image
richardanaya/agent-skills 1
-
create-and-using-design-md
Help create and use a DESIGN.md file to define and inform aesthetic decisions in applications. Use when setting up design systems, reviewing UI consistency, or ensuring code follows aesthetic guidelines.
richardanaya/agent-skills 1
-
writing-outline-creator
Creating an outline of a piece of writing according to a strategy of Ayn Rand art of non-fiction/fiction
richardanaya/agent-skills 1
-
objectivist-aesthetic-suggestion
Generates personalized aesthetic suggestions for creative tasks by analyzing the user's value hierarchy and captured aesthetic references. Matches values to concrete aesthetic elements—translating abstract priorities into actionable design choices for websites, images, prose, or any creative output.
richardanaya/agent-skills 1
-
bd-modify-product-description-and-tasks
Modify product descriptions and tasks using the bd (beads) issue tracker - create, edit, update, and manage issues with proper dependency handling
richardanaya/agent-skills 1