███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11901 | jenkins | checkmk/checkmk |
Commands you can use to interact with Jenkins Fetch the Jenkins job results jenkins_build_data.py <Jenkins job URL> --include=stages You can download test results and console output: jenkins_build_data.py <Jenkins stage job URL> --include=console,tests In case the truncated console log does not provide enough information, download the full log jenkins_build_data.py <Jenkins stage job URL> --include=full-console in case the jenkins job/build is still BUILDING, you can poll until it is finishe...
|
63 |
| 11902 | article-content | kostja94/marketing-skills |
Content: Article Content Guides creation of article body content —the actual text (intro, body, conclusion) for blog posts, guides, and long-form pieces. Focus on what to write . For where it goes (page structure, schema, metadata), see article-page-generator . For short conversion copy (ads, landing pages, CTAs), see copywriting . 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 wh...
|
63 |
| 11903 | groove-daily-end | andreadellacorte/groove |
groove-daily-end Outcome The workday is wrapped up: git changes are analysed, memory files are written in order, tasks are analysed, and the end hook is executed if present. Acceptance Criteria Git memory file written at <memory>/git/YYYY-MM-DD-GIT-N.md Daily memory file written at <memory>/daily/YYYY-MM-DD.md Weekly memory file written if today is the last weekday of the week Monthly memory file written if today is the last weekday of the month Tasks are analysed and summary is included in dail...
|
63 |
| 11904 | nx-plugins | nrwl/nx |
Finding and Installing new plugins List plugins: pnpm nx list Install plugins pnpm nx add <plugin> . Example: pnpm nx add @nx/react .
|
63 |
| 11905 | eagle-architect | autumnsgrove/groveengine |
Eagle Architect 🦅 The eagle doesn't rush into the trees. It rises above, surveying the entire forest. From this height, patterns emerge—rivers that connect valleys, ridges that separate domains, clearings where new growth can thrive. The eagle sees not just what IS, but what COULD BE. When to Activate User asks to "design the architecture" or "plan the system" User says "how should these components interact?" or "map this out" User calls /eagle-architect or mentions eagle/architecture Planning a...
|
63 |
| 11906 | remotion-best-practices | connorads/dotfiles |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
|
63 |
| 11907 | openclaw-setup | iofficeai/aionui |
OpenClaw 使用专家 你是 OpenClaw 使用专家,可以帮助用户安装、部署、配置和使用 OpenClaw 个人 AI 助手。 ⚠️ 重要提示:文档时效性 当前文档基于某个历史版本编写,OpenClaw 是一个持续更新的开源项目。 优先参考最新文档 :当遇到不确定的问题时,请访问 OpenClaw GitHub 仓库 查看最新的 README 和文档 官方文档 :访问 docs.openclaw.ai 获取最新的官方文档 本技能的作用 :提供基础知识和常见操作指南,但遇到新功能或变更时,应查阅最新资料 🔍 首先:环境诊断(每次响应前必做) 在回答任何 OpenClaw 问题之前,先执行环境诊断,确认工具可以被找到: 1. 检查 AionUi 工作进程中实际可用的 PATH node -e "console.log('PATH entries:', process.env.PATH.split(require('path').delimiter).length); console.log('First 3:', process.env.PATH.split(require('p...
|
63 |
| 11908 | peon-ping-toggle | peonping/peon-ping |
peon-ping-toggle Toggle peon-ping sounds on or off. Also handles any peon-ping configuration changes. Toggle sounds On Unix, run the following command using the Bash tool: bash " ${CLAUDE_CONFIG_DIR :- $HOME / .claude} " /hooks/peon-ping/peon.sh toggle On Windows, use the PowerShell tool: $claudeDir = $env :CLAUDE_CONFIG_DIR if ( -not $claudeDir -or $claudeDir -eq "" ) { $claudeDir = Join-Path $HOME ".claude" } & ( Join-Path $claudeDir "hooks/peon-ping/peon.ps1" ) toggle Report the output to the...
|
63 |
| 11909 | dual-axis-skill-reviewer | tradermonty/claude-trading-skills |
Dual Axis Skill Reviewer Run the dual-axis reviewer script and save reports to reports/ . The script supports: Random or fixed skill selection Auto-axis scoring with optional test execution LLM prompt generation LLM JSON review merge with weighted final score Cross-project review via --project-root When to Use Need reproducible scoring for one skill in skills/*/SKILL.md . Need improvement items when final score is below 90. Need both deterministic checks and qualitative LLM code/content review. ...
|
63 |
| 11910 | umbraco-routing | umbraco/umbraco-cms-backoffice-skills |
Umbraco Routing What is it? Routing in Umbraco's backoffice enables navigation between sections, dashboards, and workspaces using pathname-based URLs. Sections serve as primary organizational dividers with entry points via section views, dashboards, or custom elements. Custom routing can be built using umb-router-slot with route definitions that support parameters and redirects. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/custo...
|
63 |
| 11911 | check-vault-onchain | tradingstrategy-ai/web3-ethereum-defi |
Check vault onchain This script will run against a deployed smart contract and see if it detects out as one of our supported vaults. This skill will run a Python script and get you the output back. Required inputs Smart ctonract chain and address: User gives this either a link (check the page and blockchain explorer) or directly Script source Get the script source code from `scripts/erc-4626/check-vault-onchain.py Running the script Clone the script and replace spec to be the correct chain ...
|
63 |
| 11912 | beads-workflow | dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations |
Beads Workflow — From Plan to Actionable Tasks Core Principle: "Check your beads N times, implement once" — where N is as many as you can stomach. Beads are so detailed and polished that you can mechanically unleash a big swarm of agents to implement them, and it will come out just about perfectly. What Are Beads? Beads are epics/tasks/subtasks with dependency structure, optimized for AI coding agents. Think of them as Jira or Linear, but designed for machines. Key properties: Self-contain...
|
63 |
| 11913 | angular-development | manutej/luxor-claude-marketplace |
Angular Development You are an Angular, SASS, and TypeScript expert focused on creating scalable and high-performance web applications. Key Development Principles Type Safety with Interfaces Define data models using interfaces for explicit types Maintain strict typing to avoid any Use TypeScript's type system to define specific types Component Composition Favor component composition over inheritance Enhance modularity, enabling reusability and easy maintenance Meaningful Naming Use descriptive v...
|
63 |
| 11914 | b2c-scapi-schemas | salesforcecommercecloud/b2c-developer-tooling |
B2C SCAPI Schemas Skill Use the b2c CLI plugin to browse and retrieve SCAPI OpenAPI schema specifications. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli scapi schemas list ). Required: Tenant ID The --tenant-id flag is required for all commands. The tenant ID identifies your B2C Commerce instance. Important: The tenant ID is NOT the same as the organization ID: Tenant ID : zzxy_prd (used with commands that require --tenant-id ) Organiza...
|
63 |
| 11915 | presentation-builder | qodex-ai/ai-agent-skills |
PPTX creation, editing, and analysis Overview A user may ask you to create, edit, or analyze the contents of a .pptx file. A .pptx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks. Reading and analyzing content Text extraction If you just need to read the text contents of a presentation, you should convert the document to markdown: Convert document to markdown python -m mark...
|
63 |
| 11916 | ticket-triage | jwilger/agent-skills |
Ticket Triage Skill You are an expert at rapidly categorizing, prioritizing, and routing customer support tickets. You assess issues systematically, identify urgency and impact, and ensure tickets reach the right team with the right context. Category Taxonomy Assign every ticket a primary category and optionally a secondary category : Category Description Signal Words Bug Product is behaving incorrectly or unexpectedly Error, broken, crash, not working, unexpected, wrong, failing How-to Customer...
|
63 |
| 11917 | tailwind-4 | gentleman-programming/gentleman-skills |
Styling Decision Tree Tailwind class exists? → className="..." Dynamic value? → style={{ width: `${x}%` }} Conditional styles? → cn("base", condition && "variant") Static only? → className="..." (no cn() needed) Library can't use class?→ style prop with var() constants Critical Rules Never Use var() in className // ❌ NEVER: var() in className <div className="bg-[var(--color-primary)]" /> <div className="text-[var(--text-color)]" /> // ✅ ALWAYS: Use Tailwind semantic cl...
|
63 |
| 11918 | particles-gpu | bbeierle12/skill-mcp-claude |
GPU Particles Render massive particle counts (10k-1M+) efficiently using GPU instancing and custom shaders. Quick Start import { useRef, useMemo } from 'react'; import { useFrame } from '@react-three/fiber'; import * as THREE from 'three'; function Particles({ count = 10000 }) { const points = useRef<THREE.Points>(null!); const positions = useMemo(() => { const pos = new Float32Array(count * 3); for (let i = 0; i < count; i++) { pos[i * 3] = (Math.random() - 0.5) * 10; ...
|
63 |
| 11919 | fastf1 | machina-sports/sports-skills |
FastF1 — Formula 1 Data Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills f1 get_race_schedule --year = 2025 sports-skills f1 get_race_results --year = 2025 --event = Monza Python SDK (alternative): from sports_skills import f1 schedule = f1 . get_race_schedule ( year = 2025 ) results = f1 . get_race_results ( year = 2025 , event = "Monza" ) Choosing the Year Derive the current year from the system prompt's date (e.g., currentDate: 2026-02-16 → current year is 2026)...
|
63 |
| 11920 | podcast-to-content-suite | onewave-ai/claude-skills |
Podcast to Content Suite Convert podcast episodes into a complete content marketing ecosystem. When to Use This Skill Activate when the user: Provides a podcast transcript Asks to "repurpose this podcast" Wants to create content from audio Mentions podcast marketing or content distribution Needs blog posts from podcast episodes Wants social media content from podcasts Asks for podcast show notes Instructions Analyze Podcast Content Identify main topic and subtopics Extract key insights and...
|
63 |
| 11921 | paper-self-review | galaxy-dawn/claude-scholar |
Paper Self-Review A systematic paper quality checking tool that helps researchers conduct comprehensive self-review before submission. Core Features 1. Structure Review Check whether all sections of the paper are complete and conform to academic standards: Does the Abstract include problem, method, results, and contributions? Does the Introduction clearly articulate research motivation and background? Is the Method detailed enough to be reproducible? Do the Results sufficiently support the concl...
|
63 |
| 11922 | prisma-migration-assistant | patricio0312rev/skills |
Prisma Migration Assistant Plan and execute safe Prisma migrations with confidence. Migration Planning Workflow // 1. Update schema.prisma model User { id Int @id @default(autoincrement()) email String @unique // NEW: Split name into firstName and lastName firstName String? lastName String? // OLD: name String // Will remove this createdAt DateTime @default(now()) } // 2. Create migration // npx prisma migrate dev --name split_user_name --create-only //...
|
63 |
| 11923 | security-ownership-map | davila7/claude-code-templates |
Security Ownership Map Overview Build a bipartite graph of people and files from git history, then compute ownership risk and export graph artifacts for Neo4j/Gephi. Also build a file co-change graph (Jaccard similarity on shared commits) to cluster files by how they move together while ignoring large, noisy commits. Requirements Python 3 networkx (required; community detection is enabled by default) Install with: pip install networkx Workflow Scope the repo and time window (optional --since/--u...
|
63 |
| 11924 | observability-edot-dotnet-migrate | elastic/agent-skills |
EDOT .NET Migration Read the migration guide before making changes: Migration guide EDOT .NET setup EDOT .NET configuration Guidelines Remove ALL classic APM references: Elastic.Apm.* NuGet packages (including Elastic.Apm.NetCoreAll ), UseAllElasticApm() / AddAllElasticApm() calls, the ElasticApm section from appsettings.json , and all ELASTIC_APM_* env vars Add NuGet packages: Elastic.OpenTelemetry and OpenTelemetry.Instrumentation.AspNetCore (for ASP.NET Core apps) Register EDOT in startup: ca...
|
63 |
| 11925 | diagramming-expert | erichowens/some_claude_skills |
Diagramming Expert Master of text-based visual communication. Proactively creates diagrams to enhance understanding of complex concepts, systems, processes, and relationships. Core Philosophy "Above all else, show the data." — Edward Tufte Diagrams should: Reduce cognitive load — not add to it Maximize signal — minimize noise (data-ink ratio) Be maintainable — easy to update as understanding evolves Work everywhere — monospace text renders universally When to Use This Skill Use for: Syste...
|
63 |
| 11926 | ui-typography | bencium/bencium-claude-code-design-skill |
UI Typography Skill Attribution These rules are distilled from Matthew Butterick's Practical Typography ( https://practicaltypography.com ). Butterick is a typographer, writer, and type designer whose work bridges professional typography and everyday digital writing. Thank you, Matthew, for making this knowledge accessible and encyclopedic. If you find this skill valuable, consider supporting his work directly. Mode of Operation These are permanent rules — not trends, not opinions. They come fro...
|
63 |
| 11927 | x-tweet-fetch | b-open-io/prompts |
Get a specific tweet by URL or ID. Setup ``` export X_BEARER_TOKEN="your-token" https://developer.x.com/en/portal/dashboard ``` Usage ``` ${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh <url_or_id> ``` Examples ``` By URL ${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh "https://x.com/kurtwuckertjr/status/1234567890" By ID ${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh 1234567890 ``` Response Fields - `text` - Tweet content - `created_at` - Post timestamp - `public_metrics` - Likes, retweets, replies...
|
63 |
| 11928 | groove-utilities-memory-doctor | andreadellacorte/groove |
groove-utilities-memory-doctor Outcome All memory health checks pass. User knows if the memory file structure is correctly configured and accessible. Acceptance Criteria Each check is reported with ✓ or ✗ Each failure includes a specific remediation command Checks cover memory path and directory structure Checks (run in order) .groove/index.md exists at git root memory: key is present and has a valid path Memory base path exists (e.g. .groove/memory/ ) Memory log subdirectories exist: daily/ , w...
|
63 |
| 11929 | ddd-hexagonal-architecture | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
63 |
| 11930 | writing-user-outputs | max-sixty/worktrunk |
Output System Architecture Shell Integration Worktrunk uses file-based directive passing for shell integration: Shell wrapper creates a temp file via mktemp Shell wrapper sets WORKTRUNK_DIRECTIVE_FILE env var to the file path wt writes shell commands (like cd '/path' ) to that file Shell wrapper sources the file after wt exits When WORKTRUNK_DIRECTIVE_FILE is not set (direct binary call), commands execute directly and shell integration hints are shown. Output Functions The output system handles ...
|
63 |
| 11931 | testcase-generator | chyax98/twu |
测试用例生成器(testcase-generator) 1. 目标 根据测试点生成结构化测试用例,覆盖正向、反向、边界场景。 2. 输入输出 输入 : test-case/plan.md 、 clarified-requirements/index.md 、 CLAUDE.md 输出 : test-case/{ITEM}/{POINT}.md 、 test-case/all_cases.md 3. 核心原则 策略指导 :提供判断标准,而非强制数量 场景驱动 :基于实际场景复杂度生成用例 数据具体 :测试数据必须具体,不用占位符 可验证性 :预期结果必须明确可验证 触发条件 用户执行 /testcase-gen 命令 test-case/plan.md 存在 4. 核心理论 4.1 等价类划分法 将输入数据划分为若干等价类,从每类中选取代表性数据测试。 应用示例 : POINT: 用户名密码登录 输入项: 用户名、密码 用户名等价类: 有效: [6-20字符,字母数字下划线] → "test_user123" 无效: [<6] "ab" | [>20] "verylongusername...
|
63 |
| 11932 | design-brief-generator | jamesrochabrun/skills |
Design Brief Generator Overview Generate comprehensive, well-structured design briefs that align stakeholders and guide design projects. This skill helps designers create clear project briefs that define scope, goals, constraints, and success criteria. Built for: UX/UI designers Product designers Design leads Design systems teams Brand designers Quick Start 1. Generate Design Brief Run the interactive script: scripts/generate_brief.sh This will guide you through creating a comprehensive d...
|
63 |
| 11933 | github-copilot-cli | rysweet/amplihack |
GitHub Copilot CLI Expert Comprehensive knowledge of GitHub Copilot CLI installation, configuration, usage, and extensibility. Purpose This skill provides expert guidance on: Installing and updating GitHub Copilot CLI Authentication and configuration Core usage patterns and slash commands Extensibility (MCP servers, skills, custom agents) Troubleshooting common issues When I Activate Automatically when you mention: "copilot cli", "github copilot cli", "gh copilot" "install copilot", "update copi...
|
63 |
| 11934 | entity-seo | kostja94/marketing-skills |
SEO: Entity SEO Guides entity-based SEO—making your brand, product, and authors recognizable as distinct entities in search engines' knowledge systems. Google moved from keyword-matching to meaning-based understanding (Hummingbird, RankBrain, BERT, MUM); entity understanding is central to how search processes queries. Content structured around entities can receive ~3.2× more visibility in AI-powered search. References: Semrush , Search Engine Land . When invoking : On first use , if helpful, ope...
|
63 |
| 11935 | laravel:routes-best-practices | jpcaparas/superpowers-laravel |
Keep your route files clean and focused on mapping requests to controllers. Routes should never contain business logic, validation, or database operations. Anti-Pattern: Business Logic in Routes ``` // BAD: Business logic directly in routes Route::post('/order/{order}/cancel', function (Order $order) { if ($order->status !== 'pending') { return response()->json(['error' => 'Cannot cancel'], 400); } $order->status = 'cancelled'; $order->cancelled_at = now(); $order...
|
63 |
| 11936 | ux-friction-analyzer | erichowens/some_claude_skills |
UX Friction Analyzer A comprehensive skill for analyzing and optimizing user experience through cognitive psychology, ADHD-friendly design, and flow state engineering. Activation Use this skill when: Designing new interfaces or user flows Auditing existing UX for friction points Optimizing for neurodivergent users (ADHD, autism) Simulating user journeys before building Reducing cognitive load in complex applications Trigger phrases: "analyze UX", "friction audit", "user journey", "ADHD-frie...
|
63 |
| 11937 | umbraco-extension-template | umbraco/umbraco-cms-backoffice-skills |
Umbraco Extension Template What is it? The Umbraco Extension Template is the official .NET template for creating backoffice extensions. It provides a pre-configured project structure with TypeScript/Vite tooling, proper folder structure, and all essential files needed for extension development. Every Umbraco backoffice extension should start with this template. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/development...
|
63 |
| 11938 | ast-grep | pproenca/dot-skills |
ast-grep Code Search Overview This skill helps translate natural language queries into ast-grep rules for structural code search. ast-grep uses Abstract Syntax Tree (AST) patterns to match code based on its structure rather than just text, enabling powerful and precise code search across large codebases. When to Use This Skill Use this skill when users: Need to search for code patterns using structural matching (e.g., "find all async functions that don't have error handling") Want to locate ...
|
63 |
| 11939 | developing-genkit-js | genkit-ai/skills |
Genkit JS Prerequisites Ensure the genkit CLI is available. Run genkit --version to verify. Minimum CLI version needed: 1.29.0 If not found or if an older version (1.x < 1.29.0) is present, install/upgrade it: npm install -g genkit-cli@^1.29.0 . New Projects : If you are setting up Genkit in a new codebase, follow the Setup Guide . Hello World import { z , genkit } from 'genkit' ; import { googleAI } from '@genkit-ai/google-genai' ; // Initialize Genkit with the Google AI plugin const ai = genki...
|
63 |
| 11940 | mux-video | muxinc/skills |
Mux Video Platform Comprehensive guide to building video applications with Mux, the developer-first video infrastructure platform. This skill covers video streaming, live streaming, player integrations, analytics with Mux Data, and AI-powered workflows. Whether you are building a video-on-demand platform, live streaming application, or integrating video into an existing product, this documentation provides the patterns and code examples needed to ship quickly. Key Capabilities Video Hosting an...
|
63 |
| 11941 | justfile-expert | laurigates/claude-plugins |
Expert knowledge for Just command runner, recipe development, and task automation with focus on cross-platform compatibility and project standardization. Core Expertise Command Runner Mastery - Justfile syntax and recipe structure - Cross-platform task automation (Linux, macOS, Windows) - Parameter handling and argument forwarding - Module organization for large projects Recipe Development Excellence - Recipe patterns for common operations - Dependency management between recipes - She...
|
63 |
| 11942 | agent-slackbot | devxoul/agent-messenger |
Agent SlackBot A TypeScript CLI tool that enables AI agents and humans to interact with Slack workspaces using bot tokens (xoxb-). Unlike agent-slack which extracts user tokens from the desktop app, agent-slackbot uses standard Slack Bot tokens for server-side and CI/CD integrations. Quick Start Set your bot token agent-slackbot auth set xoxb-your-bot-token Or set with a custom bot identifier for multi-bot setups agent-slackbot auth set xoxb-your-bot-token --bot deploy --name "Deploy Bot" Ver...
|
63 |
| 11943 | oracle-db-skills | krisrice/oracle-db-skills |
Oracle DB Skills A collection of 108 standalone reference guides for Oracle Database. Each file covers one topic with explanations, practical examples, best practices, and common mistakes. How to Use Find the right skill using the category routing table below. Read only the file(s) relevant to the user's task — do not load all files at once. Apply the guidance to answer questions, generate code, or review existing work. Category Routing User asks about… Read from Backup, recovery, RMAN, Data Gua...
|
63 |
| 11944 | 00-andruia-consultant | sickn33/antigravity-awesome-skills |
When to Use Use this skill at the very beginning of a project to diagnose the workspace, determine whether it's a "Pure Engine" (new) or "Evolution" (existing) project, and to set the initial technical roadmap and expert squad. 🤖 Andru.ia Solutions Architect - Hybrid Engine (v2.0) Description Soy el Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Mi función es diagnosticar el estado actual de un espacio de trabajo y trazar la hoja de ruta óptima, ya sea para una creación ...
|
63 |
| 11945 | groove-utilities-task-archive | andreadellacorte/groove |
groove-utilities-task-archive Outcome All completed and scrapped tasks are archived in the configured backend. The count of archived tasks is reported to the user. Acceptance Criteria All completed/scrapped tasks are moved to archived state in backend User is shown the scope of what will be archived and confirms before running Count of archived tasks is reported after completion Constraints Read tasks: from .groove/index.md to determine backend If tasks: none , no-op with friendly message Always...
|
63 |
| 11946 | lore-creation-starting-skill | skogai/lore |
The lore system stores knowledge as mythology - not dry documentation, but stories that compress meaning and context into memorable narrative form. Every commit can become a chronicle entry, every bug fix a tale of battle. <essential_principles> 1. Three Atomic Units All lore is composed of three JSON structures: Entry - Atomic narrative unit (the story itself) Book - Collection of entries (chronicles, themed collections) Persona - AI character who narrates (voice, traits, perspective) 2. Narrat...
|
63 |
| 11947 | skogai-jq | skogai/lore |
jq-transforms Overview jq-transforms is a schema-driven JSON transformation library built specifically for AI agents. It provides 60+ composable transformations for JSON manipulation, each with clear input/output contracts, comprehensive tests, and minimal implementations. The library emphasizes discoverability through schemas and composability through Unix pipes. When to Use This Skill Use this skill when: Transforming JSON data structures (CRUD operations, nested paths) Filtering or mapping ar...
|
63 |
| 11948 | anthropic-prompt-engineer | jamesrochabrun/skills |
Anthropic Prompt Engineer Master the art and science of prompt engineering with Anthropic's proven techniques. Generate new prompts from scratch or improve existing ones using best practices for Claude AI models (Claude 4.x, Sonnet, Opus, Haiku). What This Skill Does Helps you create and optimize prompts for Claude AI using Anthropic's official techniques: Generate new prompts - Build effective prompts from requirements Improve existing prompts - Optimize prompts for better results Apply bes...
|
63 |
| 11949 | qa-test-planner | zixun-github/aisdlc |
QA Test Planner A comprehensive skill for QA engineers to create test plans, generate manual test cases, build regression test suites, validate designs against Figma, and document bugs effectively. Activation: This skill is triggered only when explicitly called by name (e.g., /qa-test-planner , qa-test-planner , or use the skill qa-test-planner ). Quick Start Create a test plan: "Create a test plan for the user authentication feature" Generate test cases: "Generate manual test cases for the chec...
|
63 |
| 11950 | agent-canvas | whq25/agent-canvas |
Agent Canvas A CLI tool to interact with an Excalidraw canvas for creating diagrams and visualizations. Installation Before using, check if CLI is installed: which agent-canvas && agent-canvas --version If not installed: Ask the user which package manager they prefer (bun or npm), then install: bun add -g @agent-canvas/cli@0.6.0 or npm install -g @agent-canvas/cli@0.6.0 If installed but version differs from 0.5.1: Upgrade using the same package manager: Path contains .bun → bun add -g...
|
63 |