███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9201 | theme-factory | davila7/claude-code-templates |
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
|
351 |
| 9202 | react-nextjs-development | sickn33/antigravity-awesome-skills |
React/Next.js Development Workflow Overview Specialized workflow for building React and Next.js 14+ applications with modern patterns including App Router, Server Components, TypeScript, and Tailwind CSS. When to Use This Workflow Use this workflow when: Building new React applications Creating Next.js 14+ projects with App Router Implementing Server Components Setting up TypeScript with React Styling with Tailwind CSS Building full-stack Next.js applications Workflow Phases Phase 1: Project Set...
|
351 |
| 9203 | seo-content-planner | sickn33/antigravity-awesome-skills |
Use this skill when Working on seo content planner tasks or workflows Needing guidance, best practices, or checklists for seo content planner Do not use this skill when The task is unrelated to seo content planner You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook...
|
351 |
| 9204 | geopandas | davila7/claude-code-templates |
GeoPandas GeoPandas extends pandas to enable spatial operations on geometric types. It combines the capabilities of pandas and shapely for geospatial data analysis. Installation uv pip install geopandas Optional Dependencies For interactive maps uv pip install folium For classification schemes in mapping uv pip install mapclassify For faster I/O operations (2-4x speedup) uv pip install pyarrow For PostGIS database support uv pip install psycopg2 uv pip install geoalchemy2 For basemap...
|
351 |
| 9205 | agentica-infrastructure | parcadei/continuous-claude-v3 |
Agentica Infrastructure Reference Complete API specification for Agentica multi-agent coordination infrastructure. When to Use Building multi-agent workflows with Agentica patterns Need exact constructor signatures for pattern classes Want to understand coordination database schema Implementing custom patterns using primitives Debugging agent tracking or orphan detection Quick Reference 11 Pattern Classes Pattern Purpose Key Method Swarm Parallel perspectives .execute(query) Pipeline Sequentia...
|
351 |
| 9206 | nia-docs | parcadei/continuous-claude-v3 |
Nia Documentation Search Search across 3000+ packages (npm, PyPI, Crates, Go) and indexed sources for documentation and code examples. Usage Semantic search in a package uv run python -m runtime.harness scripts/mcp/nia_docs.py \ --package fastapi --query "dependency injection" Search with specific registry uv run python -m runtime.harness scripts/mcp/nia_docs.py \ --package react --registry npm --query "hooks patterns" Grep search for specific patterns uv run python -m runtime.harness sc...
|
351 |
| 9207 | symfony:cqrs-and-handlers | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:cqrs-and-handlers<div
|
351 |
| 9208 | user-journeys | alinaqi/claude-bootstrap |
User Journeys Skill Load with: base.md + playwright-testing.md For defining and testing real user experiences - not just specs, but actual flows humans take through your application. Philosophy Specs test features. Journeys test experiences. A feature can pass all specs but still deliver a terrible experience. User journeys capture: How users actually navigate (not how we think they should) Emotional states at each step (frustrated, confused, delighted) Recovery from mistakes (users will m...
|
351 |
| 9209 | exploratory-data-analysis | k-dense-ai/scientific-agent-skills |
Exploratory Data Analysis Overview Perform comprehensive exploratory data analysis (EDA) on scientific data files across multiple domains. This skill provides automated file type detection, format-specific analysis, data quality assessment, and generates detailed markdown reports suitable for documentation and downstream analysis planning. Key Capabilities: Automatic detection and analysis of 200+ scientific file formats Comprehensive format-specific metadata extraction Data quality and integ...
|
350 |
| 9210 | fpf:reset | neolabhq/context-engineering-kit |
Reset Cycle Reset the FPF reasoning cycle to start fresh. Action (Run-Time) Option 1: Soft Reset (Archive Current Session) Create a session archive and clear active work: Create Session Archive Create a file in .fpf/sessions/ to record the completed/abandoned session: In .fpf/sessions/session-2025-01-15-reset.md --- id: session-2025-01-15-reset action: reset created: 2025-01-15T16:00:00Z reason: user_requested --- Session Archive: 2025-01-15 Reset Reason : User requested fresh start State a...
|
350 |
| 9211 | pinia-best-practices | hyf0/vue-skills |
TypeScript configuration and common pitfalls for Pinia stores in Vue 3 applications. When to Apply - Working with Pinia stores in TypeScript projects - Debugging `storeToRefs` type issues - Fixing getter circular type references - Setting up type-safe store patterns Capability Rules Rules that enable AI to solve problems it cannot solve without the skill. | [storeToRefs-type-loss](https://github.com/hyf0/vue-skills/blob/main/skills/pinia-best-practices/rules/storeToRefs-type-loss.md) ...
|
350 |
| 9212 | tdd-migrate | parcadei/continuous-claude-v3 |
TDD Migrate Orchestrate TDD migrations with agents doing all work. Main context stays clean. When to Use "Port X from Python to TypeScript" "Create N adapters following existing pattern" "Migrate module to new architecture" "TDD implementation of multiple similar items" Parameters /tdd-migrate <source_path> <target_path> --pattern <reference> --items "item1,item2,item3" source_path: Path to analyze (existing code) target_path: Where to create new code pattern: Reference file/pattern to follow...
|
350 |
| 9213 | tour | parcadei/continuous-claude-v3 |
Tour: What Can I Do? Friendly onboarding when users ask about capabilities. Triggers Activate when user says things like: "what can you do?" "what can I do?" "help me get started" "show me around" "what features are available?" "how does this work?" Response Template Give a warm, practical overview: What I Can Do I'm Claude Code with persistent memory and specialized capabilities. Here's what makes me useful: Code & Development Write & edit code - any language, any framework Debug issues...
|
350 |
| 9214 | soc2-compliance | alirezarezvani/claude-skills |
../../../ra-qm-team/soc2-compliance/SKILL.md
|
350 |
| 9215 | use-arc | circlefin/skills |
Overview Arc is Circle's blockchain where USDC is the native gas token. Developers and users pay all transaction fees in USDC instead of ETH, making it ideal for USDC-first applications. Arc is EVM-compatible and supports standard Solidity tooling (Foundry, Hardhat, viem/wagmi). Prerequisites / Setup Wallet Funding Get testnet USDC from https://faucet.circle.com before sending any transactions. Environment Variables ARC_TESTNET_RPC_URL = https://rpc.testnet.arc.network PRIVATE_KEY = Deployer wa...
|
350 |
| 9216 | custom-code-management | webflow/webflow-skills |
Custom Code Management Concepts Webflow custom code: register (store script) → apply (attach to site). Inline scripts only via MCP (max 10,000 chars). Important note ALWAYS use Webflow MCP tools for all operations: Use the following tools for all operations: data_scripts_tool with actions list_registered_scripts / list_applied_scripts - List scripts data_scripts_tool with action add_inline_site_script - Register inline script (no <script> tags) data_scripts_tool with action delete_all_site_s...
|
350 |
| 9217 | personal-productivity | oldwinter/skills |
Personal Productivity Help the user manage their time and tasks more effectively using techniques from 2 product leaders. How to Help When the user asks for help with personal productivity: Understand their situation - Ask what's overwhelming them, how they currently manage their time, and what outcomes they're trying to achieve Identify the bottleneck - Determine if the issue is prioritization, focus, energy management, or too many commitments Apply practical techniques - Help them implement ti...
|
350 |
| 9218 | soul-self-evolution | cklxx/elephant.ai |
soul-self-evolution 对 SOUL.md 或 docs/reference/SOUL.md 进行受控更新: 只允许改动可演进段 记录 checkpoint 支持一键回滚 调用 python3 skills/soul-self-evolution/run.py apply --path docs/reference/SOUL.md --changes '[{"section":" Collaboration Preferences","content":"- Keep updates concise."}]' python3 skills/soul-self-evolution/run.py list_checkpoints
|
350 |
| 9219 | monetize-game | opusgamelabs/game-creator |
Monetize Game (Play.fun / OpenGameProtocol) Register your game on Play.fun (OpenGameProtocol), integrate the browser SDK for points tracking and leaderboards, and get a shareable play.fun URL. This is the link you post to Moltbook. What you'll get: Your game registered on Play.fun with anti-cheat config The Play.fun browser SDK integrated into your game (points widget, leaderboard, wallet connect) A rebuilt + redeployed game with the SDK active A play.fun game URL to share on Moltbook and social...
|
350 |
| 9220 | notion-knowledge-capture | makenotion/claude-code-notion-plugin |
Knowledge Capture Convert conversations and notes into structured, linkable Notion pages for easy reuse. Quick start Clarify what to capture (decision, how-to, FAQ, learning, documentation) and target audience. Identify the right database/template in reference/ (team wiki, how-to, FAQ, decision log, learning, documentation). Pull any prior context from Notion with Notion:notion-search → Notion:notion-fetch (existing pages to update/link). Draft the page with Notion:notion-create-pages using the ...
|
350 |
| 9221 | redbookskills | white0dew/xiaohongshuskills |
Post-to-xhs 你是“小红书发布助手”。目标是在用户确认后,调用本 Skill 的脚本完成发布。 输入判断 优先按以下顺序判断: 用户明确要求"测试浏览器 / 启动浏览器 / 检查登录 / 只打开不发布":进入测试浏览器流程。 用户要求“搜索笔记 / 找内容 / 查看某篇笔记详情 / 查看内容数据表 / 给帖子评论 / 查看评论和@通知”:进入内容检索与互动流程( search-feeds / get-feed-detail / post-comment-to-feed / get-notification-mentions / content-data )。 用户已提供 标题 + 正文 + 视频(本地路径或URL) :直接进入视频发布流程。 用户已提供 标题 + 正文 + 图片(本地路径或URL) :直接进入图文发布流程。 用户只提供网页 URL:先提取网页内容与图片/视频,再给出可发布草稿,等待用户确认。 信息不全:先补齐缺失信息,不要直接发布。 必做约束 发布前必须让用户确认最终标题、正文和图片/视频。 图文发布时,没有图片不得发布(小红书发图文必须有图片)。 视频发布时...
|
350 |
| 9222 | using-tuist-generated-projects | tuist/agent-skills |
Using Tuist Generated Projects Quick Start Generate workspace without opening Xcode tuist generate --no-open Build a scheme with xcodebuild xcodebuild build -workspace App.xcworkspace -scheme App Run tests with xcodebuild xcodebuild test -workspace App.xcworkspace -scheme AppTests -only-testing AppTests/MyTestCase Project definition Prefer buildable folders Use buildableFolders instead of sources and resources globs. Buildable folders stay synchronized with the file system, so adding or remov...
|
350 |
| 9223 | qlty-during-development | parcadei/continuous-claude-v3 |
QLTY During Development Run QLTY checks during code writing to catch issues early. When to Run Run QLTY after significant code changes: After completing a new file After substantial edits to existing files Before committing changes Commands Quick lint check qlty check Format code qlty fmt Check specific files qlty check src/sdk/providers.ts Auto-fix issues qlty check --fix Integration Pattern After writing code: Run qlty check on changed files If errors, fix them before proceeding ...
|
350 |
| 9224 | self-review | lingzhi227/agent-research-skills |
Self-Review Review an academic paper using a structured review form with multiple reviewer personas. Input $ARGUMENTS — Path to PDF file or .tex file Scripts Extract text from PDF python ~/.claude/skills/self-review/scripts/extract_pdf_text.py paper.pdf --output paper_text.txt python ~/.claude/skills/self-review/scripts/extract_pdf_text.py paper.pdf --format markdown Tries pymupdf4llm (best) → pymupdf → pypdf. Install: pip install pymupdf4llm pymupdf pypdf Parse PDF into structured sections pyth...
|
350 |
| 9225 | api-development | mindrally/skills |
API Development You are an expert in API development with Go and NestJS. Go API Development with Standard Library (1.22+) Core Principles Always use the latest stable version of Go (1.22 or newer) Use the net/http package for HTTP handling Leverage the standard library before reaching for external dependencies HTTP Handling Use http.NewServeMux() for routing (Go 1.22+ enhanced patterns) Implement proper HTTP method handling Return appropriate status codes for all responses Handle request body ...
|
350 |
| 9226 | testing | mindrally/skills |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
|
350 |
| 9227 | test-automation-framework | aj-geddes/useful-ai-prompts |
Test Automation Framework Overview A test automation framework provides structure, reusability, and maintainability for automated tests. It defines patterns for organizing tests, managing test data, handling dependencies, and generating reports. A well-designed framework reduces duplication, improves reliability, and accelerates test development. When to Use Setting up new test automation Scaling existing test suites Standardizing test practices across teams Reducing test maintenance burden Im...
|
350 |
| 9228 | ln-782-test-runner | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-780-bootstrap-verifier Purpose Detects test frameworks, executes all test suites, and reports results including pass/fail counts and optional coverage. Scope: - Auto-detect test frameworks from project configuration - Execute test suites for all detected frameworks - Parse test output for pass/fail counts - Generate coverage reports when enabled Out of Scope: - Building projects (handled by ln-781) - Container operations (hand...
|
350 |
| 9229 | home-assistant-custom-integration | bradsjm/hassio-addons |
Home Assistant Custom Integration Examples Workflow Read the official docs overview first. Use the practical checklist while building. Start from the template example, then layer in complexity with the intermediate and push-data examples. References All reference and script files are relative to the location of this SKILL.md file. Official docs overview: references/official-docs.md Build checklist: references/checklist.md Template example: references/msp_integration_101_template Intermediate exa...
|
350 |
| 9230 | sentence-transformers | davila7/claude-code-templates |
Sentence Transformers - State-of-the-Art Embeddings Python framework for sentence and text embeddings using transformers. When to use Sentence Transformers Use when: Need high-quality embeddings for RAG Semantic similarity and search Text clustering and classification Multilingual embeddings (100+ languages) Running embeddings locally (no API) Cost-effective alternative to OpenAI embeddings Metrics: 15,700+ GitHub stars 5000+ pre-trained models 100+ languages supported Based on PyTorch/Tra...
|
350 |
| 9231 | mlops-engineer | sickn33/antigravity-awesome-skills |
Use this skill when Working on mlops engineer tasks or workflows Needing guidance, best practices, or checklists for mlops engineer Do not use this skill when The task is unrelated to mlops engineer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a...
|
350 |
| 9232 | controlling-costs | axiomhq/skills |
Axiom Cost Control Dashboards, monitors, and waste identification for Axiom usage optimization. Before You Start Load required skills: skill: axiom-sre skill: building-dashboards Building-dashboards provides: dashboard-list, dashboard-get, dashboard-create, dashboard-update, dashboard-delete Find the audit dataset. Try axiom-audit first: ['axiom-audit'] | where _time > ago(1h) | summarize count() by action | where action in ('usageCalculated', 'runAPLQueryCost') If not found → ask user....
|
350 |
| 9233 | docs | buiducnhat/agent-skills |
Docs Create and maintain project documentation in docs/ with a consistent, lightweight workflow. Parameters --init : Create documentation for the first time. --update : Refresh existing documentation without rewriting from scratch. Outputs Always maintain these files: docs/project-pdr.md — product goals, users, requirements docs/code-standard.md — stack, conventions, development rules docs/codebase.md — codebase map and key files docs/architecture.md — components, interactions, data flow Also ke...
|
350 |
| 9234 | no-task-output | parcadei/continuous-claude-v3 |
Never Use TaskOutput TaskOutput floods the main context window with agent transcripts (70k+ tokens). Rule NEVER use TaskOutput tool. Use Task tool with synchronous mode instead. Why TaskOutput reads full agent transcript into context This causes mid-conversation compaction Defeats the purpose of agent context isolation Pattern WRONG - floods context Task(run_in_background=true) TaskOutput(task_id="...") // 70k tokens dumped RIGHT - isolated context, returns summary Task(run_in_background...
|
350 |
| 9235 | pint-compute | parcadei/continuous-claude-v3 |
Unit Computation with Pint Cognitive prosthetics for unit-aware computation. Use Pint for converting between units, performing unit arithmetic, checking dimensional compatibility, and simplifying compound units. When to Use Converting between units (meters to feet, kg to pounds) Unit-aware arithmetic (velocity x time = distance) Dimensional analysis (is force = mass x acceleration?) Simplifying compound units to base or named units Parsing and analyzing quantities with units Quick Reference I ...
|
350 |
| 9236 | review | parcadei/continuous-claude-v3 |
Review Playwright Tests Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps. Input $ARGUMENTS can be: A file path: review that specific test file A directory: review all test files in the directory Empty: review all tests in the project's testDir Steps 1. Gather Context Read playwright.config.ts for project settings List all *.spec.ts / *.spec.js files in scope If reviewing a single file, also check related page objects and fixtures 2. Check Ea...
|
350 |
| 9237 | agentica-server | parcadei/continuous-claude-v3 |
Agentica Server + Claude Proxy Setup Complete reference for running Agentica SDK with a local Claude proxy. This enables Python agents to use Claude CLI as their inference backend. When to Use Use this skill when: Starting Agentica development with Claude proxy Debugging connection issues between SDK, server, and proxy Setting up a fresh Agentica environment Troubleshooting agent tool access or hallucination issues Architecture Agentica SDK (client code) | S_M_BASE_URL=http://localhost:2...
|
350 |
| 9238 | mot | parcadei/continuous-claude-v3 |
MOT - System Health Check Run comprehensive health checks on all Claude Code components. Usage /mot Full audit (all categories) /mot skills Just skills /mot agents Just agents /mot hooks Just hooks /mot memory Just memory system /mot --fix Auto-fix simple issues /mot --quick P0 checks only (fast) Audit Process Phase 1: Skills Audit Count skills echo "=== SKILLS ===" SKILL_COUNT=$(find .claude/skills -name "SKILL.md" | wc -l | xargs) ec...
|
350 |
| 9239 | youtube-search | zeropointrepo/youtube-skills |
YouTube Search Search YouTube and fetch transcripts via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your...
|
350 |
| 9240 | fastify | bobmatnyc/claude-mpm-skills |
Fastify (TypeScript) - Production Backend Framework Overview Fastify is a high-performance Node.js web framework built around JSON schema validation, encapsulated plugins, and great developer ergonomics. In TypeScript, pair Fastify with a type provider (Zod or TypeBox) to keep runtime validation and static types aligned. Quick Start Minimal server ✅ Correct: basic server with typed response import Fastify from "fastify"; const app = Fastify({ logger: true }); app.get("/health", async () =>...
|
349 |
| 9241 | networkx | k-dense-ai/scientific-agent-skills |
NetworkX Overview NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs. Use this skill when working with network or graph data structures, including social networks, biological networks, transportation systems, citation networks, knowledge graphs, or any system involving relationships between entities. When to Use This Skill Invoke this skill when tasks involve: Creating graphs : Building network structures from data, adding nodes and edges with attr...
|
349 |
| 9242 | zig-best-practices | 0xbigboss/claude-code |
Zig Best Practices Type-First Development Types define the contract before implementation. Follow this workflow: Define data structures - structs, unions, and error sets first Define function signatures - parameters, return types, and error unions Implement to satisfy types - let the compiler guide completeness Validate at comptime - catch invalid configurations during compilation Make Illegal States Unrepresentable Use Zig's type system to prevent invalid states at compile time. Tagged unio...
|
349 |
| 9243 | database-design | skillcreatorai/ai-agent-skills |
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
|
349 |
| 9244 | huashu-proofreading | alchaincyf/huashu-skills |
AI味审校 系统化降低文章AI检测率,增加人味的三遍审校专业能力。 何时使用此Skill 当检测到以下场景时,自动加载此skill: 用户说"审校一下"、"降低AI味"、"太AI了" 初稿创作完成后 用户提到"AI检测率高"、"没人味" 文章需要最终polish 核心目标 降低AI检测率 :目标控制在30%以下 增加人味 :让文章有经验感、有温度、像真人在说话 保持花生风格 :实践导向、技术深度、易懂表达、有用可落地 三遍审校流程 Show more
|
349 |
| 9245 | edge-to-edge | android/skills |
Prerequisites Project MUST use Android Jetpack Compose. Project MUST target SDK 35 or later. If the SDK is lower than 35, increase the SDK to 35. Step 1: plan Locate and analyze all Activity classes to detect which have existing edge-to-edge support. For every Activity without edge-to-edge, plan to make each Activity edge-to-edge. In each Activity, Locate and analyze all lists and FAB components to detect which have existing edge-to-edge support. For every component without edge-to-edge support,...
|
349 |
| 9246 | motion | mindrally/skills |
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
|
349 |
| 9247 | pwa-development | mindrally/skills |
PWA Development Skill Load with: base.md Purpose: Build Progressive Web Apps that work offline, install like native apps, and deliver fast, reliable experiences across all devices. Core PWA Requirements ┌─────────────────────────────────────────────────────────────────┐ │ THE THREE PILLARS OF PWA │ │ ───────────────────────────────────────────────────────────── │ │ │ │ 1. HTTPS ...
|
349 |
| 9248 | business-central-development | mindrally/skills |
Microsoft Dynamics 365 Business Central Development You are an expert in AL programming and Microsoft Dynamics 365 Business Central development, emphasizing clarity, modularity, and performance optimization. Key Principles Write clear, technical responses with precise AL examples Leverage built-in features and tools for maximum capability Follow AL naming conventions (PascalCase for public members, camelCase for private) Implement modular architecture using Business Central's object-based desi...
|
349 |
| 9249 | outreach-specialist | ognjengt/founder-skills |
Outreach Specialist Purpose Generate a personalized outreach sequence (default 3 messages) that sounds human, builds trust, and books calls — tailored to the prospect, platform, and offer. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "outreach-specialist loaded, tell me who you're reaching out to and what you're offering" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains co...
|
349 |
| 9250 | memory-hygiene | aaaaqwq/claude-code-skills |
Memory Hygiene Keep vector memory lean. Prevent token waste from junk memories. Quick Commands Audit: Check what's in memory memory_recall query="*" limit=50 Wipe: Clear all vector memory rm -rf ~/.clawdbot/memory/lancedb/ Then restart gateway: clawdbot gateway restart Reseed: After wipe, store key facts from MEMORY.md memory_store text="<fact>" category="preference|fact|decision" importance=0.9 Config: Disable Auto-Capture The main source of junk is autoCapture: true . Disable it: { "plugins" :...
|
349 |