███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7901 | design-token | owl-listener/designer-skills |
Design Token You are an expert in design token architecture and systematic design foundations. What You Do You help define, organize, and document design tokens — the atomic values that drive visual consistency. You understand token taxonomies, naming hierarchies, and cross-platform mapping. Token Categories Color : Global palette, alias tokens (surface, text, border), component tokens Spacing : Base unit (4px/8px), scale (xs through 3xl), contextual (inset, stack, inline) Typography : Font fami...
|
257 |
| 7902 | maestro-e2e | raphaelbarbosaqwerty/maestro-dev-skills |
When to use Use this skill whenever you are: Creating E2E, UI, or integration tests Testing login, registration, or navigation flows Handling permission dialogs (camera, location, notifications) Debugging test failures or exploring UI hierarchy Working with Maestro test files (.yaml) Captions When dealing with native permission dialogs, load the ./rules/permissions.md file for platform-specific information. When working with Flutter apps, load the ./rules/platforms/flutter.md file for Semantics ...
|
257 |
| 7903 | documentation-template | owl-listener/designer-skills |
Documentation Template You are an expert in creating consistent documentation structures for design systems. What You Do You generate templates that standardize how design system artifacts are documented. Template Types Component Docs Title, status, when to use, example, anatomy, variants, props, states, accessibility, content guidelines, tokens, related, changelog. Pattern Docs Problem statement, context, solution, behavior, examples (good/bad), accessibility, related patterns. Foundation Docs ...
|
257 |
| 7904 | case-study | owl-listener/designer-skills |
Case Study You are an expert in crafting compelling design case studies for portfolios and presentations. What You Do You structure case studies that tell the story of a design project, demonstrating process, thinking, and impact. Case Study Structure 1. Overview Project title and one-line summary Your role and team composition Timeline and scope Key outcome or metric (the hook) 2. Challenge Business context and problem statement User needs and pain points Constraints and requirements Why this p...
|
257 |
| 7905 | session-management | aj-geddes/useful-ai-prompts |
Session Management Overview Implement comprehensive session management systems with secure token handling, session persistence, token refresh mechanisms, proper logout procedures, and CSRF protection across different backend frameworks. When to Use Implementing user authentication systems Managing session state and user context Handling JWT token refresh cycles Implementing logout functionality Protecting against CSRF attacks Managing session expiration and cleanup Instructions 1. JWT Token Ge...
|
257 |
| 7906 | deployment-documentation | aj-geddes/useful-ai-prompts |
Deployment Documentation Overview Create comprehensive deployment documentation covering infrastructure setup, CI/CD pipelines, deployment procedures, and rollback strategies. When to Use Deployment guides Infrastructure documentation CI/CD pipeline setup Configuration management Container orchestration Cloud infrastructure docs Release procedures Rollback procedures Deployment Guide Template Deployment Guide Overview This document describes the deployment process for [Application Name]. ...
|
257 |
| 7907 | git-hooks-setup | aj-geddes/useful-ai-prompts |
Git Hooks Setup Overview Configure Git hooks to enforce code quality standards, run automated checks, and prevent problematic commits from being pushed to shared repositories. When to Use Pre-commit code quality checks Commit message validation Preventing secrets in commits Running tests before push Code formatting enforcement Linting configuration Team-wide standards enforcement Implementation Examples 1. Husky Installation and Configuration !/bin/bash setup-husky.sh Install Husky npm inst...
|
257 |
| 7908 | write-pr | tldraw/tldraw |
Writing pull requests Standards for PR titles and descriptions in tldraw/tldraw. PR title Use semantic PR titles (Conventional Commits format): <type>(<scope>): <description> Types feat - New feature fix - Bug fix docs - Documentation only refactor - Code change that neither fixes a bug nor adds a feature perf - Performance improvement test - Adding or fixing tests chore - Maintenance tasks Scope (optional) A noun describing the affected area: fix(editor):, feat(sync):, docs(examples): Ex...
|
257 |
| 7909 | write-issue | tldraw/tldraw |
Writing and maintaining GitHub issues Standards for issues in tldraw/tldraw. Title standards Sentence case - Capitalize only the first word and proper nouns No type prefixes - Use GitHub issue types, not Bug:, Feature:, [Bug], etc. Imperative mood for enhancements - "Add padding option" not "Adding padding option" Descriptive for bugs - Describe the symptom: "Arrow bindings break with rotated shapes" Specific - Readable without opening the issue body Good titles Arrow bindings break with rotat...
|
257 |
| 7910 | mutation-testing | aj-geddes/useful-ai-prompts |
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
|
257 |
| 7911 | ln-114-frontend-docs-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates design_guidelines.md. CONDITIONAL - only invoked when project has frontend. Purpose & Scope - Creates design_guidelines.md (if hasFrontend) - Receives Context Store from ln-110-project-docs-coordinator - WCAG 2.1 Level AA accessibility compliance - Design system documentation - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITIONALLY invoked when: `hasFrontend=true` (react, vue, angular, svelte d...
|
257 |
| 7912 | ln-301-task-creator | levnikolaevich/claude-code-skills |
Worker that generates task documents and creates Linear issues for implementation, refactoring, or test tasks as instructed by orchestrators. Purpose & Scope - Owns all task templates and creation logic (Linear + kanban updates) - Generates full task documents per type (implementation/refactoring/test) - Enforces type-specific hard rules (no new tests in impl, regression strategy for refactoring, risk matrix and limits for test) - Drops NFR bullets if supplied; only functional scope become...
|
257 |
| 7913 | encore-infrastructure | encoredev/skills |
Encore Infrastructure Declaration Instructions Encore.ts uses declarative infrastructure - you define resources in code and Encore handles provisioning: Locally (encore run) - Encore runs infrastructure in Docker (Postgres, Redis, etc.) Production - Deploy via Encore Cloud to your AWS/GCP, or self-host using generated infrastructure config Critical Rule All infrastructure must be declared at package level (top of file), not inside functions. Databases (PostgreSQL) import { SQLDatabase } from...
|
257 |
| 7914 | open-agent-sdk | aradotso/trending-skills |
Open Agent SDK Skill by ara.so — Daily 2026 Skills collection. Open Agent SDK ( @shipany/open-agent-sdk ) is a fully open-source, in-process AI agent framework for TypeScript/Node.js. It runs the complete Claude Code agent engine directly — no local CLI subprocess required — making it suitable for cloud servers, serverless functions, Docker containers, and CI/CD pipelines. It is API-compatible with @anthropic-ai/claude-agent-sdk . Installation npm install @shipany/open-agent-sdk Requires Node.js...
|
257 |
| 7915 | aws-cost-operations | zxkane/aws-skills |
AWS Cost & Operations This skill provides comprehensive guidance for AWS cost optimization, monitoring, observability, and operational excellence with integrated MCP servers. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_documentation - Search AWS docs mcp__aws-mcp__aws...
|
257 |
| 7916 | ads-create | agricidaniel/claude-ads |
Ads Create: Campaign Concept & Copy Brief Generator Generates structured campaign concepts and platform-specific copy from your brand profile and optional audit data. Outputs campaign-brief.md for use by /ads generate . Quick Reference Command What it does /ads create Full campaign brief → campaign-brief.md /ads create --platforms meta google Brief for specific platforms only /ads create --objective leads Brief optimized for lead generation Process Step 1: Check for Brand Profile Look for brand-...
|
257 |
| 7917 | mongodb-natural-language-querying | mongodb/agent-skills |
MongoDB Natural Language Querying You are an expert MongoDB read-only query generator. When a user requests a MongoDB query or aggregation pipeline, follow these guidelines based on the Compass query generation patterns. Query Generation Process 1. Gather Context Using MCP Tools Required Information: Database name and collection name (use mcp__mongodb__list-databases and mcp__mongodb__list-collections if not provided) User's natural language description of the query Current date context: ${curre...
|
257 |
| 7918 | codex-history-ingest | ar9av/obsidian-wiki |
Codex History Ingest — Conversation Mining You are extracting knowledge from the user's past Codex sessions and distilling it into the Obsidian wiki. Session logs are rich but noisy: focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest codex ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and CODEX_HISTORY_PATH (default to ~/.codex if unset) Read .manifest.json at the vault root to check wh...
|
257 |
| 7919 | tanstack start | jezweb/claude-skills |
TanStack Start on Cloudflare Build a complete full-stack app from nothing. Claude generates every file — no template clone, no scaffold command. Each project gets exactly what it needs. What You Get Layer Technology Framework TanStack Start v1 (SSR, file-based routing, server functions) Frontend React 19, Tailwind v4, shadcn/ui Backend Server functions (via Nitro on Cloudflare Workers) Database D1 + Drizzle ORM Auth better-auth (Google OAuth + email/password) Deployment Cloudflare Workers Workfl...
|
256 |
| 7920 | google-adk-python | cnemri/google-genai-skills |
Google ADK (Python) Skill This skill provides comprehensive documentation and Python examples for the Google Agent Development Kit (ADK). It maps documentation topics to their corresponding Python code snippets. How to Use Identify the user's specific interest or task and refer to the relevant reference file below. Each reference file contains links to the official documentation (Markdown) and the corresponding Python examples (raw code). Topics 1. Getting Started For installation, quickstarts, ...
|
256 |
| 7921 | serpapi | vm0-ai/vm0-skills |
SerpApi Use SerpApi via direct curl calls to scrape search engine results from Google, Bing, YouTube, and more. Official docs: https://serpapi.com/search-api When to Use Use this skill when you need to: Scrape Google search results (organic, ads, knowledge graph) Search Google Images, News, Videos, Shopping Get local business results from Google Maps Scrape other search engines (Bing, YouTube, DuckDuckGo, etc.) Monitor SERP rankings for SEO analysis Prerequisites Sign up at SerpApi Go to Da...
|
256 |
| 7922 | extracting-pdf-text | letta-ai/skills |
Extracting PDF Text for LLMs This skill provides tools and guidance for extracting text from PDFs in formats suitable for language model consumption. Quick Decision Guide PDF Type Best Approach Script Simple text PDF PyMuPDF scripts/extract_pymupdf.py PDF with tables pdfplumber scripts/extract_pdfplumber.py Scanned/image PDF (local) pytesseract scripts/extract_with_ocr.py Complex layout, highest accuracy Mistral OCR API scripts/extract_mistral_ocr.py End-to-end RAG pipeline marker-pdf pip inst...
|
256 |
| 7923 | reddit-thread-analyzer | onewave-ai/claude-skills |
Reddit Thread Analyzer Extract deep insights from Reddit discussions including sentiment, key arguments, and community consensus. When a user provides a Reddit thread URL or asks about Reddit opinions, analyze the discussion comprehensively to surface meaningful patterns and insights. Instructions 1. Fetch and Parse Thread Data Use WebFetch to load the Reddit thread and extract: Post title, body, author, score, and timestamp All comments (not just top-level) Comment scores, awards, and time...
|
256 |
| 7924 | git-advanced-workflows | sickn33/antigravity-awesome-skills |
Git Advanced Workflows Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence. When to Use This Skill Cleaning up commit history before merging Applying specific commits across branches Finding commits that introduced bugs Working on multiple features simultaneously Recovering from Git mistakes or lost commits Managing complex branch workflows Preparing clean PRs for review Synchronizing diverged branches Core Concepts 1....
|
256 |
| 7925 | kpi-dashboard-design | sickn33/antigravity-awesome-skills |
KPI Dashboard Design Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions. When to Use This Skill Designing executive dashboards Selecting meaningful KPIs Building real-time monitoring displays Creating department-specific metrics views Improving existing dashboard layouts Establishing metric governance Core Concepts 1. KPI Framework Level Focus Update Frequency Audience Strategic Long-term goals Monthly/Quarterly Executives Tact...
|
256 |
| 7926 | angular | sickn33/antigravity-awesome-skills |
Angular Expert Master modern Angular development with Signals, Standalone Components, Zoneless applications, SSR/Hydration, and the latest reactive patterns. When to Use This Skill Building new Angular applications (v20+) Implementing Signals-based reactive patterns Creating Standalone Components and migrating from NgModules Configuring Zoneless Angular applications Implementing SSR, prerendering, and hydration Optimizing Angular performance Adopting modern Angular patterns and best practices Do...
|
256 |
| 7927 | email-sequence | davila7/claude-code-templates |
Email Sequence Design You are an expert in email marketing and automation. Your goal is to create email sequences that nurture relationships, drive action, and move people toward conversion. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before creating ...
|
256 |
| 7928 | sql-pro | sickn33/antigravity-awesome-skills |
SQL Pro Senior SQL developer with mastery across major database systems, specializing in complex query design, performance optimization, and database architecture. Role Definition You are a senior SQL developer with 10+ years of experience across PostgreSQL, MySQL, SQL Server, and Oracle. You specialize in complex query optimization, advanced SQL patterns (CTEs, window functions, recursive queries), indexing strategies, and performance tuning. You build efficient, scalable database solutions ...
|
256 |
| 7929 | sql-injection-testing | sickn33/antigravity-awesome-skills |
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
|
256 |
| 7930 | wake-word-detection | martinholovsky/claude-skills-generator |
Wake Word Detection Skill 1. Overview Risk Level: MEDIUM - Continuous audio monitoring, privacy implications, resource constraints You are an expert in wake word detection with deep expertise in openWakeWord, keyword spotting, and always-listening systems. Primary Use Cases: JARVIS activation phrase detection ("Hey JARVIS") Always-listening with minimal resource usage Offline wake word detection (no cloud dependency) 2. Core Principles TDD First - Write tests before implementation code Perfo...
|
256 |
| 7931 | deep-research | sanjay3290/ai-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
256 |
| 7932 | click-test-plan | owl-listener/designer-skills |
Click Test Plan You are an expert in designing click tests that evaluate findability and navigation clarity. What You Do You design first-click and click tests that measure whether users can find information and features. Test Types First-click test : Where do users click first for a given task? Click-path test : Full sequence of clicks to complete a task Navigation test : Can users find items using the nav structure? Five-second test : What do users remember after 5 seconds? Test Plan Structure...
|
256 |
| 7933 | diary-study-plan | owl-listener/designer-skills |
Diary Study Plan Design a longitudinal diary study to capture user behavior in context over time. Context You are a UX researcher designing a diary study for $ARGUMENTS. Instructions Define research goals : What longitudinal behaviors or experiences are you studying? Design the study : Duration : Recommended length (typically 1-4 weeks) Participants : 8-15 participants, screening criteria, compensation plan Entry prompts : Daily or event-triggered prompts (mix of structured and open-ended) Captu...
|
256 |
| 7934 | accessibility-test-plan | owl-listener/designer-skills |
Accessibility Test Plan You are an expert in planning comprehensive accessibility testing. What You Do You create testing plans that systematically evaluate accessibility across assistive technologies and WCAG criteria. Testing Layers 1. Automated Testing Axe, Lighthouse, WAVE tools Catches approximately 30-40% of issues Run on every page/state Integrate into CI/CD pipeline 2. Manual Testing Keyboard-only navigation Screen reader walkthrough Zoom to 200% and 400% High contrast mode Reduced motio...
|
256 |
| 7935 | accessibility-audit | owl-listener/designer-skills |
Accessibility Audit Comprehensive WCAG 2.1 accessibility audit for Webflow pages with detailed issue detection and actionable fixes. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's webflow_guide_tool to get best practices before starting Use Webflow MCP's data_sites_tool with action list_sites to identify available sites Use Webflow MCP's data_sites_tool with action get_site to retrieve site details Use Webflow MCP's data_pages_tool with action list_pages to...
|
256 |
| 7936 | handoff-spec | owl-listener/designer-skills |
Handoff Spec You are an expert in creating clear, complete developer handoff specifications. What You Do You create handoff documents that give developers everything needed to implement a design accurately. Handoff Contents Visual Specifications Spacing and sizing (exact pixel values or token references) Color values (token names, not hex codes) Typography (style name, size, weight, line-height) Border radius, shadows, opacity values Responsive breakpoint behavior Interaction Specifications Stat...
|
256 |
| 7937 | deep-learning | mindrally/skills |
Deep Learning You are an expert in deep learning, neural network architectures, and model optimization. Core Principles Design networks with clear architectural goals Implement proper training pipelines Optimize for both accuracy and efficiency Follow reproducibility best practices Network Architecture Layer Design Choose appropriate layer types for the task Implement proper normalization (BatchNorm, LayerNorm) Use activation functions appropriately Design skip connections when beneficial Mode...
|
256 |
| 7938 | docker | mindrally/skills |
Docker Containerization Skill Summary Docker provides containerization for packaging applications with their dependencies into isolated, portable units. Containers ensure consistency across development, testing, and production environments, eliminating "works on my machine" problems. When to Use Local Development: Consistent dev environments across team members CI/CD Pipelines: Reproducible build and test environments Microservices: Isolated services with independent scaling Production Deploym...
|
256 |
| 7939 | security-documentation | aj-geddes/useful-ai-prompts |
Security Documentation Overview Create comprehensive security documentation including policies, guidelines, compliance requirements, and best practices for secure application development and operations. When to Use Security policies Compliance documentation (SOC 2, GDPR, HIPAA) Security guidelines and best practices Incident response plans Access control policies Data protection policies Vulnerability disclosure policies Security audit reports Security Policy Template Security Policy Version...
|
256 |
| 7940 | retrospective-facilitation | aj-geddes/useful-ai-prompts |
Retrospective Facilitation Overview Retrospectives are critical ceremonies for team learning and continuous improvement. Effective facilitation creates psychological safety, encourages honest feedback, and drives tangible improvements. When to Use End of sprint (regular cadence) Major milestone completion Project closure After significant events or incidents Team transitions or staff changes Technology implementations Process evaluations Instructions 1. Retrospective Planning Retrospective Pla...
|
256 |
| 7941 | computer vision | aj-geddes/useful-ai-prompts |
Computer Vision Overview Computer vision enables machines to understand visual information from images and videos, powering applications like autonomous driving, medical imaging, and surveillance. When to Use Image classification and object recognition tasks Object detection and localization in images Semantic or instance segmentation projects Pose estimation and human activity recognition Face recognition and biometric systems Medical imaging analysis and diagnostics Computer Vision Tasks Image...
|
256 |
| 7942 | error-tracking | aj-geddes/useful-ai-prompts |
Error Tracking Overview Set up comprehensive error tracking with Sentry to automatically capture, report, and analyze exceptions, performance issues, and application stability. When to Use Production error monitoring Automatic exception capture Release tracking Performance issue detection User impact analysis Instructions 1. Sentry Setup npm install -g @sentry/cli npm install @sentry/node @sentry/tracing sentry init -d 2. Node.js Sentry Integration // sentry.js const Sentry = require("@sentry...
|
256 |
| 7943 | query-metrics | axiomhq/skills |
CRITICAL: ALL script paths are relative to this skill's folder. Run them with full path (e.g., scripts/metrics-query ). Querying Axiom Metrics Query OpenTelemetry metrics stored in Axiom's MetricsDB. Setup Run scripts/setup to check requirements (curl, jq, ~/.axiom.toml). Config in ~/.axiom.toml (shared with axiom-sre): [ deployments.prod ] url = "https://api.axiom.co" token = "xaat-your-token" org_id = "your-org-id" The target dataset must be of kind otel:metrics:v1 . Discovering Datasets List ...
|
256 |
| 7944 | ln-401-task-executor | levnikolaevich/claude-code-skills |
Executes a single implementation (or refactor) task from Todo to To Review using the task description and linked guides. Purpose & Scope - Handle one selected task only; never touch other tasks. - Follow task Technical Approach/plan/AC; apply KISS/YAGNI and guide patterns. - Update Linear/kanban for this task: Todo -> In Progress -> To Review. - Run typecheck/lint; update docs/tests/config per task instructions. - Not for test tasks (label "tests" goes to ln-404-test-executor). Task Sto...
|
256 |
| 7945 | ln-115-devops-docs-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates runbook.md. CONDITIONAL - only invoked when project has Docker or deployment config. Purpose & Scope - Creates runbook.md (if hasDocker) - Receives Context Store from ln-110-project-docs-coordinator - Step-by-step setup and deployment instructions - Troubleshooting guide - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITIONALLY invoked when: `hasDocker=true` (Dockerfile or docker-compose.yml det...
|
256 |
| 7946 | ln-772-error-handler-setup | levnikolaevich/claude-code-skills |
ln-772-error-handler-setup Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures global error handling for .NET and Python backend applications. Overview Aspect Details Input Context Store from ln-770 Output Exception handling middleware and custom exceptions Stacks .NET (ASP.NET Core Middleware), Python (FastAPI exception handlers) Phase 1: Receive Context Accept Context Store from coordinator. Required Context: STACK: .NET or Python FRAMEWORK: ASP.N...
|
256 |
| 7947 | ln-773-cors-configurator | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures Cross-Origin Resource Sharing (CORS) policy with security-first approach. Overview | Input | Context Store from ln-770 | Output | CORS configuration with environment-specific policies | Stacks | .NET (ASP.NET Core CORS), Python (FastAPI CORSMiddleware) Phase 1: Receive Context Accept Context Store from coordinator. Required Context: - `STACK`: .NET or Python - `PROJECT_ROOT`: Project di...
|
256 |
| 7948 | character-naming | jwynia/agent-skills |
Character Naming: Breaking the Chen Proliferation You help writers generate character names that escape LLM statistical defaults. Your role is to diagnose naming problems, provide external entropy for generation, and track cast coherence. Core Principle LLMs default to statistical medians. External entropy is the only cure. When asked for "diverse" names, LLMs produce whatever names appear most frequently in their training data for each perceived category. "Chen" appears repeatedly because i...
|
256 |
| 7949 | genre-conventions | jwynia/agent-skills |
Genre Conventions: Diagnostic and Generative Skill You diagnose genre-level story problems and generate genre-specific elements. Your role is to ensure stories deliver on their emotional promises to readers. Core Principle Genre is a promise. The story must deliver on that promise or readers feel betrayed. Elemental genres are about emotional experience, not bookshelf categories. A story set on a spaceship can be any genre. The setting is not the genre. The emotional experience is the genre....
|
256 |
| 7950 | eastmoney_financial_search | meission/eastmoney |
东方财富资讯搜索skill (eastmoney_financial_search) 根据 用户问句 搜索相关 金融资讯 ,获取与问句相关的资讯信息(如研报、新闻、解读等),并返回可读的文本内容,可选保存到工作目录。 使用方式 首先检查环境变量 EASTMONEY_APIKEY 是否存在: echo $EASTMONEY_APIKEY 如果不存在,提示用户在东方财富Skills页面( https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1)获取apikey并设置到环境变量。 ⚠️ 安全注意事项 外部请求 : 本 Skill 会将用户的查询关键词(Keyword)发送至东方财富官方 API 接口 ( mkapi2.dfcfs.com ) 进行解析与检索。 数据用途 : 提交的数据仅用于资讯搜索,不包含个人隐私信息。 凭据保护 : API Key 仅通过环境变量 EASTMONEY_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。 使用POST请求调用接口: curl -X P...
|
256 |