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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,599
总 Skills
166.1M
总安装量
2,749
贡献者
# Skill 仓库 描述 安装量
19101 api-testing sgcarstrends/sgcarstrends
API Testing Expert knowledge for testing HTTP APIs with Supertest (TypeScript/JavaScript) and httpx/pytest (Python). TypeScript/JavaScript (Supertest) Installation Using Bun bun add -d supertest @types/supertest or: npm install -D supertest @types/supertest Basic Setup import { describe , it , expect } from 'vitest' import request from 'supertest' import { app } from './app' describe ( 'API Tests' , ( ) => { it ( 'returns health status' , async ( ) => { const response = await request ( app ) ....
67
19102 early-hiring-advisor shipshitdev/library
Early Hiring Advisor - First 10 Hires Playbook Overview Help indie founders make critical first hires using Hexa's methodology. Guide users through role prioritization, compensation frameworks, and equity allocation. Hexa Principle: "Launching a project is not about building a product within the team, but about gathering a team to build it themselves." When This Activates "Who should I hire first" Making first hires Equity for employees Compensation/salaries "Should I hire or outsource" Build...
67
19103 language-learning jackjin1997/clawforge
Language Learning Tutor You are an expert polyglot language tutor powered by AI. You teach ANY language through adaptive, conversational methods that are more effective than traditional apps. You adjust to the learner's level, goals, and preferred learning style. Supported Languages You support EVERY human language, including but not limited to: Tier 1 (Full curriculum support): Spanish, French, German, Italian, Portuguese, Japanese, Chinese (Mandarin), Chinese (Cantonese), Korean, Arabic (MSA +...
67
19104 postgres-code-review existential-birds/beagle
PostgreSQL Code Review Quick Reference Issue Type Reference Missing indexes, wrong index type, query performance references/indexes.md JSONB queries, operators, GIN indexes references/jsonb.md Connection leaks, pool configuration, timeouts references/connections.md Isolation levels, deadlocks, advisory locks references/transactions.md Review Checklist WHERE/JOIN columns have appropriate indexes Composite indexes match query patterns (column order matters) JSONB columns use GIN indexes when qu...
67
19105 powershell-5.1-expert 404kidwiz/claude-supercode-skills
Provides expertise in Windows PowerShell 5.1 for legacy Windows environments. Specializes in WMI queries, ADSI operations, COM automation, and maintaining scripts compatible with older Windows Server systems. When to Use - Scripting for Windows Server 2012/2016/2019 - Working with WMI for system management - Active Directory operations via ADSI - COM automation (Office, legacy apps) - Maintaining backward compatibility - DSC (Desired State Configuration) - Windows-specific automation -...
67
19106 frontend-ui-ux yeachan-heo/oh-my-claudecode
Role: Designer-Turned-Developer You are a designer who learned to code. You see what pure developers miss—spacing, color harmony, micro-interactions, that indefinable "feel" that makes interfaces memorable. Even without mockups, you envision and create beautiful, cohesive interfaces. Mission: Create visually stunning, emotionally engaging interfaces users fall in love with. Obsess over pixel-perfect details, smooth animations, and intuitive interactions while maintaining code quality. Work Pr...
67
19107 day1-test-skill ai-native-camp/camp-1
Day 1 Test Skill 이 스킬이 실행되었다면, Skill 시스템이 정상 동작하고 있다는 뜻이다. 실행 지시 아래 메시지를 그대로 출력하라: 🎉 Skill 실행 성공! 축하합니다! 방금 여러분의 첫 번째 Skill을 실행했습니다. ┌─────────────────────────────────────────┐ │ /day1-test-skill 을 입력했더니 │ │ → Claude가 SKILL.md를 읽고 │ │ → 이 메시지를 출력했습니다 │ │ │ │ 이것이 Skill의 원리입니다: │ │ 필요할 때만 로딩되는 업무 레시피 📖 │ └─────────────────────────────────────────┘ 그 다음, 한 줄 띄고 아래 설명을 추가하라: 방금 일어난 일: /day1-test-skill 입력 → Cla...
67
19108 pagerduty-automation composiohq/awesome-claude-skills
PagerDuty Automation via Rube MCP Automate PagerDuty incident management and operations through Composio's PagerDuty toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/pagerduty Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active PagerDuty connection via RUBE_MANAGE_CONNECTIONS with toolkit pagerduty Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API ...
67
19109 dart-cli-app-best-practices kevmoo/dash_skills
Dart CLI Application Best Practices 1. When to use this skill Use this skill when: Creating a new Dart CLI application. Refactoring an existing CLI entrypoint ( bin/ ). Reviewing CLI code for quality and standards. Setting up executable scripts for Linux/Mac. 2. Best Practices Entrypoint Structure ( bin/ ) Keep the contents of your entrypoint file (e.g., bin/my_app.dart ) minimal. This improves testability by decoupling logic from the process runner. DO: // bin/my_app.dart import 'package:my_app...
67
19110 instantly vm0-ai/vm0-skills
Instantly API Use the Instantly API via direct curl calls to automate cold email outreach, manage campaigns, leads, and sending accounts. Official docs: https://developer.instantly.ai/ When to Use Use this skill when you need to: Manage email campaigns - create, launch, pause campaigns Handle leads - add, update, list leads in campaigns Manage sending accounts - list and configure email accounts Automate outreach - schedule sends and manage lead lists Prerequisites Sign up at Instantly.ai (...
67
19111 sentry-automation sickn33/antigravity-awesome-skills
Sentry Automation via Rube MCP Automate Sentry error tracking and monitoring operations through Composio's Sentry toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/sentry Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Sentry connection via RUBE_MANAGE_CONNECTIONS with toolkit sentry Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed ...
67
19112 using-git-worktrees izyanrajwani/agent-skills-library
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
67
19113 moai-foundation-quality modu-ai/moai-adk
Enterprise Code Quality Orchestrator Enterprise-grade code quality management system that combines systematic code review, proactive improvement suggestions, and automated best practices enforcement. Provides comprehensive quality assurance through TRUST 5 framework validation with Context7 integration for real-time best practices. Quick Reference (30 seconds) Core Capabilities: TRUST 5 Validation: Testable, Readable, Unified, Secured, Trackable quality gates Proactive Analysis: Automated is...
67
19114 mastra-embedded-docs-look-up mastra-ai/skills
Mastra Embedded Docs Lookup Look up API signatures from embedded docs in node_modules/@mastra/*/dist/docs/ - these match the installed version. Documentation Structure node_modules/@mastra/core/dist/docs/ ├── SKILL.md Package overview, exports ├── SOURCE_MAP.json Export→file mappings └── [topics]/ Feature docs (agents/, workflows/, etc.) Lookup Process 1. Find the export: cat node_modules/@mastra/core/dist/docs/SOURCE_MAP.json | grep '"Agent"' Returns: { "Agent": ...
67
19115 atlassian i9wa4/dotfiles
Atlassian Skill Jira operations via acli, Confluence operations via REST API script. 1. Environment Setup 1.1. Required Environment Variables ATLASSIAN_SITE=https://your-instance.atlassian.net ATLASSIAN_EMAIL=your-email@example.com ATLASSIAN_API_TOKEN=your-api-token 1.2. API Token Creation Access https://id.atlassian.com/manage-profile/security/api-tokens Click "Create API token" Select "Create classic API token" (NOT scoped) Classic tokens work with both acli and REST API scripts. 2. Jira ...
67
19116 readiness-report openhands/skills
Agent Readiness Report Evaluate how well a repository supports autonomous AI development by analyzing it across eight technical pillars and five maturity levels. Overview Agent Readiness measures how prepared a codebase is for AI-assisted development. Poor feedback loops, missing documentation, or lack of tooling cause agents to waste cycles on preventable errors. This skill identifies those gaps and prioritizes fixes. Quick Start The user will run /readiness-report to evaluate the current repos...
67
19117 nansen-token-discovery nansen-ai/nansen-cli
Token Discovery Answers: "What tokens are trending and worth a deeper look?" CHAIN = solana Screen top tokens by volume nansen research token screener --chain $CHAIN --timeframe 24h --limit 20 → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days Smart money only nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20 Search within screener results (client-side filter) nansen research token screener --chain ...
67
19118 homebrew-cask-authoring connorads/dotfiles
Author and maintain Homebrew Casks with correct token naming, stanzas, audit/style compliance, and local install testing. Operating rules - Prefer the official Homebrew documentation (Cask Cookbook, Acceptable Casks) when uncertain. - Keep casks minimal: only add stanzas that are required for correct install/uninstall/cleanup. - Avoid destructive system changes unless explicitly requested; call out any `rm`/tap changes before suggesting them. - When testing local casks, ensure Homebrew rea...
67
19119 shadcn-component-discovery mattbx/shadcn-skills
shadcn Component Discovery Stop reinventing the wheel. Search 1,500+ existing shadcn components before building custom. Core Principle ALWAYS search before building. The shadcn ecosystem has components for almost everything. A 5-second search can save hours of development. When to Use This Skill Proactive Triggers (Search Automatically) Activate this skill BEFORE writing component code when: Building any UI component (tables, forms, modals, etc.) Creating page layouts or sections Adding animatio...
67
19120 datadog-observability bobmatnyc/claude-mpm-skills
Datadog is a SaaS observability platform providing unified monitoring across infrastructure, applications, logs, and user experience. It offers AI-powered anomaly detection, 1000+ integrations, and OpenTelemetry compatibility. Core Capabilities: - APM: Distributed tracing with automatic instrumentation for 8+ languages - Infrastructure: Host, container, and cloud service monitoring - Logs: Centralized collection with processing pipelines and 15-month retention - Metrics: Custom metrics via ...
67
19121 affiliate-marketing openclaudia/openclaudia-skills
Channels: Affiliate Guides affiliate marketing strategy for AI/SaaS products. Affiliate marketing uses a CPS (Cost Per Sale) model—pay only when sales occur. ROI typically 5:1 to 10:1; CAC 40%–50% lower than paid ads. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context fir...
67
19122 video-outline-generation alchaincyf/glm-claude
当用户出现以下任一需求时,使用此技能: - 需要制作"视频大纲"、"视频脚本" - 进行"视频策划"、"视频内容规划" - 准备"拍视频"、"做视频" - 需要"视频创意"、"视频方向" - 想要"视频结构"、"内容框架" 核心目标 根据用户需求快速生成多个视频创作方案,每个方案都包含完整的大纲结构,帮助用户快速开始视频制作。 执行流程 第一步:需求分析和定位确认 目标:明确视频的目标、受众和风格 关键要素分析: - 视频目标定位 主要目的:知识传递、娱乐搞笑、产品推广、品牌建设 - 成功指标:观看量、点赞率、完播率、转化率 - 期望效果:教育启发、情感共鸣、商业转化 - 目标受众分析 年龄段:青少年、青年、中年、老年 - 兴趣偏好:科技、生活、教育、娱乐 - 观看习惯:短视频(1-3分钟)、中等(5-10分钟)、长视频(10分钟+) - 消费场景:碎片时间、学习时间、休闲时间 - 内容类型确认 知识科普:教程、讲解、分析 - 生活分享:vlog、日常、体验 - 产品评测:开箱、测试、对比 - 娱乐内容:搞笑、挑战、故事 ...
67
19123 b2c-controllers salesforcecommercecloud/b2c-developer-tooling
Controllers Skill This skill guides you through creating storefront controllers for Salesforce B2C Commerce. Controllers handle HTTP requests and render responses for the storefront. Overview Controllers are JavaScript modules that handle storefront requests. A controller URL has this structure: https://{domain}/on/demandware.store/Sites-{SiteName}-Site/{locale}/{ControllerName}-{FunctionName} Example: https://example.com/on/demandware.store/Sites-RefArch-Site/en_US/Home-Show Two Controller Patt...
67
19124 quick-view shipshitdev/library
Quick View Generate minimal HTML to review structured data in a browser. Minimal styling, maximum readability. When to Use User wants to review output that's hard to read in terminal Lists, tables, drafts, summaries that benefit from visual layout User says: "show me", "view this", "make reviewable", "open as webpage" Output Rules DO: Semantic HTML: <table>, <ul>, <details>, <pre>, <h1-3> Use the base template with CSS variables Write to _private/views/ Open with open _private/views/{filenam...
67
19125 accelint-security-best-practices gohypergiant/agent-skills
Security Best Practices Systematic security auditing and vulnerability detection for JavaScript/TypeScript applications. Combines audit workflow with OWASP Top 10 security patterns for production-ready code. Framework-Agnostic Guidance : This skill provides security principles applicable across frameworks (Express, Fastify, Nest.js, Next.js, etc.). Code examples illustrate concepts using common patterns—adapt them to your project's specific framework and package manager (npm, yarn, pnpm, bun). N...
67
19126 postmark-automation composiohq/awesome-claude-skills
Postmark Automation via Rube MCP Automate Postmark transactional email operations through Composio's Postmark toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/postmark Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Postmark connection via RUBE_MANAGE_CONNECTIONS with toolkit postmark Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys neede...
67
19127 perf-lighthouse tech-leads-club/agent-skills
Lighthouse Audits CLI Quick Start Install npm install -g lighthouse Basic audit lighthouse https://example.com Mobile performance only (faster) lighthouse https://example.com --preset = perf --form-factor = mobile Output JSON for parsing lighthouse https://example.com --output = json --output-path = ./report.json Output HTML report lighthouse https://example.com --output = html --output-path = ./report.html Common Flags --preset = perf Performance only (skip accessibility, SEO, etc.) --for...
67
19128 mobile-developer 404kidwiz/claude-supercode-skills
Use this skill when Working on mobile developer tasks or workflows Needing guidance, best practices, or checklists for mobile developer Do not use this skill when The task is unrelated to mobile developer 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...
67
19129 async-patterns pluginagentmarketplace/custom-plugin-nodejs
Async Programming Patterns Skill Master asynchronous programming - the foundation of Node.js performance and scalability. Quick Start Three pillars of async JavaScript: Callbacks - Traditional pattern (error-first) Promises - Modern chainable pattern Async/Await - Synchronous-looking async code Core Patterns Callbacks → Promises → Async/Await Evolution // 1. Callbacks (old way) fs.readFile('file.txt', (err, data) => { if (err) throw err; console.log(data); }); // 2. Promises (better) fs...
67
19130 resume-generator eyadsibai/ltk
Generate resumes tailored to specific job descriptions for maximum interview chances. When to Use - Applying for specific job positions - Customizing resume for different industries - Career transitions needing skill reframing - Optimizing for ATS (Applicant Tracking Systems) - Creating multiple resume versions Workflow - Analyze - Extract job requirements and keywords - Map - Match experience to requirements - Tailor - Reorganize and emphasize relevant content - Optimize - Include ...
67
19131 agents-v2-py sickn33/antigravity-awesome-skills
Azure AI Hosted Agents (Python) Build container-based hosted agents using ImageBasedHostedAgentDefinition from the Azure AI Projects SDK. Installation pip install azure-ai-projects >= 2.0 .0b3 azure-identity Minimum SDK Version: 2.0.0b3 or later required for hosted agent support. Environment Variables AZURE_AI_PROJECT_ENDPOINT = https:// < resource > .services.ai.azure.com/api/projects/ < project > Prerequisites Before creating hosted agents: Container Image - Build and push to Azure Container R...
67
19132 geo-fundamentals vudovn/antigravity-kit
GEO Fundamentals Optimization for AI-powered search engines. 1. What is GEO? GEO = Generative Engine Optimization Goal Platform Be cited in AI responses ChatGPT, Claude, Perplexity, Gemini SEO vs GEO Show more Installs 1.1K Repository sickn33/agentic…e-skills GitHub Stars 45.1K First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
67
19133 xss-html-injection sickn33/antigravity-awesome-skills
Cross-Site Scripting and HTML Injection Testing Purpose Execute comprehensive client-side injection vulnerability assessments on web applications to identify XSS and HTML injection flaws, demonstrate exploitation techniques for session hijacking and credential theft, and validate input sanitization and output encoding mechanisms. This skill enables systematic detection and exploitation across stored, reflected, and DOM-based attack vectors. Inputs / Prerequisites Required Access Target web appli...
67
19134 mutation-testing metabase/metabase
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
67
19135 git-hooks autumnsgrove/groveengine
Git Hooks Skill When to Activate Activate this skill when: Setting up pre-commit hooks Configuring commit message validation Installing secrets scanners Enforcing code quality standards Automating pre-push tests Quick Installation Use interactive installer (recommended) ./AgentUsage/pre_commit_hooks/install_hooks.sh Or manual installation for Python project cp AgentUsage/pre_commit_hooks/commit-msg .git/hooks/ cp AgentUsage/pre_commit_hooks/pre-commit-python .git/hooks/pre-commit cp AgentUsage...
67
19136 serializer-specialist shipshitdev/library
Serializer Specialist You design JSON:API serializer configurations for shared client and server packages. When to Use Adding or updating JSON:API serializers Modeling relationships and attributes Implementing serializer builders Core Concepts Keep attributes and relationships explicit. Use shared configs for consistency. Distinguish client and server id fields if needed. Pattern Attribute list Config with relationships Build serializer for target package Attribute Definitions export const art...
67
19137 baoyu-cover-image xy121718/baoyu-skills
Cover Image Generator Generate elegant cover images for articles with 5-dimensional customization. Usage Auto-select dimensions based on content /baoyu-cover-image path/to/article.md Quick mode: skip confirmation /baoyu-cover-image article.md --quick Specify dimensions /baoyu-cover-image article.md --type conceptual --palette warm --rendering flat-vector Style presets (shorthand for palette + rendering) /baoyu-cover-image article.md --style blueprint With reference images /baoyu-cover-image...
67
19138 yjs epicenterhq/epicenter
Yjs provides six shared types. You'll mostly use three: - `Y.Map` - Key-value pairs (like JavaScript Map) - `Y.Array` - Ordered lists (like JavaScript Array) - `Y.Text` - Rich text with formatting The other three (`Y.XmlElement`, `Y.XmlFragment`, `Y.XmlText`) are for rich text editor integrations. Client ID Every Y.Doc gets a random `clientID` on creation. This ID is used for conflict resolution—when two clients write to the same key simultaneously, the higher clientID wins, not the later...
67
19139 smtp-penetration-testing sickn33/antigravity-awesome-skills
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...
67
19140 php-expert oimiragieo/agent-studio
Php Expert laravel best practices rules When reviewing or writing code, apply these guidelines: Use Eloquent ORM instead of raw SQL queries when possible. Implement Repository pattern for data access layer. Use Laravel's built-in authentication and authorization features. Utilize Laravel's caching mechanisms for improved performance. Implement job queues for long-running tasks. Use Laravel's built-in testing tools (PHPUnit, Dusk) for unit and feature tests. Implement API versioning for public ...
67
19141 coda-automation composiohq/awesome-claude-skills
Coda Automation via Rube MCP Automate Coda document and data operations through Composio's Coda toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Coda connection via RUBE_MANAGE_CONNECTIONS with toolkit coda Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available...
67
19142 creative-director dylantarre/animation-principles
creative-director Curated from @smixs. What it does AI creative director with recursive self-assessment: 20+ methodologies (SIT, TRIZ, Bisociation, SCAMPER, Synectics), 3-axis evaluation calibrated against Cannes/D&AD/HumanKind, 5-phase process from brief to presentation. Source Upstream: https://github.com/smixs/creative-director-skill Category: creative-direction How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstr...
67
19143 docker-sandbox joelhooks/joelclaw
Docker Sandbox for Agent Tools Isolated execution of claude , codex , and other agent tools using Docker Desktop's docker sandbox (v0.11.0+). Uses existing Claude Max and ChatGPT Pro subscriptions — no API key billing. ADR : ADR-0023 Prerequisites Docker Desktop running (OrbStack works) docker sandbox version returns ≥0.11.0 Auth secrets stored in agent-secrets : claude_setup_token — from claude setup-token (1-year token, Max subscription) codex_auth_json — contents of ~/.codex/auth.json (ChatGP...
67
19144 groove-daily-start andreadellacorte/groove
groove-daily-start Outcome The workday is prepared: recent days are reviewed, today's daily memory file is created, tasks are consolidated and presented, and the user knows what to work on. Acceptance Criteria Yesterday's daily memory file is reviewed (summary shown; warn if missing or no end section) Today's daily memory file is created with a start-of-day structure (if it does not already exist) Task list is loaded and presented (grouped by status) User has a clear picture of the day's agenda ...
67
19145 expo-router jchaselubitz/drill-app
Expo Router Navigation Navigation and routing for Expo Router apps. For screen styling, colors, controls, animations, media, and visual effects, use the expo-native-ui skill. References Consult these resources as needed: references/ route-structure.md Route conventions, dynamic routes, groups, folder organization tabs.md NativeTabs, migration from JS tabs, iOS 26 features toolbar-and-headers.md Stack headers and toolbar buttons, menus, search (iOS only) form-sheet.md ...
67
19146 openapi-expert personamanagmentlayer/pcl
Expert guidance for OpenAPI Specification (formerly Swagger) - industry-standard for describing RESTful APIs with automatic documentation and code generation. Core Concepts OpenAPI Specification (OAS) - API description format (YAML/JSON) - Version 3.1 (latest) and 3.0 - Machine-readable API contracts - Automatic documentation generation - Client/server code generation - API validation and testing Key Components - Paths (endpoints) - Operations (HTTP methods) - Parameters - Reques...
67
19147 security-threat-model davila7/claude-code-templates
Threat Model Source Code Repo Deliver an actionable AppSec-grade threat model that is specific to the repository or a project path, not a generic checklist. Anchor every architectural claim to evidence in the repo and keep assumptions explicit. Prioritizing realistic attacker goals and concrete impacts over generic checklists. Quick start Collect (or infer) inputs: Repo root path and any in-scope paths. Intended usage, deployment model, internet exposure, and auth expectations (if known). Any ex...
67
19148 guide-updater huangwb8/chineseresearchlatex
将对话中新产生的可复用写作洞见实时沉淀到项目指南文件,保持术语口径一致、结构稳定、可检验与可复现。 使用方式 调用此技能时,必须在参数中指定指南文件路径: ``` /guide-updater --guide-path <路径> ``` 或自然语言形式: - "更新项目指南(路径:projects/MyProject/项目指南.md)" - "把这些内容同步到指南文件 docs/写作指南.md" 先决条件 每次更新前快速自检: - 不新增新的 `` 级标题;只在既有小节/列表中"融入"新增要点。 - 不改动既有标题文本、编号、顺序;不为"整理美观"重排大量内容。 - 新增内容默认写成 1 条或少量 bullet,紧贴相邻条目的写法与语气。 - 涉及事实/文献:只写可核验信息;无法核验则标注"待核验",不要编造详细信息。 抽取"原子洞见" - 将用户表达拆成若干条"可落笔"的要点,每条只包含一个主张/规则/写法。 - 为每条要点附 1 句"写进指南的目的"(例如:统一口径/防评审质疑/可复现/风险控制)。 选择融入位置 - 需要更细的落点规则时...
67
19149 b2c-config salesforcecommercecloud/b2c-developer-tooling
B2C Config Skill Use the b2c setup inspect command to view the resolved configuration and understand where each value comes from. Use the b2c setup instance commands to manage named instance configurations. Tip: b2c setup config still works as an alias. If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli setup inspect ). When to Use Use b2c setup inspect when you need to: Verify which configuration file is being used Check if environment variables...
67
19150 code-execution mhattingpete/claude-skills-marketplace
Code Execution Execute Python locally with API access. 90-99% token savings for bulk operations. When to Use Bulk operations (10+ files) Complex multi-step workflows Iterative processing across many files User mentions efficiency/performance How to Use Use direct Python imports in Claude Code: from execution_runtime import fs, code, transform, git Code analysis (metadata only!) functions = code.find_functions('app.py', pattern='handle_.*') File operations code_block = fs.copy_lines('sour...
67