███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8601 | seedance-2.0-prompter | pexoai/pexo-skills |
Seedance 2.0 Prompt Designer Skill This skill transforms a user's scattered multimodal assets (images, videos, audio) and ambiguous creative intent into a structured, executable prompt for the Seedance 2.0 video generation model. It acts as an expert prompt engineer, ensuring the highest quality output from the underlying model. When to Use When the user provides multiple assets (images, videos, audio) for video generation. When the user's request is complex and requires careful prompt construct...
|
1.3K |
| 8602 | news-search | brave/brave-search-skills |
News Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/news/search?q=space+exploration" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " Recent News (Past 24 Hours) curl -s "https://api.search.brave.com/res/v1/news/search" \ -H "Accept: application/json" \ -H "X-...
|
1.3K |
| 8603 | prisma-next | prisma/prisma-next |
Prisma Next — Router Edit your data contract. Prisma handles the rest. This skill exists to disambiguate vague Prisma Next prompts. When the user hasn't yet committed to a specific workflow (e.g. "help me with Prisma Next" , "explain how Prisma Next works" , "I'm new to PN, where do I start?" ), this skill fires and routes them to the right specific skill. When to Use The user has not yet stated a concrete task. The user types a meta-question about Prisma Next ( "what is Prisma Next?" , "how doe...
|
1.3K |
| 8604 | shopify-products | jezweb/claude-skills |
Shopify Products Create, update, and bulk-import Shopify products. Produces live products in the store via the GraphQL Admin API or CSV import. Prerequisites Admin API access token (use the shopify-setup skill if not configured) Store URL and API version from shopify.config.json or .dev.vars Workflow Step 1: Gather Product Data Determine what the user wants to create or update: Product basics : title, description (HTML), product type, vendor, tags Variants : options (size, colour, material), pri...
|
1.3K |
| 8605 | shared | boshu2/agentops |
Shared References This directory contains shared reference documents used by multiple skills: validation-contract.md - Verification requirements for accepting spawned work references/claude-code-latest-features.md - Claude Code feature contract (slash commands, agent isolation, hooks, settings) references/backend-claude-teams.md - Concrete examples for Claude native teams ( TeamCreate + SendMessage ) references/backend-codex-subagents.md - Concrete examples for Codex CLI and Codex sub-agents ref...
|
1.3K |
| 8606 | product-sense-interview-answer | deanpeters/product-manager-skills |
Purpose Help PM candidates and interview coaches structure product-sense answers that sound strong out loud, not just on paper. Use this when practicing prompts like "How would you improve X?", "Design a product for Y", or "What would you build next for Z?" This is not a memorize-and-recite script. It is a reasoning scaffold that prevents solution-jumping, forces real prioritization, and leaves the interviewer with a clean story they can follow. Key Concepts What Product Sense Interviews Actuall...
|
1.3K |
| 8607 | exploratory-data-analysis | k-dense-ai/scientific-agent-skills |
Exploratory Data Analysis Overview Perform comprehensive exploratory data analysis (EDA) on scientific data files across multiple domains. This skill provides automated file type detection, format-specific analysis, data quality assessment, and generates detailed markdown reports suitable for documentation and downstream analysis planning. Key Capabilities: Automatic detection and analysis of 200+ scientific file formats Comprehensive format-specific metadata extraction Data quality and integ...
|
1.3K |
| 8608 | handle-complaint | anthropics/knowledge-work-plugins |
Run the complaint resolution workflow by chaining two skills. Read the complaint, gather context, draft a response, and suggest a fix so it doesn't happen again. Parse arguments: EMAIL_OR_TICKET_ID (optional) — Gmail thread ID, HubSpot ticket ID, or "latest" to pull the most recent unresolved complaint. If omitted, ask the owner to paste the complaint text. Step 1 — Load the complaint (ticket-deflector) Using the ticket-deflector skill workflow: If an ID was given: pull the full thread from Gmai...
|
1.3K |
| 8609 | session-analyzer | ai-native-camp/camp-2 |
Session Analyzer Skill Post-hoc analysis tool for validating Claude Code session behavior against SKILL.md specifications. Purpose Analyze completed sessions to verify: Expected vs Actual Behavior - Did the skill follow SKILL.md workflow? Component Invocations - Were SubAgents, Hooks, and Tools called correctly? Artifacts - Were expected files created/deleted? Bug Detection - Any unexpected errors or deviations? Input Requirements Parameter Required Description sessionId YES UUID of the session ...
|
1.3K |
| 8610 | team-assemble | ai-native-camp/camp-2 |
Team Assemble 작업을 분석하여 전문가 팀을 동적으로 구성하고 TeamCreate 기반으로 즉시 실행하는 스킬. When to Use 독립적인 하위 작업 2개 이상으로 분해 가능한 복잡한 태스크 리서치 + 구현 + 검증처럼 역할 분리가 명확한 작업 병렬 실행으로 시간을 절약할 수 있는 작업 사용하지 말 것: 단일 파일 수정, 간단한 질문, 순차적으로만 가능한 작업 Workflow digraph team_assemble { rankdir = TB ; "사용자 입력" [ shape = doublecircle ] ; "Phase 1:\n작업 분석 & 팀 설계" [ shape = box ] ; "사용자 승인?" [ shape = diamond ] ; "Phase 2:\nTeamCreate & TaskCreate" [ shape = box ] ; "Phase 3:\nTeammate 실행" [ shape = box ] ; "Phase 4:\n결과 종합 & 정리" [ shape = bo...
|
1.3K |
| 8611 | marketing-strategy-pmm | davila7/claude-code-templates |
Marketing Strategy & Product Marketing Expert Product Marketing playbook for Series A+ startups expanding internationally with hybrid PLG/Sales-Led motion. Keywords product marketing, positioning, GTM, go-to-market strategy, competitive analysis, competitive intelligence, battlecards, ICP, ideal customer profile, messaging, value proposition, product launch, market entry, international expansion, sales enablement, win loss analysis, PMM, product marketing manager, market positioning, competit...
|
1.3K |
| 8612 | pudl | catalyst-cooperative/agent-skills |
PUDL Data and Metadata Guide Use this skill for data-user workflows: reading PUDL outputs, understanding table and field semantics, tracing source context, and interpreting methodology. Trigger phrases "show me this PUDL table in a notebook" "how do I read table X from Parquet" "load this table from local PUDL output" "read this PUDL table from S3" "what columns are in this table" "what does this column mean" "show table metadata for X" "which data source does this table come from" "find field d...
|
1.3K |
| 8613 | remotion | davila7/claude-code-templates |
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
|
1.3K |
| 8614 | aceternity-ui | secondsky/claude-skills |
Aceternity UI is a premium, production-ready React component library designed for Next.js applications. It provides 100+ beautifully animated and interactive components built with Tailwind CSS and Framer Motion. Components are installed via the shadcn CLI and can be customized directly in your codebase. Key Features: - 100+ animated, production-ready components - Built for Next.js 13+ with App Router support - Full TypeScript support - Tailwind CSS v3+ styling - Framer Motion animations -...
|
1.3K |
| 8615 | laravel-inertia-react | asyrafhussin/agent-skills |
Laravel + Inertia.js + React Comprehensive patterns for building modern monolithic applications with Laravel, Inertia.js, and React. Contains 30+ rules for seamless full-stack development. When to Apply Reference these guidelines when: Creating Inertia page components Handling forms with useForm hook Managing shared data and authentication Implementing persistent layouts Navigating between pages Rule Categories by Priority Priority Category Impact Prefix 1 Page Components CRITICAL page- 2 Fo...
|
1.3K |
| 8616 | analysis | microchipgnu/blindspot.news |
Analysis You produce judgment briefs. Not summaries. Not opinion. Not philosophy lectures. A good brief makes the reader see something they didn't see before. It surfaces the thing everyone is assuming but nobody is examining, the fork in the road where you have to choose and can't have both, and the concrete person or group that gets hurt under each outcome. You never name a philosopher. You never label a framework. You never say "from a Kantian perspective" or "a Foucauldian reading." You just...
|
1.3K |
| 8617 | margin-analyzer | anthropics/knowledge-work-plugins |
Margin Analyzer Status: MVP draft · Owner: JJ · Version: 1.1.0 Category: Finance & Ops · Phase: V2 Quick start When an SMB owner asks "should I raise my prices?" or "are my margins okay?", this skill: Identifies what to analyze — which products/services are in scope Pulls cost data from QuickBooks (COGS, direct expenses) Pulls revenue data from PayPal or Square (transaction history) Computes unit economics — revenue, COGS, gross margin, margin % per item Benchmarks against context — inflation, c...
|
1.3K |
| 8618 | agent-integration | veris-ai/veris-skills |
Integrate this agent repo with Veris from scratch. This skill takes a repo from "plain customer agent source" to "Veris-ready and pushable." If the user provided a path to an agent repo, use that as the repo root. Otherwise use the current working directory. Treat any existing .veris/ files or old scaffold output as starting material only. Use the current bundled references in this skill as the source of truth for what you generate. Core framing: the agent is the constant, Veris is the test harn...
|
1.3K |
| 8619 | markitdown | k-dense-ai/scientific-agent-skills |
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
|
1.3K |
| 8620 | quick-mockups | civitai/civitai |
Create multiple design mockups in parallel using the `design-mockup` agent. Usage When asked to create mockups for a feature: - Create the output directory if it doesn't exist: ``` docs/working/mockups/<feature-name>/ ``` - Launch 3-5 parallel mockup agents using the Task tool with `subagent_type: design-mockup` - Each agent creates a unique variation with different: Layout approaches (grid, list, masonry, cards) - Information hierarchy - Visual emphasis - Interaction patterns D...
|
1.3K |
| 8621 | qwencloud-vision | qwencloud/qwencloud-ai |
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Vision (Image & Video Understanding) Analyze images and videos using Qwen VL and QVQ models. This skill is part of qwencloud/qwencloud-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details. Show more Installs 871 Repository qwencloud/qwencloud-ai GitHub Stars 36 First Seen Mar...
|
1.3K |
| 8622 | huggingface-tool-builder | huggingface/skills |
Hugging Face API Tool Builder Your purpose is now is to create reusable command line scripts and utilities for using the Hugging Face API, allowing chaining, piping and intermediate processing where helpful. You can access the API directly, as well as use the hf command line tool. Model and Dataset cards can be accessed from repositories directly. Script Rules Make sure to follow these rules: Scripts must take a --help command line argument to describe their inputs and outputs Non-destructive sc...
|
1.3K |
| 8623 | huggingface-best | huggingface/skills |
HuggingFace Best Model Finder Finds the best models for a task by querying official HF benchmark leaderboards, enriching results with model size data, filtering for what fits on the user's device, and returning a comparison table with benchmark scores. Step 1: Parse the request Extract from the user's message: Task : what they want the model to do (coding, math/reasoning, chat, OCR, RAG/retrieval, speech recognition, image classification, multimodal, agents, etc.) Device : hardware constraints (...
|
1.3K |
| 8624 | clone-website | jcodesmore/ai-website-cloner-template |
Clone Website Skill Transform any website into production-ready Next.js 16 code using Firecrawl MCP. Workflow Execute these 3 phases in order. Never skip Phase 2. Phase 1: Scrape Extract URL from user request Identify section filter if specified (e.g., "hero only", "just the pricing") Scrape using Firecrawl: firecrawl-mcp___firecrawl_scrape: url: [TARGET_URL] formats: ["markdown", "html"] onlyMainContent: true If scrape fails, fallback to firecrawl-mcp___firecrawl_crawl Phase 2: Analy...
|
1.3K |
| 8625 | insurgent-campaign | bencium/bencium-marketplace |
Insurgent Campaign A campaign-design skill for organizations and people who cannot win by outspending. It ideates campaign concepts across every major archetype, audits the user's spend asymmetry against their competition, assembles an insurgent channel stack, sets strict boost gates on any paid spend, and produces a lift-test plan so the user measures incremental impact rather than vanity metrics. Core Premise Paid media scales attention. Organic narrative and grassroots networks scale trust. W...
|
1.3K |
| 8626 | react-hook-form-zod | jezweb/claude-skills |
React Hook Form + Zod Validation Status: Production Ready ✅ Last Verified: 2026-01-20 Latest Versions: react-hook-form@7.71.1, zod@4.3.5, @hookform/resolvers@5.2.2 Quick Start npm install react-hook-form@7.70.0 zod@4.3.5 @hookform/resolvers@5.2.2 Basic Form Pattern: const schema = z.object({ email: z.string().email(), password: z.string().min(8), }) type FormData = z.infer<typeof schema> const { register, handleSubmit, formState: { errors } } = useForm<FormData>({ resolver: zodResol...
|
1.3K |
| 8627 | eval-audit | hamelsmu/evals-skills |
Eval Audit Inspect an LLM eval pipeline and produce a prioritized list of problems with concrete next steps. Overview Gather eval artifacts: traces, evaluator configs, judge prompts, labeled data, metrics dashboards Run diagnostic checks across six areas Produce a findings report ordered by impact, with each finding linking to a fix Prerequisites Access to eval artifacts (traces, evaluator configs, judge prompts, labeled data) via an observability MCP server or local files. If none exist, skip t...
|
1.3K |
| 8628 | markdown-mermaid-writing | k-dense-ai/scientific-agent-skills |
Markdown and Mermaid Writing Overview This skill teaches you — and enforces a standard for — creating scientific documentation using markdown with embedded Mermaid diagrams as the default and canonical format . The core bet: a relationship expressed as a Mermaid diagram inside a .md file is more valuable than any image. It is text, so it diffs cleanly in git. It requires no build step. It renders natively on GitHub, GitLab, Notion, VS Code, and any markdown viewer. It uses fewer tokens than a pr...
|
1.3K |
| 8629 | performance-analyzer-sms | blacktwist/social-media-skills |
Performance Analyzer When to Use User asks to analyze how their posts are performing or review analytics User mentions "analytics," "performance," or "how did my posts do" User says "engagement," "impressions," or "what's working" User asks about "post metrics," "my best posts," or "why isn't this post performing" User shares post data and wants a performance breakdown User wants to compare recent posts against their own baseline Role You are an expert social media analytics advisor. Your job is...
|
1.3K |
| 8630 | game-assets | playableintelligence/game-creator |
Game Asset Engineer (Pixel Art + Asset Pipeline) You are an expert pixel art game artist. You create recognizable, stylish character sprites using code-only pixel art matrices — no external image files needed. You think in silhouettes, color contrast, and animation readability at small scales. Performance Notes Take your time with each step. Quality is more important than speed. Do not skip validation steps — they catch issues early. Read the full context of each file before making changes. A re...
|
1.3K |
| 8631 | diffity-tour | nilbuild/diffity |
Diffity Tour Skill You are creating a guided code tour — a narrated, step-by-step walkthrough of the codebase that answers the user's question or explains how a feature works. The tour opens in the browser with a sidebar showing the narrative and highlighted code sections. Arguments question (required): The user's question, topic, concept, or a GitHub PR URL. Examples: /diffity-tour how does authentication work? /diffity-tour explain the request lifecycle /diffity-tour how are comments stored an...
|
1.3K |
| 8632 | traceknot | jin-doh/traceknot |
Traceknot Evidence-bound QA for coding agents. Run a host-neutral QA process. The harness owns agents, models, task graphs, concurrency, retries, worktrees, lifecycle, and final task completion. This Skill owns test analysis, verification obligations, evidence evaluation, defects, residual risk, and the QA verdict. Observation, Evidence Claim, Evidence Evaluation, and Obligation Outcome are distinct. An Observation records what was observed; an Evidence Claim states how an observation or artifac...
|
1.3K |
| 8633 | seaborn | k-dense-ai/scientific-agent-skills |
Seaborn Statistical Visualization Overview Seaborn is a Python visualization library for creating publication-quality statistical graphics. Use this skill for dataset-oriented plotting, multivariate analysis, automatic statistical estimation, and complex multi-panel figures with minimal code. Design Philosophy Seaborn follows these core principles: Dataset-oriented : Work directly with DataFrames and named variables rather than abstract coordinates Semantic mapping : Automatically translate data...
|
1.3K |
| 8634 | legal-page-generator | kostja94/marketing-skills |
Pages: Legal Guides legal page content, structure, and SEO handling. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Identify: Page type : Privacy Policy, Terms of Service, Cookie Policy, etc. Jurisdiction : GDPR, CCPA, etc. Business model : SaaS, e-commerce, content site Indexing : Index or noindex (oft...
|
1.3K |
| 8635 | compound | ai-native-camp/camp-2 |
compound 스킬 목적: 작업 과정에서 검증된 인사이트를 즉시 문서화하여, 검색 가능한 지식 베이스를 구축한다. 개요 이 스킬은 인사이트가 확인되는 즉시 포착하여, YAML frontmatter 기반의 구조화된 문서로 저장한다. 카테고리별 단일 파일 아키텍처를 사용하며, 각 인사이트는 knowledge/[category]/[filename].md 에 저장된다. <critical_sequence name="insight-capture" enforce_order="strict"> 7단계 프로세스 자동 감지 문구 (대화에서 인식): "이거 잘 됐다" "이 방식이 좋네" "다음에도 이렇게 하자" "이건 기록해두자" "이 포맷이 먹혔다" "이게 효과가 있었어" "이렇게 하니까 됐어" "기억해둬야 해" OR 수동: /compound 커맨드 Non-trivial만 (재사용 가치 있는 인사이트): 반복할 수 있는 패턴 다른 상황에도 적용 가능한 교훈 시행착오 끝에 발견한 방법 실전에서 검증된 ...
|
1.3K |
| 8636 | pptx | k-dense-ai/scientific-agent-skills |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
1.3K |
| 8637 | statsmodels | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub Installs 457 Repository k-dense-ai/scie…t-skills GitHub Stars 26.3K First Seen Apr 9, 2026
|
1.3K |
| 8638 | huggingface-local-models | huggingface/skills |
Hugging Face Local Models Search the Hugging Face Hub for llama.cpp-compatible GGUF repos, choose the right quant, and launch the model with llama-cli or llama-server . Default Workflow Search the Hub with apps=llama.cpp . Open https://huggingface.co/<repo>?local-app=llama.cpp . Prefer the exact HF local-app snippet and quant recommendation when it is visible. Confirm exact .gguf filenames with https://huggingface.co/api/models/<repo>/tree/main?recursive=true . Launch with llama-cli -hf <repo>:<...
|
1.3K |
| 8639 | r3f-fundamentals | enzed/r3f-skills |
React Three Fiber Fundamentals Quick Start import { Canvas } from '@react-three/fiber' import { useRef } from 'react' import { useFrame } from '@react-three/fiber' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry args={[1, 1, 1]} /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default fun...
|
1.3K |
| 8640 | high-end-visual-design | nexu-io/open-design |
Agent Skill: Principal UI/UX Architect & Motion Choreographer (Awwwards-Tier) 1. Meta Information & Core Directive Persona: Vanguard_UI_Architect Objective: You engineer $150k+ agency-level digital experiences, not just websites. Your output must exude haptic depth, cinematic spatial rhythm, obsessive micro-interactions, and flawless fluid motion. The Variance Mandate: NEVER generate the exact same layout or aesthetic twice in a row. You must dynamically combine different premium layout archetyp...
|
1.3K |
| 8641 | docx | k-dense-ai/scientific-agent-skills |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
1.3K |
| 8642 | datapackage | catalyst-cooperative/agent-skills |
Frictionless Data Package Guide This skill covers any dataset described by a Frictionless Data Package descriptor file ( datapackage.json ). It is intentionally generic — it works for any conforming datapackage, regardless of who published it or what the data contains. For PUDL-specific knowledge (S3 bucket paths, table tier conventions, data source context, usage warnings), also use the pudl skill on top of this one. What is a datapackage.json? A datapackage.json is a JSON file that describes a...
|
1.3K |
| 8643 | postgresql-best-practices | mindrally/skills |
PostgreSQL Best Practices Core Principles Leverage PostgreSQL's advanced features for robust data modeling Optimize queries using EXPLAIN ANALYZE and proper indexing strategies Use native PostgreSQL data types appropriately Implement proper connection pooling and resource management Follow PostgreSQL-specific security best practices Schema Design Data Types Use appropriate native types: UUID, JSONB, ARRAY, INET, CIDR Prefer TIMESTAMPTZ over TIMESTAMP for timezone-aware applications Use TEXT inst...
|
1.3K |
| 8644 | build-loop-cursor | buildgreatproducts/builder-os |
Cursor Build Loop Quality-gated feature work: nothing ships on "it compiles" — every increment is built, reviewed, tested end to end, and fixed before the user hears "done." Source of work A plan file exists (roadmap, refactor plan, or task list with - [ ] checkboxes — search the repo): work the first unchecked task. Tasks are ordered intentionally — never skip ahead. If the plan references spec docs, read only the sections relevant to the current task. No plan (or the request is outside it): bu...
|
1.3K |
| 8645 | code-review | adobe/skills |
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
|
1.3K |
| 8646 | tanstack-db | tanstack-skills/tanstack-skills |
Overview TanStack DB is a client-side embedded database layer built on differential dataflow. It maintains normalized collections, uses incremental computation for live queries, provides automatic optimistic mutations, and integrates with TanStack Query for data fetching. Sub-millisecond updates even with 100k+ rows. Package: @tanstack/react-db Query Integration: @tanstack/query-db-collection Status: Beta (v0.5) Installation npm install @tanstack/react-db @tanstack/query-db-collection Core Conce...
|
1.3K |
| 8647 | ctx-stats | mksglu/context-mode |
Context Mode Stats Show context savings for the current session. Instructions Call the mcp__context-mode__ctx_stats MCP tool (no parameters needed). CRITICAL : You MUST copy-paste the ENTIRE tool output as markdown text directly into your response message. Do NOT summarize, do NOT collapse, do NOT paraphrase. The user must see the full tables without pressing ctrl+o. Copy every line exactly as returned by the tool. After the full output, add ONE sentence highlighting the key savings metric, e.g....
|
1.3K |
| 8648 | diffity-tree | nilbuild/diffity |
Diffity Tree Skill You are opening the diffity file tree browser so the user can browse repository files in the browser. Instructions Check that diffity is available: run which diffity . If not found, install it with npm install -g diffity . Run diffity tree using the Bash tool with run_in_background: true : The CLI handles everything: if an instance is already running for this repo it reuses it and opens the browser, otherwise it starts a new server and opens the browser. Do NOT use & or --quie...
|
1.3K |
| 8649 | prisma-next-migrations | prisma/prisma-next |
Prisma Next — Migration Authoring Edit your data contract. Prisma Next plans the migration. You fill in any data transforms. The three-step user model: You edit your data contract. ( prisma-next-contract ) Prisma Next plans the migration for you. ← this skill If a data transform is needed, you edit migration.ts and self-emit. ← this skill Once the contract changes, you choose how the change reaches the database. This skill covers the two paths ( db update and migration plan + migrate ), the migr...
|
1.3K |
| 8650 | migrate-dotnet10-to-dotnet11 | dotnet/skills |
.NET 10 → .NET 11 Migration Migrate a .NET 10 project or solution to .NET 11, systematically resolving all breaking changes. The outcome is a project targeting net11.0 that builds cleanly, passes tests, and accounts for every behavioral, source-incompatible, and binary-incompatible change introduced in .NET 11. Note: .NET 11 is currently in preview. This skill covers breaking changes documented through Preview 3. When to Use Upgrading TargetFramework from net10.0 to net11.0 Resolving build error...
|
1.3K |