███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 23301 | gym & training expert | frankxai/claude-skills-library |
Gym & Training Expert Skill Purpose Provide evidence-based training guidance grounded in the latest 2025 exercise science research, biomechanics principles, and proven protocols for strength, hypertrophy, and performance optimization. Core Training Principles (2025 Research-Based) 1. Progressive Overload - The Foundation Latest Research Findings (2025): Both load progression and repetition progression produce similar hypertrophy gains Rectus femoris growth slightly favors rep progression Dynamic...
|
37 |
| 23302 | writing-typescript | julianobarbosa/claude-code-skills |
$ npx skills add https://github.com/julianobarbosa/claude-code-skills --skill writing-typescript<div
|
37 |
| 23303 | wechat-publisher | steelan9199/wechat-publisher |
wechat-publisher 一键发布 Markdown 文章到微信公众号草稿箱 基于 wenyan-cli 封装的 OpenClaw skill。 功能 ✅ Markdown 自动转换为微信公众号格式 ✅ 自动上传图片到微信图床 ✅ 一键推送到草稿箱 ✅ 多主题支持(代码高亮、Mac 风格代码块) ✅ 支持本地和网络图片 快速开始 1. 安装 wenyan-cli wenyan-cli 需要全局安装: npm install -g @wenyan-md/cli 验证安装: wenyan --help 注意: publish.sh 脚本会自动检测并安装 wenyan-cli(如果未安装) 2. 配置 API 凭证 API 凭证已保存在 /Users/leebot/.openclaw/workspace/TOOLS.md 确保环境变量已设置: export WECHAT_APP_ID = your_wechat_app_id export WECHAT_APP_SECRET = your_wechat_app_secret 重要: 确保你的 IP 已添加到微信公众号后台的白名单! 配...
|
37 |
| 23304 | k6-docs | takuan-osho/ccmarketplace |
k6 Documentation Document or review k6 features across three repositories: k6-DefinitelyTyped (TypeScript types), k6-docs (user documentation), and k6 (release notes). Workflow Based on user's action, follow the appropriate workflow: Write Documentation: Complete write workflow Review Documentation: Complete review workflow Quick References Repository structure & feature type identification TypeScript patterns & troubleshooting Testing workflow with parallel subagents agent-browser command refer...
|
37 |
| 23305 | codegen | cartridge-gg/controller |
@json-render/codegen Framework-agnostic utilities for generating code from json-render UI trees. Use these to build custom code exporters for Next.js, Remix, or other frameworks. Installation npm install @json-render/codegen Tree Traversal import { traverseSpec , collectUsedComponents , collectStatePaths , collectActions , } from "@json-render/codegen" ; // Walk the spec depth-first traverseSpec ( spec , ( element , key , depth , parent ) => { console . log ( ` ${ " " . repeat ( depth * 2 ) } ${...
|
37 |
| 23306 | feature-manifest | erichowens/some_claude_skills |
Feature Manifest Management This skill helps you work with the feature manifest system that tracks the relationship between features and their implementations. When to Use This Skill Creating a new feature Modifying existing feature code Checking which feature owns a file Validating manifest accuracy Updating changelogs Running feature health checks Quick Commands List all features npm run feature:info -- --list Get details about a feature npm run feature:info -- <feature-id> Find which f...
|
37 |
| 23307 | android-emulator-skill | fluxxion82/android-emulator-skill |
Android Emulator Skill Build, test, and automate Android applications using accessibility-driven navigation and structured data instead of pixel coordinates. Quick Start 1. Check environment bash scripts/emu_health_check.sh 2. Launch app python scripts/app_launcher.py --launch com.example.app 3. Map screen to see elements python scripts/screen_mapper.py 4. Tap button python scripts/navigator.py --find-text "Login" --tap 5. Enter text python scripts/navigator.py --find-type EditText --enter-...
|
37 |
| 23308 | agent-memory | pluginagentmarketplace/custom-plugin-ai-agents |
No SKILL.md available for this skill. View on GitHub
|
37 |
| 23309 | idea-validator | luongnv89/skills |
Idea Validator - Startup Idea Assessment Framework Rigorously assess startup ideas BEFORE building using structured validation—saving months of wasted effort on ideas that won't work. Hexa's Principle: "You want to make something people want. But people don't always know what they want—so you need to understand what they actually need." When This Activates User asks "is this a good idea" User says "I want to build X" without validation User asks "should I pursue this" User mentions a startup ...
|
37 |
| 23310 | e2e-outside-in-test-generator | rysweet/amplihack |
No SKILL.md available for this skill. View on GitHub
|
37 |
| 23311 | superplane-canvas-builder | superplanehq/skills |
SuperPlane Canvas Builder Translate workflow requirements into SuperPlane canvas YAML. Quick Reference Task Command List components superplane index components Components from integration superplane index components --from <integration> Describe a component superplane index components --name <name> List triggers superplane index triggers --from <integration> Create canvas superplane canvases create --file canvas.yaml Update canvas (sandbox mode) superplane canvases update -f canvas.yaml --auto-l...
|
37 |
| 23312 | stagehand-automation | adaptationio/skrillz |
Stagehand v3 is the state-of-the-art AI browser automation framework that bridges brittle traditional automation with intelligent, self-healing capabilities. Built on Chrome DevTools Protocol (CDP), it's 44% faster than v2 and integrates seamlessly with Claude. Key Innovation: When DOM changes, AI adapts instead of tests breaking. Core APIs: - `act()` - Perform actions using natural language - `extract()` - Extract structured data from pages - `observe()` - Identify elements and page state ...
|
37 |
| 23313 | goodvibes-codebase-review | mgd34msu/goodvibes-plugin |
Goodvibes Codebase Review & Remediation Systematic codebase analysis with parallelized remediation using goodvibes agents. CRITICAL: Be objective & completely honest. No sugar coating, EVER. Honest Review: Honest reviews yield better results. Never consider emotions or feelings in your assessments. Filesystem Boundaries CRITICAL: Write-local, read-global. WRITE/EDIT/CREATE: ONLY within the current working directory and its subdirectories. This is the project root. All changes must be git-tr...
|
37 |
| 23314 | hugging-face-vision-trainer | huggingface/skills |
Vision Model Training on Hugging Face Jobs Train object detection, image classification, and SAM/SAM2 segmentation models on managed cloud GPUs. No local GPU setup required—results are automatically saved to the Hugging Face Hub. When to Use This Skill Use this skill when users want to: Fine-tune object detection models (D-FINE, RT-DETR v2, DETR, YOLOS) on cloud GPUs or local Fine-tune image classification models (timm: MobileNetV3, MobileViT, ResNet, ViT/DINOv3, or any Transformers classifier) ...
|
37 |
| 23315 | data-seeding-fixtures-builder | patricio0312rev/skills |
Data Seeding & Fixtures Builder Generate realistic, deterministic seed data for development and testing. Seed Data Strategy // prisma/seed.ts import { PrismaClient } from "@prisma/client"; import { faker } from "@faker-js/faker"; const prisma = new PrismaClient(); async function main() { console.log("🌱 Seeding database..."); // Clear existing data await prisma.order.deleteMany(); await prisma.user.deleteMany(); // Seed users const users = await seedUsers(10); console.log(`✅ C...
|
37 |
| 23316 | pdf-pro | yuniorglez/gemini-elite-core |
Skill: PDF Pro (Standard 2026) Role: The PDF Pro is a specialized agent responsible for the entire lifecycle of document engineering. This includes "Semantic Extraction" using AI models, "High-Fidelity Generation" via headless browsers, and "Forensic Modification" using low-level byte manipulation. In 2026, the Squaads AI Core prioritizes Bun-native and JavaScript-first solutions for seamless integration with Next.js 16.2. 🎯 Primary Objectives Semantic Extraction: Move beyond raw text to structu...
|
37 |
| 23317 | jimmer-orm | coooolfan/unirhy |
Jimmer 为 Kotlin 提供了特化的 API 风格 - 实体映射: 参考 `references/entity-mapping.md` - DSL 查询: 参考 `references/dsl-queries.md` - 实体模板: 参考 `assets/EntityTemplate.kt` 关键注解速查 - `@Entity` - 标记实体类型 - `@Id` - 标记主键 - `@GeneratedValue` - 主键生成策略 - `@Key` - 业务键 - `@ManyToOne` / `@OneToMany` / `@ManyToMany` / `@OneToOne` - 关联映射 - `@JoinColumn` - 自定义外键列名 - `@JoinTable` - 自定义中间表 - `@Column` - 自定义列名(仅用于非关联字段) - `@Table` - 自定义表名 - `?` (Kotlin) - 标记可空属性 命名约定 - 实体名 → 表名:`BookStore` → `BOOK_STORE` - 属性名 → 列名...
|
37 |
| 23318 | devvit-docs | reddit/devvit-skills |
Devvit Docs (Exclusive) Look up Devvit documentation by exploring the single canonical repository: https://github.com/reddit/devvit-docs. This skill is exclusive to reddit/devvit-docs: Do not use other repositories (including templates, forks, or examples from elsewhere) as sources of truth. Do not use third-party docs, blog posts, or web search results as sources of truth. If reddit/devvit-docs does not contain the answer, say so explicitly and cite the closest relevant file/section you did ...
|
37 |
| 23319 | speech-pathology-ai | erichowens/some_claude_skills |
Speech-Language Pathology AI Expert You are an expert speech-language pathologist (SLP) with deep knowledge of phonetics, articulation disorders, voice therapy, fluency disorders, and AI-powered speech analysis. You specialize in building technology-assisted interventions, real-time feedback systems, and accessible communication tools. Python Dependencies pip install praat-parselmouth librosa torch transformers numpy scipy When to Use This Skill Use for: Phoneme-level accuracy scoring and f...
|
37 |
| 23320 | automating-api-testing | jeremylongshore/claude-code-plugins-plus-skills |
API Test Automation Overview Automate comprehensive API endpoint testing for REST and GraphQL APIs including request generation, response validation, schema compliance, authentication flows, and error handling. Supports Supertest (Node.js), REST-assured (Java), httpx/pytest (Python), Postman/Newman collections, and Pact for consumer-driven contract testing. Prerequisites API testing library installed (Supertest, REST-assured, httpx, or Postman/Newman) API specification file (OpenAPI/Swagger YAML...
|
37 |
| 23321 | firebase-functions | bumgeunsong/daily-writing-friends |
Firebase Functions Patterns Directory Structure functions/ ├── src/ │ ├── index.ts Function exports │ ├── admin.ts Firebase Admin SDK init │ ├── backfill/ Data migration scripts │ ├── commentSuggestion/ AI comment features │ ├── commentings/ Comment activity tracking │ ├── notifications/ Push notification functions │ ├── postings/ Post activity tracking │ ├── replyings/ Reply activity tracking...
|
37 |
| 23322 | visualization | aws-samples/sample-strands-agent-with-agentcore |
Visualization When to Use This Skill Use create_visualization when the user wants to visualize numerical data — comparisons, trends, distributions, or proportions. Use this skill for... Use excalidraw skill for... Sales figures by quarter System architecture diagram Survey response percentages Flowchart or decision tree Stock price over time Sequence / interaction diagram Market share breakdown Mind map or concept map Any x/y or segment/value data Shapes, boxes, arrows, labels Available Tool cre...
|
37 |
| 23323 | hive-mind-advanced | proffesor-for-testing/agentic-qe |
Hive Mind Advanced Skill Master the advanced Hive Mind collective intelligence system for sophisticated multi-agent coordination using queen-led architecture, Byzantine consensus, and collective memory. Overview The Hive Mind system represents the pinnacle of multi-agent coordination in Claude Flow, implementing a queen-led hierarchical architecture where a strategic queen coordinator directs specialized worker agents through collective decision-making and shared memory. Core Concepts Architectu...
|
37 |
| 23324 | building-ai-chat | ancoleman/ai-design-components |
Define the emerging standards for AI/human conversational interfaces in the 2024-2025 AI integration boom. This skill leverages meta-knowledge from building WITH Claude to establish definitive patterns for streaming UX, context management, and multi-modal interactions. As the industry lacks established patterns, this provides the reference implementation others will follow. When to Use Activate this skill when: - Building ChatGPT-style conversational interfaces - Creating AI assistants, cop...
|
37 |
| 23325 | using-typescript-lsp | mhagrelius/dotfiles |
Using TypeScript LSP Overview The typescript-lsp plugin provides semantic code intelligence for TypeScript and JavaScript. Use LSP tools instead of grep/read when you need semantic accuracy - LSP understands TypeScript's type system, inheritance, interfaces, and symbol relationships. When to Use LSP vs Text Search digraph lsp_decision { "Need code info?" [shape=diamond]; "Semantic accuracy needed?" [shape=diamond]; "Use LSP tool" [shape=box]; "Use Grep/Read" [shape=box]; "...
|
37 |
| 23326 | azure-containerregistry-py | sickn33/antigravity-awesome-skills |
Azure Container Registry SDK for Python Manage container images, artifacts, and repositories in Azure Container Registry. Installation pip install azure-containerregistry Environment Variables AZURE_CONTAINERREGISTRY_ENDPOINT = https:// < registry-name > .azurecr.io Authentication Entra ID (Recommended) from azure . containerregistry import ContainerRegistryClient from azure . identity import DefaultAzureCredential client = ContainerRegistryClient ( endpoint = os . environ [ "AZURE_CONTAINERREGI...
|
37 |
| 23327 | convex-tanstack | sstobo/convex-skills |
This skill provides guidance for building reactive, real-time full-stack applications using Convex (reactive backend-as-a-service) with TanStack Start (full-stack React meta-framework). The stack provides live-updating queries, type-safe end-to-end development, SSR support, and automatic cache invalidation. When to Use This Skill - Implementing Convex queries, mutations, or actions - Setting up or troubleshooting Better Auth authentication - Configuring TanStack Router routes and loaders -...
|
37 |
| 23328 | ink-layout-styling | thebushidocollective/han |
You are an expert in creating beautiful terminal layouts with Ink using Flexbox-based positioning and styling. Box Component - Layout Foundation The Box component is the primary layout primitive, using Flexbox properties. Flexbox Direction ``` // Vertical stack (default) <Box flexDirection="column"> <Text>First</Text> <Text>Second</Text> </Box> // Horizontal row <Box flexDirection="row"> <Text>Left</Text> <Text>Right</Text> </Box> // Reverse order <Box flexDirection="column-rever...
|
37 |
| 23329 | owasp-ai-testing | mastepanoski/claude-skills |
OWASP AI Testing Guide This skill enables AI agents to perform systematic trustworthiness testing of AI systems using the OWASP AI Testing Guide v1 , published November 2025 by the OWASP Foundation. The AI Testing Guide is the industry's first open standard for AI trustworthiness testing. Unlike vulnerability lists that identify WHAT risks exist, this guide provides a practical, repeatable methodology for HOW to test AI systems. It establishes 44 test cases across 4 layers, each with objectives,...
|
37 |
| 23330 | generic-fullstack-ux-designer | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
37 |
| 23331 | react-native-project-creater | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
37 |
| 23332 | xaut-trade | aurehub/skills |
xaut-trade Execute USDT -> XAUT buy and XAUT -> USDT sell flows via Uniswap V3 + Foundry cast . When to Use Use when the user wants to buy or sell XAUT (Tether Gold): Buy : USDT → XAUT Sell : XAUT → USDT External Communications This skill connects to external services (Ethereum RPC, UniswapX API, and optionally xaue.com rankings). On first setup, it may install Foundry via curl | bash . Inform the user before executing any external communication for the first time. See the README for a full list...
|
37 |
| 23333 | codemapper | knoopx/pi |
CodeMapper (`cm`) uses tree-sitter AST parsing to provide instant code analysis without databases. Get project structure, find symbols, trace call graphs, and analyze dependencies in milliseconds. Supported Languages: Python, JavaScript, TypeScript, Rust, Java, Go, C, Markdown When to Use Use CodeMapper when you need to: - ✅ Explore unfamiliar codebases (get overview, find structure) - ✅ Find symbol definitions and usages (functions, classes, methods) - ✅ Understand call graphs (who calls...
|
37 |
| 23334 | warden-lint-judge | getsentry/skills |
Lint Judge You are a second-pass Warden skill. Your job: turn AI findings into deterministic lint rules. The bar is high. Only propose a rule when you can guarantee it catches the exact pattern through AST structure, not heuristics. A rule that fires on eval(anything) is deterministic. A rule that tries to guess whether a string "looks like user input" is a heuristic. Only the first kind belongs here. Step 1: Detect the linter Before evaluating any findings, determine what linter system the proj...
|
37 |
| 23335 | cloudbase-guidelines | tencentcloudbase/cloudbase-mcp |
CloudBase Development Guidelines 💡 Recommended: MCP Installation For enhanced CloudBase development experience, we recommend installing CloudBase MCP (Model Context Protocol). CloudBase MCP provides essential tools for CloudBase development, including environment management, function deployment, database operations, and more. While not required, installing MCP will significantly improve your development workflow. MCP Configuration Instructions Most Coding Agents support project-level MCP configu...
|
37 |
| 23336 | laravel:custom-helpers | jpcaparas/superpowers-laravel |
Add to `composer.json`: ``` { "autoload": { "files": ["app/Support/helpers.php"] } } ``` Run `composer dump-autoload`. Guidelines - Keep helpers small and pure; avoid hidden IO/state - Prefer static methods on value objects when domain-specific
|
37 |
| 23337 | llm-inference | eyadsibai/ltk |
High-performance inference engines for serving large language models. Engine Comparison | vLLM | Production serving | GPU | Highest | Medium | llama.cpp | Local/edge, CPU | CPU/GPU | Good | Easy | TGI | HuggingFace models | GPU | High | Easy | Ollama | Local desktop | CPU/GPU | Good | Easiest | TensorRT-LLM | NVIDIA production | NVIDIA GPU | Highest | Complex Decision Guide | Production API server | vLLM or TGI | Maximum throughput | vLLM | Local developm...
|
37 |
| 23338 | playwright-skill | zenobi-us/dotfiles |
Playwright Skill Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 50+ reference guides covering the full Playwright surface: selectors, assertions, fixtures, page objects, network mocking, auth, visual regression, accessibility, API testing, CI/CD, debugging, and more — with TypeScript and JavaScript examples throughout. Playwright 1.60+ highlights covered in these guides include on-demand HAR recording inside tracing, locator.drop() for...
|
37 |
| 23339 | svelte-development | manutej/luxor-claude-marketplace |
Svelte Development Skill This skill provides comprehensive guidance for building modern Svelte applications using reactivity runes (Svelte 5), components, stores, lifecycle hooks, transitions, and animations based on official Svelte documentation. When to Use This Skill Use this skill when: Building high-performance web applications with minimal JavaScript overhead Creating single-page applications (SPAs) with reactive UI Developing interactive user interfaces with compile-time optimization ...
|
37 |
| 23340 | brevo-automation | davepoon/buildwithclaude |
Brevo Automation via Rube MCP Automate Brevo (formerly Sendinblue) email marketing operations through Composio's Brevo toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Brevo connection via RUBE_MANAGE_CONNECTIONS with toolkit brevo Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Ver...
|
37 |
| 23341 | process-db-report | blogic-cz/blogic-marketplace |
Database Performance Report Processing Use this skill to analyze database observability reports and create prioritized optimization plans. Covers PostgreSQL performance triage heuristics specific to Drizzle ORM codebases. Triage Workflow Parse Report — Extract data from the pasted observability report Analyze Issues — Identify critical performance problems Priority Ranking — Sort issues by impact (high/medium/low) Generate Action Plan — Create specific tasks with code snippets Issue Detection He...
|
37 |
| 23342 | integration-test-builder | patricio0312rev/skills |
Integration Test Builder Build comprehensive integration tests for APIs and database flows. Test Harness Setup // tests/setup/test-harness.ts import { PrismaClient } from "@prisma/client"; import { execSync } from "child_process"; export class TestHarness { prisma: PrismaClient; async setup() { // Setup test database process.env.DATABASE_URL = process.env.TEST_DATABASE_URL; // Run migrations execSync("npx prisma migrate deploy"); // Initialize Prisma client this...
|
37 |
| 23343 | recharts | tartinerlabs/skills |
Recharts React charting library built on top of D3 for composable, declarative data visualization. Quick Start 1. Install Recharts npm install recharts 2. Basic Chart Structure All Recharts charts follow the same pattern: import { LineChart , Line , XAxis , YAxis , CartesianGrid , Tooltip , Legend , ResponsiveContainer } from 'recharts' ; const data = [ { name : 'Jan' , sales : 4000 , profit : 2400 } , { name : 'Feb' , sales : 3000 , profit : 1398 } , { name : 'Mar' , sales : 2000 , profit : 980...
|
37 |
| 23344 | design-spec | duc01226/easyplatform |
[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip. Quick Summary Goal: Create structured UI/UX design specification documents from requirements or PBIs for developer handoff. Workflow: Read Source — Extract UI requirements from PBI, story, or Figma URL Determine Complexity — Quick Spec (sections 1-4) vs Full Spec (all 7 sections) Build C...
|
37 |
| 23345 | game-asset-generation | eachlabs/skills |
Game Asset Generation Generate professional game art assets using each::sense. This skill creates 2D sprites, textures, UI elements, icons, environments, and more optimized for game development workflows. Cost Savings 60-80% cost reduction compared to traditional game art production. AI-powered asset generation dramatically reduces time and budget for indie developers, studios, and game jams. Features 2D Sprites : Pixel art characters, objects, and props Sprite Sheets : Animation-ready character...
|
37 |
| 23346 | interactive-component-creator | qodex-ai/ai-agent-skills |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack: React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI...
|
37 |
| 23347 | clip-aware-embeddings | erichowens/some_claude_skills |
CLIP-Aware Image Embeddings Smart image-text matching that knows when CLIP works and when to use alternatives. MCP Integrations MCP Purpose Firecrawl Research latest CLIP alternatives and benchmarks Hugging Face (if configured) Access model cards and documentation Quick Decision Tree Your task: ├─ Semantic search ("find beach images") → CLIP ✓ ├─ Zero-shot classification (broad categories) → CLIP ✓ ├─ Counting objects → DETR, Faster R-CNN ✗ ├─ Fine-grained ID (celebrities, car models) → Specia...
|
37 |
| 23348 | skill-system-postgres | arthur0824hao/skills |
Skill System (Postgres State) Database schema for skill system observability and policy. Install Replace 'postgres' with your PostgreSQL superuser if needed (e.g. your OS username) psql -U postgres -d agent_memory -v ON_ERROR_STOP = 1 -f init.sql Replace 'postgres' with your PostgreSQL superuser if needed & "C:\Program Files\PostgreSQL\18\bin\psql.exe" - U postgres - d agent_memory - v "ON_ERROR_STOP=1" - f init . sql For existing v1 installations, also run migrate-v2.sql . Tables skill_system...
|
37 |
| 23349 | frontend-design | dmmulroy/overseer |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
37 |
| 23350 | git-commit | thinkinaixyz/deepchat |
Git Commit with Conventional Commits Overview Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message. Conventional Commit Format <type>[optional scope]: <description> [optional body] [optional footer(s)] Commit Types Type Purpose feat New feature fix Bug fix docs Documentation only style Formatting/style (no logic) refactor Code refactor (no feature/fix) perf Performance improvement test Ad...
|
37 |