███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4801 | spring-boot-rest-api-standards | giuseppe-trisciuoglio/developer-kit |
Spring Boot REST API Standards This skill provides comprehensive guidance for building RESTful APIs in Spring Boot applications with consistent design patterns, proper error handling, validation, and architectural best practices based on REST principles and Spring Boot conventions. Overview Spring Boot REST API standards establish consistent patterns for building production-ready REST APIs. These standards cover resource-based URL design, proper HTTP method usage, status code conventions, DTO pa...
|
2.7K |
| 4802 | bigquery-bigframes | google/skills |
BigFrames (BigQuery DataFrame) basics BigFrames is a Python library that lets you take advantage of BigQuery data processing by using familiar Python APIs. Show more Installs 748 Repository google/skills GitHub Stars 14.9K First Seen Jun 29, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
2.7K |
| 4803 | vueuse-functions | vueuse/skills |
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
|
2.7K |
| 4804 | app-marketing-context | eronred/aso-skills |
App Marketing Context You are an expert mobile app marketing strategist. Your goal is to help the user create a comprehensive context document that all other ASO and app marketing skills will reference. Initial Assessment Check if app-marketing-context.md exists in the project root or .claude/ directory. If it exists: Read it and ask if the user wants to update any section. If it doesn't exist: Walk through each section below, asking questions to build the document. Context Document Structure Cr...
|
2.7K |
| 4805 | elasticsearch-audit | elastic/agent-skills |
Elasticsearch Audit Logging Enable and configure security audit logging for Elasticsearch via the cluster settings API. Audit logs record security events such as authentication attempts, access grants and denials, role changes, and API key operations — essential for compliance and incident investigation. For Kibana audit logging (saved object access, login/logout, space operations), see kibana-audit . For authentication and API key management, see elasticsearch-authn . For roles and user managem...
|
2.7K |
| 4806 | elasticsearch-authz | elastic/agent-skills |
Elasticsearch Authorization Manage Elasticsearch role-based access control: native users, roles, role assignment, and role mappings for external realms. For authentication methods and API key management, see the elasticsearch-authn skill. For detailed API endpoints, see references/api-reference.md . Deployment note: Feature availability differs between self-managed, ECH, and Serverless. See Deployment Compatibility for details. Jobs to Be Done Create a native user with a specific set of privileg...
|
2.7K |
| 4807 | kibana-agent-builder | elastic/agent-skills |
Manage Agent Builder Agents and Tools in Kibana Create, update, delete, inspect, and chat with Agent Builder agents. Create, update, delete, list, and test custom tools (ES|QL, index search, workflow). If the user provided a name, use $ARGUMENTS as the default agent name. Prerequisites Set these environment variables before running any script: Variable Required Description KIBANA_URL Yes Kibana base URL (e.g., https://my-deployment.kb.us-east-1.aws.elastic.cloud ) KIBANA_API_KEY No API key for a...
|
2.7K |
| 4808 | vm-and-bytecode-reverse | yaklang/hack-skills |
SKILL: VM & Bytecode Reverse Engineering — Expert Analysis Playbook AI LOAD INSTRUCTION : Expert techniques for reversing custom virtual machines and bytecode interpreters. Covers dispatcher identification, opcode mapping, custom ISA reconstruction, disassembler/decompiler writing, maze challenges, and real-world VM protector analysis. Base models often fail to recognize the fetch-decode-execute pattern or attempt to analyze VM bytecode as native code. 0. RELATED ROUTING code-obfuscation-deobfus...
|
2.7K |
| 4809 | domain-modeling | vinvcn/mattpocock-skills-zh-cn |
Domain Modeling Actively build and sharpen the project's domain model as you design. This is the active discipline — challenging terms, inventing edge-case scenarios, and writing the glossary and decisions down the moment they crystallise. (Merely reading CONTEXT.md for vocabulary is not this skill — that's a one-line habit any skill can do. This skill is for when you're changing the model, not just consuming it.) File structure Most repos have a single context: / ├── CONTEXT.md ├── docs/ │ └─...
|
2.7K |
| 4810 | diagnosing-bugs | vinvcn/mattpocock-skills-zh-cn |
Diagnosing Bugs A discipline for hard bugs. Skip phases only when explicitly justified. When exploring the codebase, read CONTEXT.md (if it exists) to get a clear mental model of the relevant modules, and check ADRs in the area you're touching. Phase 1 — Build a feedback loop This is the skill. Everything else is mechanical. If you have a tight pass/fail signal for the bug — one that goes red on this bug — you will find the cause; bisection, hypothesis-testing, and instrumentation all just consu...
|
2.7K |
| 4811 | code-review | vinvcn/mattpocock-skills-zh-cn |
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
|
2.7K |
| 4812 | codehealth-mcp | affaan-m/ecc |
Code Health MCP (CodeScene) Structural maintainability feedback for AI-assisted coding. Complements style/lint skills ( coding-standards , plankton-code-quality ) with design-level health scores and regression gates. Upstream: codescene-oss/codescene-mcp-server Package: @codescene/codehealth-mcp (stdio via npx) Security and boundaries Opt-in (ECC): The codescene block in mcp-configs/mcp-servers.json is a template only. ECC plugin installs do not auto-enable bundled MCP servers. Copy the entry in...
|
2.7K |
| 4813 | intent-driven-development | affaan-m/ecc |
Intent-Driven Development Produce useful acceptance criteria without turning specification into ceremony. Inspect available context first, expose genuine ambiguity, and choose verification methods that fit the work and its risk. When to Activate User asks to clarify a feature, define acceptance criteria, or de-risk a change before implementation Request touches security, authentication, persistent data, migrations, external APIs, or compliance User wants to prepare a handoff artifact for another...
|
2.7K |
| 4814 | google-cloud-recipe-foundation-builder | google/skills |
Google Cloud Recipe: Foundation Builder [!WARNING] This skill is currently in a preview state. It will deploy a secure foundation, but does not have all advanced features. Users who want more options should visit Google Cloud Setup . This skill guides the setup of a secure, enterprise-grade Google Cloud landing zone foundation. It establishes baseline security controls, organizes the initial resource hierarchy, and configures centralized audit logging and cross-environment monitoring. Overview T...
|
2.7K |
| 4815 | improve-ui | ibelick/ui-skills |
Improve UI Audit one coherent product surface against the system that actually governs it. Preserve the product's identity, reuse existing owners, and prefer no finding to an unsupported one. Write plans only for changes the user selects; another agent executes them. Boundaries Never modify product source. Create or edit files only under design-plans/ . Do not install dependencies, run formatters, commit, push, or otherwise mutate the working tree. Do not update design documentation. Record acce...
|
2.7K |
| 4816 | ads-test | agricidaniel/claude-ads |
A/B Test Design & Experiment Planning Process Understand what the user wants to test (creative, audience, bidding, landing page) Build structured hypothesis using the framework below Calculate required sample size and estimated duration Recommend platform-specific test setup Define success criteria and measurement plan Hypothesis Framework Every test must start with a structured hypothesis: Show more
|
2.7K |
| 4817 | retention-optimization | eronred/aso-skills |
Retention Optimization You are an expert in mobile app retention and engagement strategy. Your goal is to diagnose retention issues and provide a prioritized plan to keep users coming back. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current retention metrics (Day 1, Day 7, Day 30 if available) Ask for app category (benchmarks vary dramatically) Ask about monetization model (retention strategy differs for free vs subscription) Ask about current engagement ...
|
2.7K |
| 4818 | app-analytics | eronred/aso-skills |
App Analytics You are an expert in mobile app analytics and measurement strategy. Your goal is to help the user set up meaningful tracking, interpret their data, and make data-driven decisions. Initial Assessment Check for app-marketing-context.md — read it for context Ask: What analytics tools do you currently use? Ask: What are your top 3 questions about your app's performance? Ask: What decisions do you need data to make? Ask: Do you run paid acquisition? (attribution matters) Analytics Stack...
|
2.7K |
| 4819 | localization | eronred/aso-skills |
App Store Localization You are an expert in App Store internationalization and localization strategy. Your goal is to help the user expand to new markets by localizing their App Store presence effectively. Initial Assessment Check for app-marketing-context.md — read it for current markets and languages Ask for the App ID (to see current localizations) Ask: Is the app itself localized (UI, content) or just the store listing? Ask: Which markets are they considering? Ask: Budget — professional tran...
|
2.7K |
| 4820 | path-traversal-lfi | yaklang/hack-skills |
SKILL: Path Traversal / Local File Inclusion (LFI) — Expert Attack Playbook AI LOAD INSTRUCTION : Expert path traversal and LFI techniques. Covers encoding bypass sequences, OS differences, filter bypass, PHP wrapper exploitation, log poisoning to RCE, and the critical distinction between path traversal (read only) vs LFI (execution). Base models miss encoding chains and RCE escalation paths. 0. RELATED ROUTING Before deep exploitation, you can first load: upload insecure files when the primary ...
|
2.7K |
| 4821 | binary-protection-bypass | yaklang/hack-skills |
SKILL: Binary Protection Bypass — Expert Attack Playbook AI LOAD INSTRUCTION : Expert binary protection identification and bypass techniques. Covers ASLR, PIE, NX, RELRO, canary, FORTIFY_SOURCE, stack clash, CET shadow stack, and ARM MTE. Each protection is paired with its bypass methods and required primitives. Distilled from ctf-wiki mitigation sections and real-world exploitation. Base models often confuse which protections block which attacks and miss the combinatorial effect of multiple pro...
|
2.7K |
| 4822 | kibana-streams | elastic/agent-skills |
Kibana Streams Read stream metadata, settings, queries, significant events, and attachments, and manage stream lifecycle (enable, disable, resync) via the Kibana Streams REST API. Streams are an experimental way to manage data in Kibana — expect API and behavior changes. This skill covers read operations and lifecycle only; create, update, delete, fork, and other mutating operations may be added in a later version. For detailed endpoints and parameters, see references/streams-api-reference.md . ...
|
2.7K |
| 4823 | anti-debugging-techniques | yaklang/hack-skills |
SKILL: Anti-Debugging Techniques — Detection & Bypass Playbook AI LOAD INSTRUCTION : Expert anti-debug techniques across Linux and Windows. Covers ptrace, PEB flags, NtQueryInformationProcess, timing attacks, signal-based detection, TLS callbacks, VEH tricks, and all corresponding bypass methods. Base models often miss the distinction between user-mode and kernel-mode detection and the correct patching strategy for each. 0. RELATED ROUTING code-obfuscation-deobfuscation when the binary also uses...
|
2.7K |
| 4824 | orch-build-mvp | affaan-m/ecc |
orch-build-mvp Actor · action · target: orch · build · mvp . Thin wrapper over the shared engine in orch-pipeline . When to Use The user has a design / spec document (SDD, PRD, system_design) and wants a working vertical slice bootstrapped from it. Takes a doc path as its argument, e.g. civicpulse/docs/SDD-v0.6.md . Operation settings Default size floor: large — this is the full pipeline including Scaffold. Phase mask: 0 (read the spec) → 1 → 2 (heavy) → 3 (scaffold) → 4 → 5 → 6. First move (pha...
|
2.7K |
| 4825 | managing-amazon-msk | aws/agent-toolkit-for-aws |
Amazon MSK Overview Domain expertise for operating Amazon MSK Provisioned clusters with Standard and Express broker types. Covers performance troubleshooting, consumer lag diagnosis, storage management, cluster sizing, client configuration, and CloudWatch monitoring. Execute commands using available tools from the AWS MCP server when connected — it provides sandboxed execution, audit logging, and observability. When the MCP server is not available, fall back to the AWS CLI or shell as needed. St...
|
2.7K |
| 4826 | competitor-analysis | every-app/open-seo |
Competitor Analysis SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
|
2.7K |
| 4827 | seo-coach | every-app/open-seo |
OpenSEO Coach Goal Act as a friendly SEO coach for users working with OpenSEO and an AI agent. Help them understand what the workflows do, choose the right next action, and use the agent's full toolset effectively. Tone Be warm, direct, and beginner-friendly. Ask whether the user is new to SEO and adapt the explanation depth. Avoid sounding like a course or a consultant deck. Make SEO feel doable. First response When this mode starts, orient the user: Ask whether they are new to SEO, experienced...
|
2.7K |
| 4828 | deploying-custom-domain-rest-api | aws/agent-toolkit-for-aws |
Custom Domain REST API with Lambda and Request Authorizer Overview This SOP deploys a REST API with a Regional custom domain name, a Lambda backend function, and a request-based Lambda authorizer. It handles ACM certificate provisioning, IAM role creation, Lambda function deployment, API Gateway REST API creation with a custom authorizer, custom domain configuration, base path mapping, and Route 53 DNS setup. The architecture includes: An API Gateway REST API with an endpoint type of REGIONAL A ...
|
2.7K |
| 4829 | keyword-clustering | every-app/open-seo |
OpenSEO Keyword Clustering Goal Group keywords into page-level clusters and decide which existing or new page should target each cluster. This is a keyword mapping workflow, not just a semantic grouping exercise. Required inputs projectId A keyword list, saved keyword tag, seed topic, or target domain Optional existing URLs/pages to map against If keywords are not provided, use list_saved_keywords for saved sets, research_keywords for seed discovery, or get_ranked_keywords when the user starts f...
|
2.7K |
| 4830 | competitive-landscape | every-app/open-seo |
Competitive Landscape Analysis Comprehensive frameworks for analyzing competition, identifying differentiation opportunities, and developing winning market positioning strategies. Overview Understand competitive dynamics using proven frameworks (Porter's Five Forces, Blue Ocean Strategy, positioning maps) to identify opportunities and craft defensible competitive advantages. Porter's Five Forces Analyze industry attractiveness and competitive intensity. Force 1: Threat of New Entrants Bar...
|
2.7K |
| 4831 | seo-project-setup | every-app/open-seo |
OpenSEO SEO Project Setup Goal Help the user set up a local SEO workspace for one website or SEO project. The folder is where the agent saves notes, goals, exports, briefs, reports, preferences, and project context over time. This is a workspace and context setup workflow, not a full audit. Tone Be friendly, practical, and structured. Ask questions in small batches. Explain why each item matters only when useful. Do not overwhelm a beginner with jargon. Checklist 1. Pick a working folder Suggest...
|
2.7K |
| 4832 | unit-test-boundary-conditions | giuseppe-trisciuoglio/developer-kit |
Unit Testing Boundary Conditions and Edge Cases Overview This skill provides systematic patterns for testing boundary conditions, edge cases, and limit values using JUnit 5. It covers numeric boundaries (Integer.MIN_VALUE, MAX_VALUE), string edge cases (null, empty, whitespace), collection boundaries, floating-point precision, date/time limits, and concurrent access patterns. When to Use Use this skill when: Testing minimum and maximum values Testing null and empty inputs Testing whitespace-only...
|
2.7K |
| 4833 | implement | vinvcn/mattpocock-skills-zh-cn |
Implement the work described by the user in the PRD or issues. Use /tdd where possible, at pre-agreed seams. Run typechecking regularly, single test files regularly, and the full test suite once at the end. Once done, use /review to review the work. Commit your work to the current branch. Installs 1.7K Repository mattpocock/skills GitHub Stars 132.4K First Seen 1 day ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
2.7K |
| 4834 | orch-add-feature | affaan-m/ecc |
orch-add-feature Actor · action · target: orch · add · feature . Thin wrapper over the shared engine in orch-pipeline . When to Use The user wants a capability that does not exist yet ("add", "build", "implement", "support …"). It is net-new behavior — not a correction ( orch-fix-defect ) and not an alteration of existing behavior ( orch-change-feature ). Operation settings Default size floor: standard — run Research + Plan unless clearly small. Phase mask: 0 → 1 → 2 → 4 → 5 → 6 (skip 3 Scaffold...
|
2.7K |
| 4835 | orch-pipeline | affaan-m/ecc |
Orchestrator Pipeline (shared engine) The orch-* skills are thin wrappers. They do not re-implement any work — they classify the request, choose which phases of this pipeline run, and delegate each phase to an existing ECC agent or command. This file is that pipeline. Invoke an operation skill ( orch-add-feature , orch-fix-defect , …) rather than this engine directly. This file is the reference they point at. When to Use Loaded indirectly whenever an orch-* operation skill runs. Read directly on...
|
2.7K |
| 4836 | inherit-legacy-style | affaan-m/ecc |
Inherit Legacy Style Prevents AI code style drift in legacy projects by scanning the codebase for implicit conventions across 4 meta-architecture dimensions, resolving conflicts with the user one at a time, and crystallizing the consensus into an enforceable .ai-style-rules.md . Fully language- and framework-agnostic. When to Activate User types /inherit-legacy-style User mentions onboarding AI onto a hand-written legacy project User is worried about AI-generated code "drifting" from existing pr...
|
2.7K |
| 4837 | orch-fix-defect | affaan-m/ecc |
orch-fix-defect Actor · action · target: orch · fix · defect . Thin wrapper over the shared engine in orch-pipeline . When to Use Something is broken : wrong output, an error, a crash, a regression. Distinguish from siblings: behavior is correct but you want it different → orch-change-feature . the capability does not exist yet → orch-add-feature . Operation settings Show more Installs 909 Repository affaan-m/ecc GitHub Stars 239.2K First Seen Jun 7, 2026 Security Audits Gen Agent Trust Hub Pass...
|
2.7K |
| 4838 | orch-refine-code | affaan-m/ecc |
orch-refine-code Actor · action · target: orch · refine · code . Thin wrapper over the shared engine in orch-pipeline . When to Use Same behavior, better structure : extract modules, remove duplication, kill dead code, reduce nesting, rename for clarity. Distinguish from siblings: if behavior is meant to change at all, this is the wrong skill ( orch-change-feature / orch-fix-defect ). Operation settings Show more Installs 907 Repository affaan-m/ecc GitHub Stars 239.2K First Seen Jun 7, 2026 Sec...
|
2.7K |
| 4839 | processing-s3-uploads-with-step-functions | aws/agent-toolkit-for-aws |
Step Functions Workflow: Route S3 Uploads to Lambda or Fargate Overview This skill deploys an event-driven workflow using AWS CLI. When a file is uploaded to an S3 bucket, EventBridge triggers a Step Functions state machine. The state machine checks the file size and routes processing to either a Lambda function (files ≤ 6 MB) or a Fargate task (files > 6 MB). The architecture includes: An S3 bucket with EventBridge notifications enabled An EventBridge rule that triggers Step Functions on S3 obj...
|
2.7K |
| 4840 | link-prospecting | every-app/open-seo |
OpenSEO Link Prospecting Goal Find realistic pages, sites, and authors that might reference the user's page, product, study, guide, or tool. Use OpenSEO for prospect discovery, then use available web/search/browser tools for contact discovery. Required inputs projectId User domain or target URL Linkable asset, page, product, study, tool, or topic Optional competitors Optional market/location/language OpenSEO MCP tools Show more Installs 791 Repository every-app/open-seo GitHub Stars 6.7K First S...
|
2.7K |
| 4841 | apify-competitor-intelligence | apify/agent-skills |
Analyze competitors using Apify Actors to extract data from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify competitor analysis type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preferences (format, filename) - [ ] Ste...
|
2.6K |
| 4842 | update-docs | vercel/next.js |
Update Documentation Guide for updating voxtype documentation across all locations. Documentation Locations Document Location When to Update User Manual docs/USER_MANUAL.md New features, usage changes Configuration Guide docs/CONFIGURATION.md New config options Troubleshooting docs/TROUBLESHOOTING.md New error conditions, fixes FAQ docs/FAQ.md Common questions README README.md Major features, installation changes Website News website/news/index.html Every release GitHub Release GitHub Releases...
|
2.6K |
| 4843 | resume ats optimizer | paramchoudhary/resumeskills |
Use this skill when the user wants to: - Optimize their resume for Applicant Tracking Systems (ATS) - Check if their resume will pass automated screening - Understand why their applications aren't getting responses - Mentions keywords like: "ATS", "not getting interviews", "resume not working", "optimize resume", "keyword optimization" Also use when the user provides a resume file and mentions they're applying to jobs. Core Capabilities - Parse resume and test ATS compatibility - Extrac...
|
2.6K |
| 4844 | claude-in-chrome-troubleshooting | trailofbits/skills |
Claude in Chrome MCP Troubleshooting Use this skill when Claude in Chrome MCP tools fail to connect or work unreliably. When to Use mcp__claude-in-chrome__* tools fail with "Browser extension is not connected" Browser automation works erratically or times out After updating Claude Code or Claude.app When switching between Claude Code CLI and Claude.app (Cowork) Native host process is running but MCP tools still fail When NOT to Use Linux or Windows users - This skill covers macOS-specific path...
|
2.6K |
| 4845 | apify-content-analytics | apify/agent-skills |
Track and analyze content performance using Apify Actors to extract engagement metrics from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify content analytics type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preference...
|
2.6K |
| 4846 | tanstack-query | jezweb/claude-skills |
Overview TanStack Query (formerly React Query) manages server state - data that lives on the server and needs to be fetched, cached, synchronized, and updated. It provides automatic caching, background refetching, stale-while-revalidate patterns, pagination, infinite scrolling, and optimistic updates out of the box. Package: @tanstack/react-query Devtools: @tanstack/react-query-devtools Current Version: v5 Installation npm install @tanstack/react-query npm install -D @tanstack/react-query-devtoo...
|
2.6K |
| 4847 | proactive-self-improving-agent | yanhongxi-openclaw/proactive-self-improving-agent |
Proactive Self-Improving Agent 自动捕获经验 · 安全进化 · 记录轨迹 让 agent 在日常工作中自动识别错误、纠正和最佳实践,结构化记录,安全地将经验沉淀为长期能力。 目录 核心理念 经验记录系统 经验进化路径 操作日志 行为准则 快速参考 Show more Installs 82 Repository claw-opus/proac…ng-agent GitHub Stars 15 First Seen Mar 12, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
2.6K |
| 4848 | email-drafter | shubhamsaboo/awesome-llm-apps |
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
|
2.6K |
| 4849 | brand-storytelling | refoundai/lenny-skills |
Brand Storytelling Help the user craft compelling narratives that make their brand memorable using techniques from 30 product leaders and storytelling experts. How to Help When the user asks for help with brand storytelling: Understand the context - Ask who the audience is (investors, customers, employees) and what action they want to inspire Find the core story - Help identify the transformation, movement, or unique insight at the heart of the brand Structure the narrative - Apply proven framew...
|
2.6K |
| 4850 | startup-ideation | refoundai/lenny-skills |
Startup Ideation Help the user generate and evaluate startup ideas using frameworks and insights from 2 product leaders. How to Help When the user asks for help with startup ideation: Understand their background - Ask about their personal experience, skills, and what problems they've encountered firsthand Explore information sources - Discuss what they read, who they talk to, and whether their information diet is differentiated Apply the Why Now test - Help them identify what has changed that ma...
|
2.6K |