███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7301 | wix-cli-dashboard-modal | wix/skills |
Overview Dashboard modals are popup dialogs triggered from dashboard pages or plugins. They consist of three files and use the Dashboard SDK for lifecycle control via openModal() and closeModal() . Quick Reference Task Method Example Create modal Create 3 files in src/extensions/dashboard/modals/<folder>/ See File Structure below Open modal dashboard.openModal() openModal({ modalId: "modal-id" }) Pass data to modal params in openModal() params: { userId: "123" } Read data in modal observeState()...
|
117 |
| 7302 | tooluniverse-metabolomics-analysis | mims-harvard/tooluniverse |
Metabolomics Analysis Comprehensive analysis of metabolomics data from metabolite identification through quantification, statistical analysis, pathway interpretation, and integration with other omics layers. When to Use This Skill Triggers : User has metabolomics data (LC-MS, GC-MS, NMR) Questions about metabolite abundance or concentrations Differential metabolite analysis requests Metabolic pathway analysis Multi-omics integration with metabolomics Metabolic biomarker discovery Flux balance an...
|
117 |
| 7303 | ln-110-project-docs-coordinator | levnikolaevich/claude-code-skills |
L2 Coordinator that gathers project context once and delegates document creation to specialized L3 workers. Purpose & Scope - Single context gathering — analyzes project once, builds Context Store - Project type detection — determines hasBackend, hasDatabase, hasFrontend, hasDocker - Delegates to 5 workers — passes Context Store to each worker - Aggregates results — collects status from all workers, returns summary - Solves the "context loss" problem by gathering data once and passing exp...
|
117 |
| 7304 | svelte-components | spences10/svelte-skills-kit |
Svelte Components Quick Start Component libraries: Bits UI (headless) | Ark UI | Melt UI (primitives) Form trick: Use form attribute when form can't wrap inputs: <form id="my-form" action="/submit"><!-- outside table --></form> <table> <tr> <td><input form="my-form" name="email" /></td> <td><button form="my-form">Submit</button></td> </tr> </table> Web Components // svelte.config.js export default { compilerOptions: { customElement: true, }, }; <!-- MyButton.svelte --> <svelte:opt...
|
117 |
| 7305 | smtp penetration testing | davila7/claude-code-templates |
SMTP Penetration Testing Purpose Conduct comprehensive security assessments of SMTP (Simple Mail Transfer Protocol) servers to identify vulnerabilities including open relays, user enumeration, weak authentication, and misconfiguration. This skill covers banner grabbing, user enumeration techniques, relay testing, brute force attacks, and security hardening recommendations. Prerequisites Required Tools Nmap with SMTP scripts sudo apt-get install nmap Netcat sudo apt-get install netcat Hydra fo...
|
117 |
| 7306 | crypto-research | microck/ordinary-claude-skills |
Cryptocurrency Research Skill This skill provides comprehensive cryptocurrency research by orchestrating multiple specialized AI agents that analyze different aspects of the crypto market in parallel. When to Use Invoke this skill when the user: Mentions cryptocurrency analysis or research Names specific cryptocurrencies (BTC, ETH, SOL, etc.) Asks about crypto market conditions Wants investment analysis or opportunities Needs technical or fundamental analysis of crypto assets Requests macro ...
|
117 |
| 7307 | axiom-metal-migration | charleswiltgen/axiom |
Metal Migration Porting OpenGL/OpenGL ES or DirectX code to Metal on Apple platforms. When to Use This Skill Use this skill when: Porting an OpenGL/OpenGL ES codebase to iOS/macOS Porting a DirectX codebase to Apple platforms Deciding between translation layer (MetalANGLE) vs native rewrite Planning a phased migration strategy Evaluating effort vs performance tradeoffs Red Flags ❌ "Just use MetalANGLE and ship" — Translation layers add 10-30% overhead; fine for demos, not production ❌ "Convert s...
|
117 |
| 7308 | symfony:api-platform-security | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-security<div
|
117 |
| 7309 | workflow-orchestrator | charon-fan/agent-playbook |
Workflow Orchestrator A skill that automatically coordinates workflows across multiple skills, triggering follow-up actions at appropriate milestones. When This Skill Activates This skill should be triggered automatically when: A skill completes its main workflow A milestone is reached (PRD complete, implementation done, etc.) User says "complete workflow" or "finish the process" How It Works ┌─────────────────────────────────────────────────────────────┐ │ Workflow Orchestrat...
|
117 |
| 7310 | axiom-core-location | charleswiltgen/axiom |
Core Location Patterns Discipline skill for Core Location implementation decisions. Prevents common authorization mistakes, battery drain, and background location failures. When to Use Choosing authorization strategy (When In Use vs Always) Deciding monitoring approach (continuous vs significant-change vs CLMonitor) Implementing geofencing or background location Debugging "location not working" issues Reviewing location code for anti-patterns Related Skills axiom-core-location-ref — API refere...
|
117 |
| 7311 | glsl | martinholovsky/claude-skills-generator |
GLSL Shader Programming Skill File Organization: This skill uses split structure. See references/ for advanced shader patterns. 1. Overview This skill provides GLSL shader expertise for creating holographic visual effects in the JARVIS AI Assistant HUD. It focuses on efficient GPU programming for real-time rendering. Risk Level: LOW - GPU-side code with limited attack surface, but can cause performance issues Primary Use Cases: Holographic panel effects with scanlines Animated energy field...
|
117 |
| 7312 | floor-plan | markdown-viewer/skills |
Floor Plan & Layout Generator Quick Start: Define room boundaries with walls → Add doors and windows → Place furniture from stencil library → Add dimensions and labels → Wrap in ```drawio fence. ⚠️ IMPORTANT: Always use ```drawio code fence. NEVER use ```xml — it will NOT render as a diagram. Critical Rules 🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md . Read the base rules first. Floor plan-specific additions: Check stencils/README....
|
117 |
| 7313 | tooluniverse-spatial-transcriptomics | mims-harvard/tooluniverse |
Spatial Transcriptomics Analysis Comprehensive analysis of spatially-resolved transcriptomics data to understand gene expression patterns in tissue architecture context. Combines expression profiling with spatial coordinates to reveal tissue organization, cell-cell interactions, and spatially variable genes. When to Use This Skill Triggers : User has spatial transcriptomics data (Visium, MERFISH, seqFISH, etc.) Questions about tissue architecture or spatial organization Spatial gene expression p...
|
117 |
| 7314 | dotnet-backend-patterns | sickn33/antigravity-awesome-skills |
.NET Backend Development Patterns Master C/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025). When to Use This Skill Developing new .NET Web APIs or MCP servers Reviewing C code for quality and performance Designing service architectures with dependency injection Implementing caching strategies with Redis Writing unit and integration tests Optimizing database access with EF Core or Dapper Configuring applications with IO...
|
117 |
| 7315 | ln-150-presentation-creator | levnikolaevich/claude-code-skills |
This skill creates an interactive, self-contained HTML presentation from existing project documentation. It transforms Markdown documents into a professional, navigable web presentation with diagrams, collapsible sections, and modern UI. When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator OR used standalone. Use this skill when: - Building HTML presentation from existing documentation - Rebuilding presentation after documentation updates - Cr...
|
117 |
| 7316 | everything-claude-code-harness | aradotso/trending-skills |
Everything Claude Code (ECC) — Agent Harness Performance System Skill by ara.so — Daily 2026 Skills collection. Everything Claude Code (ECC) is a production-ready performance optimization system for AI agent harnesses. It provides specialized subagents, reusable skills, custom slash commands, memory-persisting hooks, security scanning, and language-specific rules — all evolved from 10+ months of daily real-world use. Works across Claude Code, Cursor, Codex, OpenCode, and Antigravity. Installatio...
|
117 |
| 7317 | eval-audit | hamelsmu/evals-skills |
Eval Audit Inspect an LLM eval pipeline and produce a prioritized list of problems with concrete next steps. Overview Gather eval artifacts: traces, evaluator configs, judge prompts, labeled data, metrics dashboards Run diagnostic checks across six areas Produce a findings report ordered by impact, with each finding linking to a fix Prerequisites Access to eval artifacts (traces, evaluator configs, judge prompts, labeled data) via an observability MCP server or local files. If none exist, skip t...
|
117 |
| 7318 | wix-cli-backend-api | wix/skills |
Wix Backend API Builder Creates HTTP endpoints for Wix CLI applications — server-side routes that handle HTTP requests, process data, and return responses. HTTP endpoints are powered by Astro endpoints and are automatically discovered from the file system. Key facts: Files live in src/pages/api/ with .ts extension Cannot be added via npm run generate — create files directly Don't appear on the Extensions page in the app dashboard No extension registration needed (auto-discovered) Replace the leg...
|
117 |
| 7319 | alicloud-media-live | cinience/alicloud-skills |
Category: service ApsaraVideo Live Validation mkdir -p output/alicloud-media-live python -m py_compile skills/media/live/alicloud-media-live/scripts/list_openapi_meta_apis.py echo "py_compile_ok" > output/alicloud-media-live/validate.txt Pass criteria: command exits 0 and output/alicloud-media-live/validate.txt is generated. Output And Evidence Save API inventory and operation evidence under output/alicloud-media-live/ . Keep region, domain, app/stream, and request parameters in evidence files. ...
|
117 |
| 7320 | axiom-synchronization | charleswiltgen/axiom |
Mutex & Synchronization — Thread-Safe Primitives Low-level synchronization primitives for when actors are too slow or heavyweight. When to Use Mutex vs Actor Need Use Reason Microsecond operations Mutex No async hop overhead Protect single property Mutex Simpler, faster Complex async workflows Actor Proper suspension handling Suspension points needed Actor Mutex can't suspend Shared across modules Mutex Sendable, no await needed High-frequency counters Atomic Lock-free performance API Referenc...
|
117 |
| 7321 | wix-cli-dashboard-page | wix/skills |
Wix Dashboard Page Builder Creates full-featured dashboard page extensions for Wix CLI applications. Dashboard pages appear in the Wix site owner's dashboard and enable site administrators to manage data, configure settings, and perform administrative tasks. Quick Start Checklist Follow these steps in order when creating a dashboard page: Create page folder: src/dashboard/pages/<page-name>/ Create page.tsx with WDS components wrapped in WixDesignSystemProvider Create extensions.ts with ex...
|
117 |
| 7322 | time-management | jk-0001/skills |
Time Management Overview As a solopreneur, you wear every hat — product, sales, marketing, ops, finance. Without deliberate time management, you'll stay busy but make little progress. This playbook shows you how to structure your time to maximize high-value work, protect deep focus, and prevent burnout. Step 1: Understand Your Time Reality Before optimizing, understand where your time actually goes. Time audit (do this for 1 week): Track every hour of your day in 1-hour blocks Categorize each ho...
|
117 |
| 7323 | error-debugging-error-trace | sickn33/antigravity-awesome-skills |
Error Tracking and Monitoring You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging, and ensure teams can quickly identify and resolve production issues. Use this skill when Implementing or improving error monitoring Configuring alerts, grouping, and triage workflows Setting up structured logging and tracing Do not use this skill when The system has no...
|
117 |
| 7324 | styled-components-best-practices | mindrally/skills |
styled-components Best Practices You are an expert in styled-components, CSS-in-JS patterns, and React component styling. Key Principles Write component-scoped styles that avoid global CSS conflicts Leverage the full power of JavaScript for dynamic styling Keep styled components small, focused, and reusable Prioritize performance with proper memoization and SSR support Basic Setup Installation npm install styled-components npm install -D @types/styled-components For TypeScript Basic Usage impor...
|
117 |
| 7325 | secrets-rotation | aj-geddes/useful-ai-prompts |
Secrets Rotation Overview Implement automated secrets rotation strategy for credentials, API keys, certificates, and encryption keys with zero-downtime deployment and comprehensive audit logging. When to Use API key management Database credentials TLS/SSL certificates Encryption key rotation Compliance requirements Security incident response Service account management Implementation Examples 1. Node.js Secrets Manager with Rotation // secrets-manager.js const AWS = require('aws-sdk'); const cr...
|
117 |
| 7326 | performance | davila7/claude-code-templates |
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
|
117 |
| 7327 | ln-627-observability-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing logging, monitoring, and observability. Purpose & Scope - Worker in ln-620 coordinator pipeline - Audit observability (Category 10: Medium Priority) - Check logging, health checks, metrics, tracing - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with tech stack, framework, codebase root. Workflow - Parse context - Check observability patterns - Collect findings - Calculate score - Return JSON Audit Rules 1. Str...
|
117 |
| 7328 | axiom-networking | charleswiltgen/axiom |
Network.framework Networking When to Use This Skill Use when: Implementing UDP/TCP connections for gaming, streaming, or messaging apps Migrating from BSD sockets, CFSocket, NSStream, or SCNetworkReachability Debugging connection timeouts or TLS handshake failures Supporting network transitions (WiFi ↔ cellular) gracefully Adopting structured concurrency networking patterns (iOS 26+) Implementing custom protocols over TLS/QUIC Requesting code review of networking implementation before shipping
|
117 |
| 7329 | symphony-setup | odysseus0/symphony |
Symphony Setup Set up Symphony — OpenAI's orchestrator that turns Linear tickets into pull requests via autonomous Codex agents. Preflight checks Run these checks first and stop if any fail — resolve before continuing: codex — run codex --version . Must be installed and authenticated. mise — run mise --version . Needed for Elixir/Erlang version management. gh — run gh auth status . Must be installed AND authenticated. Agents use gh to create PRs and close orphaned PRs. Silent failure without it....
|
117 |
| 7330 | ml pipeline automation | aj-geddes/useful-ai-prompts |
ML Pipeline Automation ML pipeline automation orchestrates the entire machine learning workflow from data ingestion through model deployment, ensuring reproducibility, scalability, and reliability. Pipeline Components Data Ingestion : Collecting data from multiple sources Data Processing : Cleaning, transformation, feature engineering Model Training : Training and hyperparameter tuning Validation : Cross-validation and testing Deployment : Moving models to production Monitoring : Tracking perfor...
|
117 |
| 7331 | error-diagnostics-error-analysis | sickn33/antigravity-awesome-skills |
Error Analysis and Resolution You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions. Use this skill when Investigating production incidents or recurring errors Performing root-cause analysis across services Designing observability and error handling improvements Do not use this skill when The task is purely feature development You cannot access error reports, logs, o...
|
117 |
| 7332 | privilege escalation methods | davila7/claude-code-templates |
Privilege Escalation Methods Purpose Provide comprehensive techniques for escalating privileges from a low-privileged user to root/administrator access on compromised Linux and Windows systems. Essential for penetration testing post-exploitation phase and red team operations. Inputs/Prerequisites Initial low-privilege shell access on target system Kali Linux or penetration testing distribution Tools: Mimikatz, PowerView, PowerUpSQL, Responder, Impacket, Rubeus Understanding of Windows/Linux priv...
|
117 |
| 7333 | yuque-personal-smart-search | yuque/yuque-plugin |
Smart Search — Yuque Personal Knowledge Base Search & Q&A Search across your personal Yuque knowledge bases using natural language, read relevant documents, and synthesize a clear answer with references. When to Use User asks a question that might be answered by their personal Yuque docs User wants to find specific information in their own knowledge base User says "搜一下我的文档", "search my Yuque", "我的知识库里有没有..." Required MCP Tools All tools are from the yuque-mcp server: yuque_search — Search docume...
|
117 |
| 7334 | wix-cli-service-plugin | wix/skills |
Wix Service Plugin (SPI) Builder Creates service plugin extensions for Wix CLI applications. Service plugins are a set of APIs defined by Wix that you can use to inject custom logic into the existing backend flows of Wix business solutions or to introduce entirely new flows to Wix sites. When you implement a service plugin, Wix calls your custom functions during specific flows. Common use cases include eCommerce customization (shipping, fees, taxes, validations), but service plugins can extend...
|
117 |
| 7335 | clawddocs | sundial-org/awesome-openclaw-skills |
Clawdbot Documentation Expert Capability Summary: Clawdbot documentation expert skill with decision tree navigation, search scripts (sitemap, keyword, full-text index via qmd), doc fetching, version tracking, and config snippets for all Clawdbot features (providers, gateway, automation, platforms, tools). You are an expert on Clawdbot documentation. Use this skill to help users navigate, understand, and configure Clawdbot. Quick Start "When a user asks about Clawdbot, first identify what they ne...
|
117 |
| 7336 | axiom-core-data | charleswiltgen/axiom |
Core Data Overview Core principle: Core Data is a mature object graph and persistence framework. Use it when needing features SwiftData doesn't support, or when targeting older iOS versions. When to use Core Data vs SwiftData: SwiftData (iOS 17+) — New apps, simpler API, Swift-native Core Data — iOS 16 and earlier, advanced features, existing codebases Quick Decision Tree Which persistence framework? ├─ Targeting iOS 17+ only? │ ├─ Simple data model? → SwiftData (recommended) │ ├─ Need pub...
|
117 |
| 7337 | conductor-new-track | sickn33/antigravity-awesome-skills |
New Track Create a new track (feature, bug fix, chore, or refactor) with a detailed specification and phased implementation plan. Use this skill when Working on new track tasks or workflows Needing guidance, best practices, or checklists for new track Do not use this skill when The task is unrelated to new track 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 actionab...
|
117 |
| 7338 | dotnet-architect | sickn33/antigravity-awesome-skills |
Use this skill when Working on dotnet architect tasks or workflows Needing guidance, best practices, or checklists for dotnet architect Do not use this skill when The task is unrelated to dotnet architect 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...
|
117 |
| 7339 | add-setting-env | lobehub/lobe-chat |
Adding Environment Variable for User Settings Add server-side environment variables to configure default values for user settings. Priority : User Custom > Server Env Var > Hardcoded Default Steps 1. Define Environment Variable Create src/envs/<domain>.ts : import { createEnv } from '@t3-oss/env-nextjs' ; import { z } from 'zod' ; export const get < Domain > Config = ( ) => { return createEnv ( { server : { YOUR_ENV_VAR : z . coerce . number ( ) . min ( MIN ) . max ( MAX ) . optional ( ) , } , r...
|
117 |
| 7340 | clickhouse-io | davila7/claude-code-templates |
ClickHouse Analytics Patterns ClickHouse-specific patterns for high-performance analytics and data engineering. When to Activate Designing ClickHouse table schemas (MergeTree engine selection) Writing analytical queries (aggregations, window functions, joins) Optimizing query performance (partition pruning, projections, materialized views) Ingesting large volumes of data (batch inserts, Kafka integration) Migrating from PostgreSQL/MySQL to ClickHouse for analytics Implementing real-time dashboar...
|
117 |
| 7341 | sales-operations | borghei/claude-skills |
Sales Operations Expert-level sales operations for revenue optimization. Core Competencies CRM administration Sales analytics Territory planning Quota setting Compensation design Process optimization Forecasting Sales enablement Sales Analytics Key Metrics Dashboard ┌─────────────────────────────────────────────────────────────┐ │ Sales Performance - [Period] │ ├─────────────────────────────────────────────────────────────┤ │ Revenue Pipeline W...
|
117 |
| 7342 | ctf-pwn | cyberkaida/reverse-engineering-assistant |
CTF Binary Exploitation (Pwn) Quick reference for binary exploitation (pwn) CTF challenges. Each technique has a one-liner here; see supporting files for full details. Additional Resources overflow-basics.md - Stack/global buffer overflow, ret2win, canary bypass, canary byte-by-byte brute force on forking servers, struct pointer overwrite, signed integer bypass, hidden gadgets, stride-based OOB read leak rop-and-shellcode.md - ROP chains (ret2libc, syscall ROP), SROP with UTF-8 constraints, shel...
|
117 |
| 7343 | fixed-income-portfolio | anthropics/financial-services-plugins |
Fixed Income Portfolio Analysis You are an expert fixed income portfolio analyst. Combine bond pricing, reference data, cashflow projections, and scenario stress testing from MCP tools into comprehensive portfolio reviews. Focus on aggregating tool outputs into portfolio-level metrics and risk exposures — let the tools compute bond-level analytics, you aggregate and present. Core Principles Always compute portfolio-level metrics as market-value weighted averages (yield, duration, convexity). Pri...
|
117 |
| 7344 | container-registry-management | aj-geddes/useful-ai-prompts |
Container Registry Management Overview Implement comprehensive container registry management including image scanning, vulnerability detection, retention policies, access control, and multi-region replication. When to Use Container image storage and distribution Security scanning and compliance Image retention and cleanup Registry access control Multi-region deployments Image signing and verification Cost optimization Implementation Examples 1. AWS ECR Setup and Management ecr-setup.yaml apiV...
|
117 |
| 7345 | seo-authority-builder | sickn33/antigravity-awesome-skills |
Use this skill when Working on seo authority builder tasks or workflows Needing guidance, best practices, or checklists for seo authority builder Do not use this skill when The task is unrelated to seo authority builder 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-pl...
|
117 |
| 7346 | git:load-issues | neolabhq/context-engineering-kit |
Load all open issues from the current GitHub repository and save them as markdown files in the ./specs/issues/ directory. Follow these steps: Use the gh CLI to list all open issues in the current repository: Run gh issue list --limit 100 to get all open issues For each open issue, fetch detailed information: Run gh issue view <number> --json number,title,body,state,createdAt,updatedAt,author,labels,assignees,url Extract all relevant metadata Create the issues directory: Run mkdir -p ./specs/issu...
|
117 |
| 7347 | axiom-vision-diag | charleswiltgen/axiom |
Vision Framework Diagnostics Systematic troubleshooting for Vision framework issues: subjects not detected, missing landmarks, low confidence, performance problems, coordinate mismatches, text recognition failures, barcode detection issues, and document scanning problems. Overview Core Principle : When Vision doesn't work, the problem is usually: Environment (lighting, occlusion, edge of frame) - 40% Confidence threshold (ignoring low confidence data) - 30% Threading (blocking main thread causes...
|
117 |
| 7348 | implement | hyperb1iss/hyperskills |
Implement Skill Quick Ref: Execute single issue end-to-end. Output: code changes + commit + closed issue. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execute a single issue from start to finish. CLI dependencies: bd (issue tracking), ao (ratchet gates). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use the issue description directly and track progress via TaskList instead of beads. Execution Steps Given /implement <issue-id-or-description> : St...
|
117 |
| 7349 | self-evolving skill | jackjin1997/clawforge |
Self-Evolving Skill 元认知自学习系统 - 基于预测编码和价值驱动的Skill自动演化。 功能 ResidualPyramid金字塔分解,量化认知缺口 - : 残差 自适应反思触发 : 基于残差能量自动判断何时需要学习 经验回放 : 缓存已学模式,降低重复触发 价值门控 : 只有提升长期价值才接受变异 持久化 : 经验自动保存/加载 安装 技能已安装到 ~/.openclaw/skills/self-evolving-skill 或使用ClawHub clawhub install self-evolving-skill 架构 self-evolving-skill/ ├── core/ Python核心 │ ├── residual_pyramid.py 残差金字塔(SVD分解) │ ├── reflection_trigger.py 自适应触发器 │ ├── experience_replay.py 经验回放缓存 │ ├── skill_engine.py 核心引擎...
|
116 |
| 7350 | skybridge | alpic-ai/skybridge |
Creating Apps For LLMs Those are conversational experiences that extend AI assistants through tools and custom UI widgets. They're built as MCP servers invoked during conversations. ⚠️ The app is consumed by two users at once: the human and the AI Assistant LLM . They collaborate through the widget—the human interacts with it, the LLM sees its state. Internalize this before writing code: the widget is your shared surface. SPEC.md keeps track of the app's requirements and design decisions. Keep i...
|
116 |