Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,399
总 Skills
87.6M
总安装量
2,573
贡献者
# Skill 仓库 描述 安装量
21351 api-mock-server patricio0312rev/skills
API Mock Server Create realistic mock APIs for testing and development. Core Workflow Choose approach: MSW, json-server, custom Define handlers: Mock endpoints Setup fixtures: Test data Configure scenarios: Success/error states Integrate tests: Use in test suites Document mocks: API contract MSW (Mock Service Worker) Installation npm install -D msw npx msw init ./public --save Handler Definition // mocks/handlers.ts import { http, HttpResponse, delay } from 'msw'; // Types interface User { ...
43
21352 large-scale-text-editing letta-ai/skills
This skill provides guidance for efficiently transforming large text files containing thousands to millions of lines. It covers strategies for understanding transformation requirements, designing efficient solutions (particularly with Vim macros), testing approaches, and verification techniques. When to Use This Skill - Transforming CSV, TSV, or other delimited files at scale - Applying repetitive edits across files with millions of rows - Working within keystroke or operation count constra...
43
21353 discover-research rand/cc-polymath
Research Skills Discovery Auto-Activation This skill is automatically activated when your task involves: Research synthesis, literature reviews, meta-analysis Quantitative research, statistical analysis, surveys, experiments Qualitative research, interviews, ethnography, case studies Study design, hypothesis testing, sampling strategies Data collection, survey design, interview protocols Data analysis, coding, statistical tests, visualization Research writing, academic papers, citations, repor...
43
21354 n8n-workflow-automation aaaaqwq/claude-code-skills
n8n workflow automation with retries, logging, and review queues PURPOSE Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. WHEN TO USE TRIGGERS: Build an n8n workflow that runs every Monday and emails the compliance summary. Add error handling and retries to this workflow, plus a review queue for failures. Create a webhook workflow that logs every run and writes a status row to a tracker. Make this n8n ...
43
21355 atomic-design-molecules thebushidocollective/han
Atomic Design: Molecules Master the creation of molecule components - functional groups of atoms that work together as a unit. Molecules combine multiple atoms to create more complex, purposeful UI elements. What Are Molecules? Molecules are the first level of composition in Atomic Design. They are: Composed of atoms only: Never include other molecules Single purpose: Do one thing well Functional units: Atoms working together for a specific task Reusable: Used across different organisms and ...
43
21356 frontend-design-pro claudekit/frontend-design-pro-demo
You are a world-class creative frontend engineer AND visual director. Every interface you build must feel like a $50k+ agency project. 1. Choose One Bold Aesthetic Direction (commit 100%) Style Category Core Keywords (copy-paste ready) Color Palette Ideas Signature Effects & Details Minimalism & Swiss Style clean, swiss, grid-based, generous whitespace, typography-first Monochrome + one bold accent, beige/gray neutrals Razor-sharp hierarchy, subtle hover lifts, micro-animations, perfect alignme...
43
21357 contributing-guide dengineproblem/agents-monorepo
Contributing Guide Expert Эксперт по документации для open source contributors. Структура CONTRIBUTING.md Contributing to Project Name Thank you for your interest in contributing! 🎉 Table of Contents - [ Code of Conduct ]( code-of-conduct ) - [ Getting Started ]( getting-started ) - [ Development Setup ]( development-setup ) - [ How to Contribute ]( how-to-contribute ) - [ Pull Request Process ]( pull-request-process ) - [ Style Guide ]( style-guide ) - [ Community ]( community ) Quick Start S...
43
21358 unit-testing tencentblueking/bk-ci
单元测试编写 Quick Reference 框架:JUnit 5 (Jupiter) + MockK 1.12.2 测试基类:BkCiAbstractTest(提供 dslContext、objectMapper) 文件命名:*Test.kt 测试模式:AAA(Arrange-Act-Assert) 最简示例 class PipelineServiceTest : BkCiAbstractTest() { private val pipelineDao = mockk<PipelineDao>() private val service = PipelineService(pipelineDao) @Test fun `should return pipeline when exists`() { // Arrange every { pipelineDao.get(any(), any()) } returns mockPipeline // Act val res...
43
21359 ascii-art-diagram-creator jeremylongshore/claude-code-plugins-plus-skills
Ascii Art Diagram Creator Purpose This skill provides automated assistance for ascii art diagram creator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "ascii art diagram creator" in your request Ask about ascii art diagram creator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for ascii art diagram creato...
43
21360 technical-constraints dylantarre/animation-principles
Work within platform limitations while preserving animation intent. Problem Indicators - Animation doesn't work on target browsers - Mobile devices can't handle animation - Framework limitations block implementation - File size constraints (Lottie, sprites) - Email/constrained environment needs Diagnosis by Principle Straight Ahead vs Pose-to-Pose Issue: Runtime calculations too expensive Fix: Pre-calculate animations. Use CSS keyframes (pose-to-pose) over JS frame-by-frame (straight...
43
21361 product-analysis daymade/claude-code-skills
Product Analysis: Competitive Diagnostic Skill You are a competitive product analysis diagnostician. Your role is to identify what state a product analysis is in and what it needs to move toward strategic decisions. Core Principle Competitive analysis is not feature comparison—it's understanding which jobs customers hire products for, who those customers are, what features serve those jobs, and whether you should build, buy, or partner. This is not a linear checklist (list competitors → count fe...
43
21362 supabase-sdk-patterns cowork-os/cowork-os
supabase-sdk-patterns Purpose Apply production-ready Supabase SDK patterns for TypeScript and Python projects. Routing Use when: Use when the user asks to apply production-ready Supabase SDK patterns for TypeScript and Python projects. Do not use when: Do not use when the request is asking for planning documents, high-level strategy, or non-executable discussion; use the relevant planning or design workflow instead. Outputs: Outcome from supabase-sdk-patterns: task-specific result plus concrete ...
43
21363 linear-git finesssee/linear-cli
Git Operations Checkout branch for issue (creates if needed) linear-cli g checkout LIN-123 Show branch name linear-cli g branch LIN-123 Create branch without checkout linear-cli g create LIN-123 Create GitHub PR from Linear issue linear-cli g pr LIN-123 linear-cli g pr LIN-123 --draft Draft PR linear-cli g pr LIN-123 --base main Specify base branch jj (Jujutsu) - show commits with Linear trailers linear-cli g commits Context Get issue from current branch linear-cli context linear-cli con...
43
21364 statistical-analyzer dkyazzentwatwa/chatgpt-skills
Guided statistical analysis with hypothesis testing, regression, ANOVA, and plain-English results. Features - Hypothesis Testing: t-tests, chi-square, proportion tests - Regression Analysis: Linear, polynomial, multiple regression - ANOVA: One-way, two-way ANOVA with post-hoc tests - Distribution Analysis: Normality tests, Q-Q plots - Correlation Analysis: Pearson, Spearman with significance - Plain-English Results: Interpret statistical outputs - Visualizations: Regression plots, resid...
43
21365 nsfc-code huangwb8/chineseresearchlatex
nsfc-code 基于标书正文内容,推荐最贴切的 NSFC 申请代码(每条推荐包含:申请代码1=主代码、申请代码2=次代码),并把结果写入 Markdown 文件( 全程只读,不修改标书 )。 技能定位 你已经有一份 NSFC 标书正文(常见为 LaTeX 项目),但不确定应选择哪个申请代码。 本技能读取你的正文内容,并结合 skills/nsfc-code/references/nsfc_code_recommend.toml 的“推荐描述”,输出 5 组代码推荐与理由。 硬性约束(必须遵守) 只读标书 :不得改动用户的任何标书文件(尤其是 .tex/.bib/.cls/.sty )。 不编造代码 :推荐的申请代码必须来自 nsfc_code_recommend.toml 的 section key(例如 A.A06.A0606 )。禁止输出”看起来像代码但库里不存在”的字符串。 必须给 5 条推荐 :每条包含 申请代码1 与 申请代码2 ,并附带理由。 理由必须可追溯 :理由需同时引用: 你从标书正文读到的研究主题/对象/方法/场景关键词;以及 对应代码的 recommend 描...
43
21366 project-specification athola/claude-night-market
Table of Contents When to Use Integration Specification Structure 1. Overview Section 2. Functional Requirements (FR-XXX) FR-001: [Requirement Name] 3. Non-Functional Requirements (NFR-XXX) NFR-001: [Category] - [Requirement] 4. Technical Constraints 5. Out of Scope Out of Scope (v1.0) Clarification Workflow Ambiguity Detection Question Generation Clarification Session Quality Checks Output Format Change History Overview Functional Requirements Non-Functional Requirements Technical Constraints O...
43
21367 caching-strategist patricio0312rev/skills
Caching Strategist Design effective caching strategies for performance and consistency. Cache Layers CDN: Static assets, public pages (TTL: days/weeks) Application Cache (Redis): API responses, sessions (TTL: minutes/hours) Database Cache: Query results (TTL: seconds/minutes) Client Cache: Browser/app local cache Cache Key Strategy // Hierarchical key structure const CACHE_KEYS = { user: (id: string) => `user:${id}`, userPosts: (userId: string, page: number) => `user:${userId}:posts:${pa...
43
21368 v3 ddd architecture proffesor-for-testing/agentic-qe
V3 DDD Architecture What This Skill Does Designs and implements Domain-Driven Design (DDD) architecture for claude-flow v3, decomposing god objects into bounded contexts, implementing clean architecture patterns, and enabling modular, testable code structure. Quick Start Initialize DDD architecture analysis Task ( "Architecture analysis" , "Analyze current architecture and design DDD boundaries" , "core-architect" ) Domain modeling (parallel) Task ( "Domain decomposition" , "Break down orchest...
43
21369 technical-doc-creator mhattingpete/claude-skills-marketplace
Technical Documentation Creator Create comprehensive HTML technical documentation with code examples and API workflows. When to Use "Create API documentation for [endpoints]" "Generate technical docs for [system]" "Document API reference" "Create developer documentation" Components Overview: purpose, key features, tech stack Getting Started: installation, setup, quick start API Reference: endpoints with request/response examples Code Examples: syntax-highlighted code blocks Architecture: syste...
43
21370 python-fastapi-patterns autohandai/community-skills
Python FastAPI Patterns Project Structure src/ ├── main.py App entry point ├── config.py Settings management ├── dependencies.py Shared dependencies ├── models/ Pydantic models ├── routes/ API endpoints ├── services/ Business logic ├── repositories/ Data access └── utils/ Helpers Basic Setup main.py from fastapi import FastAPI from contextlib import asynccontextmanager @asynccontextmanager async def lifespan(app: FastAPI):...
43
21371 godot-genre-rhythm thedivergentai/gd-agentic-skills
Genre: Rhythm Expert blueprint for rhythm games emphasizing audio-visual synchronization and flow state. NEVER Do NEVER skip latency compensation — Use AudioServer.get_time_since_last_mix() to sync visuals with audio. Missing this causes desync. NEVER use _process for input — Use _input() for precise timing. Frame-dependent input causes missed notes. NEVER forget offset calibration — Audio hardware latency varies (10-200ms). Provide player-adjustable offset setting. NEVER tight timing windows on...
43
21372 vue-composition-api thebushidocollective/han
Vue Composition API Master the Vue 3 Composition API for building scalable, maintainable Vue applications with better code organization and reusability. Setup Function Fundamentals The setup() function is the entry point for using the Composition API: import { ref, computed, onMounted } from 'vue'; export default { props: ['initialCount'], setup(props, context) { // props is reactive console.log(props.initialCount); // context provides attrs, slots, emit, expose const {...
43
21373 react-doctor blogic-cz/blogic-marketplace
React Doctor Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics. Usage npx -y react-doctor@latest . --verbose --diff Workflow Run after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.
43
21374 kwc-lwc-development kingdee/kwc-skills
KWC LWC 开发专家 本 Skill 是 KWC LWC 项目开发的 入口与总指挥 。 核心职责 你负责指导用户进行 KWC LWC 组件的开发、修改和维护。 重要 :你必须严格遵守 本 Skill 目录下的 rule.md 文件中定义的硬性约束。在开始任何代码编写前,请务必阅读并理解这些规则。 1. 环境上下文确认 项目根目录 :包含 .kd 文件夹和 app/kwc 目录。 配置环境 : .kd/config.json 中 framework 配置为 lwc 。 重要 :若当前环境 不满足 上述条件(如缺少 .kd 或 framework 不为 lwc ), 必须立即停止 使用本 Skill 的所有约束,转而按 通用 Web 项目 标准协助用户。 执行原则 :仅在确认环境符合上述特征时,才强制执行本 Skill 及 本 Skill 目录下的 rule.md 定义的所有 KWC LWC 开发规范。 2. 平台差异说明 (Salesforce LWC vs @kdcloudjs/kwc) @kdcloudjs/kwc 是 Salesforce LWC 的 100% 语法克隆,仅有以...
43
21375 invokeai-image-gen sammcj/agentic-coding
InvokeAI Image Generation Generate images via InvokeAI's REST API. Supports FLUX.2 Klein (default), Z-Image Turbo, FLUX.1, and SDXL. Quick Start Simply call the script with your prompt and the output file name: python scripts/generate.py -p "A dramatic sunset over snow-capped mountains, warm orange light reflecting off a still alpine lake in the foreground. Soft clouds catch the fading light." -o sunset.png Overriding The Default Model If the user asks you to use a specific model, first find the...
43
21376 agent-dx-cli-scale jpoehnelt/skills
Agent DX CLI Scale Use this skill to evaluate any CLI against the principles of agent-first design. Score each axis from 0–3, then sum for a total between 0–21. Human DX optimizes for discoverability and forgiveness. Agent DX optimizes for predictability and defense-in-depth. — You Need to Rewrite Your CLI for AI Agents Scoring Axes 1. Machine-Readable Output Can an agent parse the CLI's output without heuristics? Score Criteria 0 Human-only output (tables, color codes, prose). No structured for...
43
21377 urgency-action dylantarre/animation-principles
Create animations that motivate immediate response and communicate time-sensitivity. Emotional Goal Urgency creates a compelling need to act now. Action-driving animations capture attention, create momentum, and remove hesitation through dynamic, forward-moving motion. Disney Principles for Urgency Squash & Stretch Sharp, impactful deformations. Quick squash on landing (15-25%) creates impact. Fast stretch during motion shows speed and force. Anticipation Very short or none (0-50ms). ...
43
21378 azure-ai-voicelive-ts sickn33/antigravity-awesome-skills
@azure/ai-voicelive (JavaScript/TypeScript) Real-time voice AI SDK for building bidirectional voice assistants with Azure AI in Node.js and browser environments. Installation npm install @azure/ai-voicelive @azure/identity TypeScript users npm install @types/node Current Version : 1.0.0-beta.3 Supported Environments : Node.js LTS versions (20+) Modern browsers (Chrome, Firefox, Safari, Edge) Environment Variables AZURE_VOICELIVE_ENDPOINT = https:// < resource > .cognitiveservices.azure.com Opt...
43
21379 database-schema-visualizer jeremylongshore/claude-code-plugins-plus-skills
Database Schema Visualizer Purpose This skill provides automated assistance for database schema visualizer tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "database schema visualizer" in your request Ask about database schema visualizer patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for database schema visu...
43
21380 email-composer erichowens/some_claude_skills
Email Composer Quick start Provide context and purpose, and I'll draft an appropriate email. What I need: Purpose of email (request, follow-up, announcement, etc.) Recipient relationship (colleague, customer, manager, vendor) Key points to include Desired tone (formal, casual, urgent, friendly) Email structure Standard professional email format: Subject: [Clear, specific subject line] [Greeting], [Opening - context/purpose] [Body - main points] [Closing - call to action] [Sign-off] [Your name] C...
43
21381 nerdzao-elite-gemini-high sickn33/antigravity-awesome-skills
@nerdzao-elite-gemini-high Você é um Engenheiro de Software Sênior Elite (15+ anos) + Designer de Produto Senior, operando no modo Gemini 3.1 Pro (High). Ative automaticamente este workflow completo em TODA tarefa: Planejamento ultra-rápido @concise-planning + @brainstorming Arquitetura sólida @senior-architect + @architecture Implementação TDD @test-driven-development + @testing-patterns Código produção-grade @refactor-clean-code + @clean-code Validação técnica @lint-and-validate + @production-...
43
21382 seedance-prompt rich5000/seedance-prompt-guide
Seedance 2.0 提示词撰写 Skill 本 Skill 基于即梦 Seedance 2.0 官方使用手册提炼,帮助用户撰写高质量的 Seedance 2.0 视频生成提示词。 1. 平台参数速查 维度 限制 图片输入 ≤ 9 张 视频输入 ≤ 3 个,总时长 ≤ 15s 音频输入 MP3,≤ 3 个,总时长 ≤ 15s 混合输入总上限 12 个文件 生成时长 4-15s,自由选择 声音输出 自带音效/配乐(原生声画同步) 2. 两种入口模式 2.1 首尾帧模式 适用于:仅上传首帧图(或首帧+尾帧)+ 文本提示词 场景:简单的图生视频、首尾帧过渡动画 2.2 全能参考模式 适用于:需要多模态组合输入(图+视频+音频+文本) 交互方式:通过 @素材名 指定每个素材的用途 示例: @图片1 作为首帧,@视频1 参考镜头语言,@音频1 用于配乐 3. 核心提示词公式 Seedance 2.0 的提示词遵循一个核心公式: 素材角色指定 + 动作/剧情描述 + 镜头语言 + 氛围/音效指令 3.1 素材角色指定(WHO / WHAT) 用 @ 符号明确每个素材在画面中的角色。关键原则: ...
43
21383 react-native-navigation pluginagentmarketplace/custom-plugin-react-native
React Native Navigation Skill Learn production-ready navigation patterns using React Navigation v6+ and Expo Router. Prerequisites React Native basics (components, styling) TypeScript fundamentals Understanding of React context Learning Objectives After completing this skill, you will be able to: Set up React Navigation with TypeScript Implement Stack, Tab, and Drawer navigators Configure deep linking and universal links Handle authentication flows Pass params between screens type-safel...
43
21384 spec-driven-brainstorming anton-abyzov/specweave
Spec-Driven Brainstorming Skill Expert in product discovery, feature ideation, and spec-driven brainstorming techniques. Helps teams move from vague ideas to concrete, well-defined specifications using structured facilitation methods. Core Facilitation Techniques 1. Story Mapping (User Story Mapping) Purpose: Visualize user journey and identify features that deliver value at each step. Process: Step 1: Define User Activities (horizontal backbone) ┌──────────────┬──────────────┬─────────────...
43
21385 cw-story-critique haowjy/creative-writing-skills
Story Critique Analyze story content and provide constructive feedback. Process 1. Understand Context First Always ask about audience and goals before critiquing: Before I critique this, help me understand: 1. Target audience? (YA, adult, genre, platform) 2. What feedback are you looking for? (big picture, line-level, both, harsh-only) 3. Draft stage? (early = focus on major issues, later = details OK) If user doesn't provide context, infer from content or ask targeted follow-ups. 2. Adapt Struc...
43
21386 joy-delight dylantarre/animation-principles
Joy & Delight Animation Create animations that spark happiness, pleasant surprise, and memorable delight. Emotional Goal Joy emerges from unexpected pleasures, playful movements, and moments that exceed expectations. Delight comes from animations that feel alive, responsive, and genuinely fun. Disney Principles for Joy Squash & Stretch Exaggerate bouncy, elastic movements. Objects that squash 30-40% on impact feel alive and playful. Use for success states, rewards, and celebrations. Antici...
43
21387 javascript-sdk inference-sh/agent-skills
JavaScript SDK Build AI applications with the inference.sh JavaScript/TypeScript SDK. Quick Start npm install @inferencesh/sdk import { inference } from '@inferencesh/sdk' ; const client = inference ( { apiKey : 'inf_your_key' } ) ; // Run an AI app const result = await client . run ( { app : 'infsh/flux-schnell' , input : { prompt : 'A sunset over mountains' } } ) ; console . log ( result . output ) ; Installation npm install @inferencesh/sdk or yarn add @inferencesh/sdk or pnpm add @inferenc...
43
21388 decodo-scraper decodo/decodo-openclaw-skill
Decodo Scraper OpenClaw Skill Use this skill to search Google, scrape any URL, or fetch YouTube subtitles via the Decodo Web Scraping API . Search outputs a JSON object of result sections; Scrape URL outputs plain markdown; Amazon and Amazon search output parsed product-page or search results (JSON). Amazon search uses --query . YouTube subtitles outputs transcript/subtitles. Reddit post and Reddit subreddit output post/listing content (JSON). Authentication: Set DECODO_AUTH_TOKEN (Basic auth to...
43
21389 technical-spec majiayu000/claude-arsenal
Technical Specification & Design Documents Expert guidance for writing effective technical design documents, RFCs, Architecture Decision Records, and technology evaluation frameworks. Core Philosophy Write before code — Design documents prevent costly rework and align teams Living documents — Keep docs updated as the system evolves Clarity over completeness — Simple, direct language reduces cognitive load Diagrams as code — Version-controlled, maintainable architecture diagrams Decisions over ...
43
21390 eachlabs-voice-audio eachlabs/skills
EachLabs Voice & Audio Text-to-speech, speech-to-text transcription, voice conversion, and audio utilities via the EachLabs Predictions API. Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai . Available Models Text-to-Speech Model Slug Best For ElevenLabs TTS elevenlabs-text-to-speech High quality TTS ElevenLabs TTS w/ Timestamps elevenlabs-text-to-speech-with-timestamp TTS with word timing ElevenLabs Text to Dialogue elev...
43
21391 headline-formulas guia-matthieu/clawfu-skills
Headline Formulas 25+ proven headline formulas that stop the scroll, capture attention, and drive clicks. Templates and examples for every situation. When to Use This Skill Writing headlines for landing pages, ads, or articles Creating email subject lines that get opens Crafting social media hooks A/B testing headline variations Overcoming headline writer's block Training teams on headline best practices Methodology Foundation Source : Compiled from David Ogilvy, John Caples, Gary Halbert, Joann...
43
21392 sync-construction-async-property-ui-render-gate-pattern epicenterhq/epicenter
Sync Construction, Async Property The initialization of the client is synchronous. The async work is stored as a property you can await, while passing the reference around. When to Apply This Pattern Use this when you have: Async client initialization (IndexedDB, server connection, file system) Module exports that need to be importable without await UI components that want sync access to the client SvelteKit apps where you want to gate rendering on readiness Signals you're fighting async constru...
43
21393 summarize volcengine/openviking
Summarize Fast CLI to summarize URLs, local files, and YouTube links. When to use (trigger phrases) Use this skill immediately when the user asks any of: “use summarize.sh” “what’s this link/video about?” “summarize this URL/article” “transcribe this YouTube/video” (best-effort transcript extraction; no yt-dlp needed) Quick start summarize "https://example.com" --model google/gemini-3-flash-preview summarize "/path/to/file.pdf" --model google/gemini-3-flash-preview summarize "https://youtu.be/dQ...
43
21394 hook-manager b-open-io/prompts
Hook Manager Discover, install, and manage automation hooks from the bopen-tools collection for Claude Code and Opencode. Available Hooks Hook Event Description Auto-install protect-env-files PreToolUse Blocks edits to .env files (security) Recommended uncommitted-reminder Stop Shows uncommitted changes when agent stops Optional auto-git-add PostToolUse Auto-stages files after edits Optional time-dir-context UserPromptSubmit Adds timestamp/dir/branch to prompts Optional lint-on-save PostToolUse ...
43
21395 good-prose ahgraber/skills
Good Prose: Write and Edit Professional, Clear, Human-Sounding Text Use this skill to draft or revise prose that can stand in professional correspondence, public blogs, newspaper opinion pieces, or longform emails with friends or family. Aim for clarity, specificity, and a measured tone without slang or hype. Directives Use these as the core craft rules. Apply them before any optional style tweaks. Composition Make the point early : Lead with the main claim or request. Organize by paragraph : On...
43
21396 academic-research tdimino/claude-code-minoan
Academic Research This skill provides comprehensive guidance for academic paper search, literature reviews, and research synthesis using Exa MCP and arxiv-mcp-server. When to Use This Skill Searching for academic papers on a topic Conducting literature reviews Finding papers by specific authors Discovering recent research in a field Downloading and analyzing arXiv papers Synthesizing findings across multiple papers Tracking citation networks and influential papers Researching state-of-the-art me...
43
21397 ai-startup-strategist junhua/forth-ai-homepage
AI Startup Strategist Role: Strategic advisor channeling patterns from fastest-growing AI startups. Trigger: When asked to analyze state, brainstorm strategy, set OKRs, plan execution, or think like a startup founder. 1. Founder Personas for Role-Playing When analyzing strategy, adopt these perspectives: The Safety-First Researcher (Anthropic Pattern) Dario/Daniela Amodei mindset Core beliefs: Safety and capability are not tradeoffs — safety enables capability Research excellence attract...
43
21398 file-tools trpc-group/trpc-agent-go
Overview Use these examples to explore basic shell commands inside a skill workspace. The assistant can run them and return results and files. Examples List files in the workspace Command: ls -la Write a sample file to out/sample.txt Command: bash scripts/write_sample.sh "Hello from skill" out/sample.txt Create a tar.gz archive of the out/ folder Command: tar -czf out/sample.tgz -C out . Output Files out/sample.txt out/sample.tgz
43
21399 frontend-refactor-planner patricio0312rev/skills
Frontend Refactor Planner Create safe, phased refactor plans for complex frontend code. Refactor Assessment Identify Issues: Large components (>300 lines), prop drilling, duplicate logic, poor performance, accessibility gaps, tight coupling, untested code Prioritize: By risk (high-traffic pages first) and impact (user-facing bugs prioritized) Plan Phases: Break into small, testable increments Common Refactor Patterns Component Splitting: Extract sub-components, create compound components, s...
43
21400 hipaa-audit-helper jeremylongshore/claude-code-plugins-plus-skills
This skill provides automated assistance for hipaa audit helper tasks within the Security Advanced domain. When to Use This skill activates automatically when you: - Mention "hipaa audit helper" in your request - Ask about hipaa audit helper patterns or best practices - Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities - Provides step-by-step guidance for hipaa audit helper - Follows indus...
43