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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
15601 erpnext-database openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Database Operations Quick Overview Frappe provides three abstraction levels for database operations: Level API Usage High-level ORM frappe.get_doc , frappe.new_doc Document CRUD with validations Mid-level Query frappe.db.get_list , frappe.db.get_value Reading with filters Low-level SQL frappe.db.sql , frappe.qb Complex queries, reports RULE : Always use the highest abstraction level appropriate for your use case. Decision Tree What do you want to do? │ ├─ Create/modify/delete document? │...
47
15602 godot-genre-battle-royale thedivergentai/gd-agentic-skills
Genre: Battle Royale Expert blueprint for Battle Royale games with zone mechanics, large-scale networking, and survival gameplay. NEVER Do NEVER sync all 100 players every frame — Use relevancy system: only sync players within visual range. Far players update at 4Hz, nearby at 20Hz+. NEVER make zone center fully random — New circle must overlap significantly with old circle, or players teleport. Limit offset to current_radius - target_radius . NEVER use client-side hit detection — Client says "I...
47
15603 conventional-committer caomeiyouren/momei
Conventional Committer Skill (规范提交技能) 能力 (Capabilities) 暂存 (Staging) : 将修改后的文件添加到 git 暂存区。 消息生成 : 创建遵循 type(scope): description 格式的提交消息 (例如: feat(auth): add login page )。 提交 (Committing) : 执行 git commit 。 指令 (Instructions) Worktree 感知 : 提交前确认当前所在目录(如 ../momei-dev ),确保提交是在正确的分支和上下文中进行的。 规范对齐 : 在提交前必须确认遵循 开发规范 - 提交规模与原子化改动 。 规模校验 : 强制检查本次改动的文件数量。原则上文件数 不要超过 10 个 ;对应的功能点必须单一。 任务关联 : 每次提交应且仅应关联 待办事项 (Todo) 中的一个原子条目。 提交前检查 : 在执行任何 git 提交操作前,确认 @code-auditor 已经通过了 pnpm typecheck , pnpm lint 和必要的 定向测试 ...
47
15604 ct commontoolsinc/labs
CT CLI The ct binary is the CLI for CommonTools. Use --help for current commands: deno task ct --help Top-level commands deno task ct piece --help Piece operations deno task ct check --help Type checking Environment Setup Identity key (required for most operations): ls -la claude.key Check for existing For local dev: derive key matching toolshed's "implicit trust" identity deno run -A packages/cli/mod.ts id derive "implicit trust" > claude.key For a fresh random key (e.g., against producti...
47
15605 tmux volcengine/openviking
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
47
15606 doc-spec vladm3105/aidoc-flow-framework
doc-spec Purpose Create Technical Specifications (SPEC) - Layer 10 artifact in the SDD workflow that defines implementation-ready specifications in YAML format, providing complete technical details for code generation. Layer: 10 Upstream: BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4), ADR (Layer 5), SYS (Layer 6), REQ (Layer 7), IMPL (Layer 8), CTR (Layer 9) Downstream Artifacts: TASKS (Layer 11), Code (Layer 12) Prerequisites Upstream Artifact Verification (CRITICAL) Before ...
47
15607 configure-tests laurigates/claude-plugins
/configure:tests Check and configure testing frameworks against best practices (Vitest, Jest, pytest, cargo-nextest). When to Use This Skill Use this skill when... Use another approach when... Setting up testing infrastructure Just running tests (use /test:run skill) Checking test framework configuration Tests already properly configured Migrating to modern test frameworks (Vitest, pytest, nextest) Writing individual tests (write tests directly) Validating coverage configuration Debugging failin...
47
15608 vb-core bobmatnyc/claude-mpm-skills
Visual Basic .NET Core Patterns Modern VB.NET (2019+) best practices with focus on type safety, LINQ, async/await, and .NET integration. Quick Start ' Always enable strict type checking Option Strict On Option Explicit On Option Infer On ' Modern class definition Public Class Customer Public Property Id As Integer Public Property Name As String Public Property Email As String ' Constructor Public Sub New ( id As Integer , name As String , email As String ) Me . Id = id Me . Name = name Me . Emai...
47
15609 dashboard-create-screen automattic/wp-calypso
Dashboard Create Screen Skill Creates new screens in client/dashboard with automatic route discovery and registration. Step 1: Discover Available Routes First, find all router files and extract available routes. Find Router Files Use Glob to discover router files: client/dashboard/app/router/*.tsx client/dashboard/app/router/*.ts Extract Routes from Each File For each router file, use Grep to extract route information. Find exported route constants: export \s + const \s + ( \w + Route ) \s * = \...
47
15610 android-notification-builder dengineproblem/agents-monorepo
Android Notification Builder Expert Эксперт по реализации уведомлений Android с использованием NotificationCompat.Builder и notification channels. Notification Channels (API 26+) class NotificationHelper ( private val context : Context ) { companion object { const val CHANNEL_ID_MESSAGES = "messages" const val CHANNEL_ID_UPDATES = "updates" const val CHANNEL_ID_PROMOTIONS = "promotions" } fun createNotificationChannels ( ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . O ) { val mes...
47
15611 code-review shareai-lab/learn-claude-code
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
47
15612 novel-creator mave99a/novel-skill
Novel Creator Transform story ideas into complete novels with EPUB output through an interactive RPG-style workflow. Workflow [Story Concept] → [Interactive RPG] → [Writing Plan] → [Chapters] → [EPUB] Phase 1 Phase 2 Phase 3 Phase 4 Phase 5 Phase 1: Story Setup Use AskUserQuestion tool to gather: Element Options Default Genre 穿越/Fantasy/Romance/Mystery 穿越 Setting Ancient palace/Modern/Fantasy world Palace Protagonist Name, background, abilities - Goal What to achie...
47
15613 frida-17 yfe404/frida-17-skill
Frida 17 Scripting Guide This skill helps write and fix Frida scripts compatible with Frida 17.0.0 (released May 2025). Breaking Changes in Frida 17 1. Static Module Methods - REMOVED // OLD - No longer works in Frida 17 Module . findBaseAddress ( 'libriver.so' ) Module . getBaseAddress ( 'libriver.so' ) Module . findExportByName ( null , 'open' ) Module . findExportByName ( 'libc.so' , 'open' ) Module . getExportByName ( null , 'open' ) Module . ensureInitialized ( 'libc.so' ) Module . enumerat...
47
15614 skill-scanner bvinci1-design/skill-scanner
Skill Security Scanner Scan agent skills for security issues before adoption. Detects prompt injection, malicious code, excessive permissions, secret exposure, and supply chain risks. Important : Run all scripts from the repository root using the full path via ${CLAUDE_SKILL_ROOT} . Bundled Script scripts/scan_skill.py Static analysis scanner that detects deterministic patterns. Outputs structured JSON. uv run ${CLAUDE_SKILL_ROOT} /scripts/scan_skill.py < skill-directory > Returns JSON with find...
47
15615 security-visual-testing proffesor-for-testing/agentic-qe
<default_to_action> When performing security-aware visual testing: - VALIDATE URLs before navigation (check for malicious patterns) - SCAN for PII before saving screenshots (mask sensitive data) - CAPTURE parallel viewports (mobile, tablet, desktop) - COMPARE against baselines (detect visual regressions) - AUDIT accessibility (WCAG 2.1 AA compliance) Quick Security-Visual Checklist: - URL validation (no javascript:, data:, file: schemes) - PII detection (emails, phones, SSN, credit cards...
47
15616 product-marketing openclaudia/openclaudia-skills
Product Marketing Manager Expertise in go-to-market strategy, positioning, messaging, and product launches. Positioning Framework positioning_statement : template : | For [target customer] Who [statement of need] [Product] is a [category] That [key benefit] Unlike [competitor] Our product [differentiation] example : | For B2B SaaS marketing teams Who need to attribute revenue to marketing efforts, AttributeIQ is a marketing attribution platform That provides full-funnel visibility Unlike legacy ...
47
15617 sprint planner eddiebe147/claude-settings
Sprint Planner The Sprint Planner skill helps teams plan and execute effective Agile sprints using Scrum methodology. It focuses on capacity-based planning, velocity tracking, and continuous improvement through retrospectives. The skill ensures sprints are properly scoped, committed, and executed with clear goals and metrics. This skill excels at breaking down epics and user stories into sprint-sized work, estimating effort using story points or hours, tracking team velocity, and facilitating sp...
47
15618 music-search netease-youdao/lobsterai
Music Search Skill 搜索音乐资源(歌曲、专辑、无损音乐),通过实时爬虫深度抓取资源页面,从各网盘平台获取公开分享的资源链接。 前置条件 web-search skill(必需,用于搜索发现资源页面) Node.js >= 18 (应用内置,无需额外安装) 命令 搜索资源 bash " $SKILLS_ROOT /music-search/scripts/music-search.sh" search "关键词" [ 选项 ] 选项: 参数 说明 默认值 --pan <type> 筛选网盘类型: quark , baidu , aliyun , uc , all all --format <f> 筛选音频格式: flac , ape , wav , dsd , hires , mp3 , aac , all all --limit <n> 每个平台最大结果数 5 --engine <e> 搜索引擎: deep , web deep 引擎说明: deep (默认,推荐)— web-search 搜索发现资源页面 + JavaScript 深度页面抓取提取网盘链接和提取码,...
47
15619 chat response generator eddiebe147/claude-settings
Chat Response Generator The Chat Response Generator skill helps you craft quick, effective responses for chat platforms like Slack, Teams, Discord, WhatsApp, or any real-time messaging environment. Whether you're responding to a question, acknowledging a message, providing an update, or handling a sensitive situation, this skill ensures your responses are clear, appropriate, and achieve their purpose. This skill understands that chat communication is fast-paced and contextual. Messages need to b...
47
15620 symmetric-dogfooding terrylica/cc-skills
Symmetric Dogfooding Bidirectional integration validation pattern where two repositories each consume the other for testing, ensuring both sides work correctly together before downstream adoption. Pattern Overview ┌─────────────────────────────────────────────────────────────────┐ │ SYMMETRIC DOGFOODING │ │ │ │ Repo A ◄─────── mutual validation ───────► Repo B │ │ ...
47
15621 tool-design-style-selector heyvhuang/ship-faster
Design Style Selector Scan project, identify intent, recommend and deploy the most suitable design system style. Style Presets This skill can either: Preserve existing style and extract it into design-system.md (recommended when the project already looks “mature”), or Apply one of 30 preset styles and generate design-system.md . Style files live in styles/ and are indexed in: styles-index.md (ID → filename → theme) Quick examples of presets: 05-saas (B2B tools, dashboards) 08-swiss-minimalist (c...
47
15622 airtable membranedev/application-skills
Airtable Airtable is a low-code platform for building collaborative databases and applications. It's used by a wide range of professionals, from project managers to marketers, to organize data and automate workflows. Think of it as a spreadsheet on steroids, with relational database capabilities. Official docs: https://airtable.com/developers/web/api/introduction Airtable Overview Base Table Record Attachment View When to use which actions: Use action names and parameters as needed. Working with...
47
15623 contract-redliner travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
47
15624 python-skills llama-farm/llamafarm
Python Skills for LlamaFarm Shared Python best practices and code review checklists for all Python components in the LlamaFarm monorepo. Applicable Components Component Path Python Key Dependencies Server server/ 3.12+ FastAPI, Celery, Pydantic, structlog RAG rag/ 3.11+ LlamaIndex, ChromaDB, Celery Universal Runtime runtimes/universal/ 3.11+ PyTorch, transformers, FastAPI Config config/ 3.11+ Pydantic, JSONSchema Common common/ 3.10+ HuggingFace Hub Quick Reference Topic File Key Points Patter...
47
15625 confluence-expert borghei/claude-skills
Atlassian Confluence Expert Master-level expertise in Confluence space management, documentation architecture, content creation, macros, templates, and collaborative knowledge management. Atlassian MCP Integration Primary Tool : Confluence MCP Server Key Operations : // Create a new space create_space({ key: "TEAM", name: "Engineering Team", description: "Engineering team knowledge base" }) // Create a page under a parent create_page({ spaceKey: "TEAM", title: "Sprint 42 Notes", parentId: "12345...
47
15626 redis pluginagentmarketplace/custom-plugin-sql
Redis Data Structures Getting Started Start Redis server redis-server Connect to Redis CLI redis-cli Test connection ping Returns "PONG" Select database SELECT 0 Default database SELECT 1 Database 1 String Operations // SET and GET SET key value SET user:1:name "John Doe" GET user:1:name // SET with options SET key value EX 3600 // Expire in 3600 seconds SET key value PX 3600000 // Expire in milliseconds SET key va...
47
15627 maritime-expert personamanagmentlayer/pcl
Expert guidance for maritime systems, vessel tracking, port operations, cargo management, maritime logistics, and shipping industry software. Core Concepts Maritime Systems - Vessel Traffic Services (VTS) - Port Management Systems - Cargo Management Systems - Fleet Management - Maritime Communication Systems - Container Terminal Operating Systems (TOS) - Ship Performance Monitoring Maritime Technologies - AIS (Automatic Identification System) - ECDIS (Electronic Chart Display and ...
47
15628 icon-generator dkyazzentwatwa/chatgpt-skills
Icon Generator Generate app icons in all required sizes from a single image. Features Multi-Platform: iOS, Android, Web, macOS, Windows Batch Generation: All sizes from one source Smart Scaling: Maintain quality at all sizes Format Support: PNG, ICO, ICNS Presets: Platform-specific size sets Rounding Options: Square or rounded corners Quick Start from icon_generator import IconGenerator gen = IconGenerator() Generate all iOS icons gen.load("logo.png") gen.generate_ios("ios_icons/") Genera...
47
15629 team-issue catlog22/claude-code-workflow
Team Issue Resolution Orchestrate issue resolution pipeline: explore context -> plan solution -> review (optional) -> marshal queue -> implement. Supports Quick, Full, and Batch pipelines with review-fix cycle. Architecture Skill(skill="team-issue", args="<issue-ids> [--mode=<mode>]") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/...
47
15630 vercel-deploy vercel-labs/vercel-skills
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
47
15631 ha-automations laurigates/claude-plugins
Home Assistant Automations When to Use This Skill Use this skill when... Use ha-configuration instead when... Creating automation rules Editing configuration.yaml Writing triggers/conditions/actions Setting up integrations Working with scripts and scenes Managing secrets Using blueprints Organizing packages Device trigger setup General YAML configuration Automation Structure automation : - id : "unique_automation_id" alias : "Descriptive Name" description : "What this automation does" mode : sin...
47
15632 swarm orchestration proffesor-for-testing/agentic-qe
Swarm Orchestration What This Skill Does Orchestrates multi-agent swarms using agentic-flow's advanced coordination system. Supports mesh, hierarchical, and adaptive topologies with automatic task distribution, load balancing, and fault tolerance. Prerequisites agentic-flow v3.0.0-alpha.1+ Node.js 18+ Understanding of distributed systems (helpful) Quick Start Initialize swarm npx agentic-flow hooks swarm-init --topology mesh --max-agents 5 Spawn agents npx agentic-flow hooks agent-spawn --type...
47
15633 environment-variables-handler jeremylongshore/claude-code-plugins-plus-skills
Environment Variables Handler Purpose This skill provides automated assistance for environment variables handler tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "environment variables handler" in your request Ask about environment variables handler patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-st...
47
15634 tax strategist eddiebe147/claude-settings
Tax Strategist Expert tax planning agent that develops tax-efficient strategies, identifies deductions, optimizes entity structures, and ensures compliance. Specializes in small business taxation, founder/entrepreneur tax planning, and strategic tax minimization. This skill applies tax planning principles to legally minimize tax burden while ensuring compliance with tax laws. Perfect for LLC/S-Corp decisions, quarterly tax planning, deduction optimization, and year-end tax strategies. Disclaimer...
47
15635 quickbooks-online-api linehaul-ai/linehaulai-claude-marketplace
QuickBooks Online API Expert Guide Overview The QuickBooks Online API provides comprehensive access to accounting data and operations for QuickBooks Online companies. This skill enables you to build integrations that handle invoicing, payments, customer management, inventory tracking, and financial reporting. The API uses OAuth 2.0 for authentication and supports operations across all major accounting entities including customers, invoices, payments, items, accounts, and more. The QuickBooks Onl...
47
15636 git-ai-search git-ai-project/git-ai
Git AI Search Skill Search and restore AI conversation context from git history using git-ai search and git-ai continue . Overview Git AI tracks AI-generated code and the conversations that produced it. This skill helps you: Search - Find AI prompt sessions by commit, file, pattern, or author Continue - Restore AI session context to continue work where someone left off Show - View the full transcript of a specific prompt When to Use Each Command You want to... Use... See what AI context exists f...
47
15637 alicloud-ai-audio-cosyvoice-voice-design-test cinience/alicloud-skills
Category: test Minimal Viable Test Recommended check python skills/ai/audio/alicloud-ai-audio-cosyvoice-voice-design/scripts/prepare_cosyvoice_design_request.py \ --target-model cosyvoice-v3.5-plus \ --prefix announcer \ --voice-prompt "沉稳的中年男性播音员,低沉有磁性,语速平稳。" \ --preview-text "各位听众朋友,大家好。"
47
15638 project-analyze catlog22/claude-code-workflow
Project Analysis Skill Generate comprehensive project analysis reports through multi-phase iterative workflow. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ Context-Optimized Architecture │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ Phase 1: Requirements → analysis-config.json │ │ ↓ ...
47
15639 debugging-with-opensrc blogic-cz/blogic-marketplace
Debugging with OpenSrc Overview CRITICAL: Never guess how a library works. Always verify by reading the actual source code. OpenSrc provides access to the exact version of external libraries installed in this project. Use it BEFORE making assumptions. When to Use This Skill Something doesn't work as expected Documentation is unclear or missing Need to understand library internals Debugging integration issues Before implementing patterns with external libraries When error messages are cryptic Ope...
47
15640 dbos-python sickn33/antigravity-awesome-skills
DBOS Python Best Practices Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows. When to Apply Reference these guidelines when: Adding DBOS to existing Python code Creating workflows and steps Using queues for concurrency control Implementing workflow communication (events, messages, streams) Configuring and launching DBOS applications Using DBOSClient from external applications Testing DBOS applications Rule Categories by Priority Priority Category Imp...
47
15641 jira-expert borghei/claude-skills
Atlassian Jira Expert Master-level expertise in Jira configuration, project management, JQL, workflows, automation, and reporting. Handles all technical and operational aspects of Jira. Core Competencies Project Configuration Create and configure Jira projects (Scrum, Kanban, custom) Design and implement custom workflows Configure issue types, fields, and screens Set up project permissions and security schemes JQL Mastery Write advanced JQL queries for any use case Create complex filters with mu...
47
15642 mcp-builder guanyang/antigravity-skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
47
15643 recommend-evolution oimiragieo/agent-studio
Recommend Evolution Overview Recommend ecosystem evolution when repeated evidence indicates missing capability, and record the recommendation in a standard machine-readable format. When to Use Reflection identifies recurring delivery failures with the same root cause Router/analysis signals no suitable agent or skill for recurring requests Repeated integration gaps imply missing artifact type or policy User explicitly requests a new capability path Iron Laws NEVER spawn evolution-orchestrator di...
47
15644 blueprint-generate-rules laurigates/claude-plugins
Generate project-specific rules from Product Requirements Documents. When to Use This Skill Use this skill when... Use alternative when... Need to generate rules from existing PRDs Use /blueprint:rules to manually create/edit rules Want path-scoped rules for specific file types Use /blueprint:claude-md for general project instructions Automating rule creation from requirements Writing custom rules without PRD reference Extracting architecture/testing patterns from PRDs Need to create one-off rul...
47
15645 full-stack-master caomeiyouren/momei
Full Stack Master Workflow Skill 一、能力定位 (Capability) 工作流自动编排 :串联需求设计开发测试质量文档提交审核发布的全链路。 Git Worktree 编排 :根据任务维度(dev/test/fix/docs)自动选择物理隔离的工作目录,加速并行开发。 技能聚合 :集成所有核心原子技能(Todo Manager、Technical Planning、Backend Logic Expert、Vue Frontend Expert、Database Expert、Code Quality Auditor、Test Engineer、UI Validator、Conventional Committer)。 可复用与可拓展 :可合并新场景(如数据库迁移、API 变更、运营发布等),支持多项目切换。 分阶段接棒/派单 :可手动或脚本分配阶段任务给对应技能或专项 agent。 二、强制参考文档 (Mandatory Documentation) 在执行任何写操作 or 决策前,必须确保已读取并理解以下文档的最新内容: 全周期基石 : AGENT...
47
15646 kml-geojson-converter dkyazzentwatwa/chatgpt-skills
KML/GeoJSON Converter Convert geographic data between KML, GeoJSON, and other geo formats for mapping and GIS applications. Purpose Geo format conversion for: Google Maps / Earth integration Web mapping applications (Leaflet, Mapbox) GIS data interchange Spatial data processing GPS track conversion Features Bidirectional Conversion: KML ↔ GeoJSON Feature Preservation: Maintain properties, styles, descriptions Batch Processing: Convert multiple files Coordinate Systems: WGS84, UTM support Val...
47
15647 wechat-tech-article samzong/samzong
结构化地完成一篇微信公众号技术文章,从选题到定稿。遵循 `blogs/wechat` 的规范与既有文章风格。 Hard Gates (必须满足) - 风格来源(强制):写作前必须读取: `blogs/wechat/README.md`(目录/命名/发布节奏) - `skills/wechat-tech-article/references/style-guide.md`(你的固定文风与结构套路) - 目录命名:`posts/YYYY/YYYY-MM-DD-<kebab-case-english-slug>/` - 文件命名:目录名与 .md 文件名完全一致 - Slug 规则:只用英文(不用拼音)、用 `-` 分隔、尽量简短 - 引用路径:文章内引用本地文件使用相对路径 `./` - 结构硬门槛(强制): 第一行必须是 ` 标题` - 标题后 10-15 行内必须出现:入口链接(GitHub/下载/在线体验其一)+ 一句加粗 `tagline` - 文章正文只用 `` / `` 标题(禁止使用 `` 及更深层级) - 可复现优先(强制):至少 2 个可复制代...
47
15648 koota pmndrs/koota
Koota ECS Koota manages state using entities with composable traits. Glossary Entity - A unique identifier pointing to data defined by traits. Spawned from a world. Trait - A reusable data definition. Can be schema-based (SoA), callback-based (AoS), or a tag. Relation - A directional connection between entities to build graphs. World - The context for all entities and their data (traits). Archetype - A unique combination of traits that entities share. Query - Fetches entities matching an archety...
47
15649 habit tracker eddiebe147/claude-settings
Habit Tracker The Habit Tracker skill helps you design, implement, and maintain positive habits using proven behavioral science principles. Rather than relying on willpower alone, this skill applies implementation intentions, habit stacking, and environmental design to make new behaviors stick. This skill recognizes that habit formation is about systems, not motivation. It guides you through creating "tiny habits" that are easy to start, anchoring new behaviors to existing routines, and building...
47
15650 reasoningbank with agentdb proffesor-for-testing/agentic-qe
ReasoningBank with AgentDB What This Skill Does Provides ReasoningBank adaptive learning patterns using AgentDB's high-performance backend (150x-12,500x faster). Enables agents to learn from experiences, judge outcomes, distill memories, and improve decision-making over time with 100% backward compatibility. Performance : 150x faster pattern retrieval, 500x faster batch operations, <1ms memory access. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow) Understanding of reinforcement lea...
47