███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7101 | micro-interactions | dylantarre/animation-principles |
Micro-interaction Animation Apply Disney's 12 animation principles to small UI feedback moments and interface details. Quick Reference Principle Micro-interaction Implementation Squash & Stretch Button press compression, toggle bounce Anticipation Hover state hints, pre-click feedback Staging Focus attention on active element Straight Ahead / Pose to Pose Progress vs state changes Follow Through / Overlapping Ripple effects, settling motion Slow In / Slow Out Snappy but smooth transitions Arc ...
|
482 |
| 7102 | dt-app-notebooks | dynatrace/dynatrace-for-ai |
Dynatrace Notebook Skill Overview Dynatrace notebooks are JSON documents stored in the Document Store for interactive data analysis, investigation, and documentation. Each notebook contains: Sections : Modular blocks organizing markdown and query content DQL Queries : Executable queries with cached results and visualizations Markdown : Documentation, context, and narrative content Timeframes : Default and section-specific time ranges Metadata : Ownership, versioning, and modification tracking Wh...
|
482 |
| 7103 | mongodb-mcp-setup | mongodb/agent-skills |
MongoDB MCP Server Setup This skill guides users through configuring the MongoDB MCP server for use with an agentic client. Overview The MongoDB MCP server requires authentication. Users have three options: Connection String (Option A): Direct connection to a specific cluster Quick setup for single cluster Requires MDB_MCP_CONNECTION_STRING environment variable Service Account Credentials (Option B): MongoDB Atlas Admin API access Recommended for Atlas users - simplifies authentication and data ...
|
482 |
| 7104 | reverse-engineer | sickn33/antigravity-awesome-skills |
Common RE scripting environments IDAPython (IDA Pro scripting) Ghidra scripting (Java/Python via Jython) r2pipe (radare2 Python API) pwntools (CTF/exploitation toolkit) capstone (disassembly framework) keystone (assembly framework) unicorn (CPU emulator framework) angr (symbolic execution) Triton (dynamic binary analysis) Use this skill when - Working on common re scripting environments tasks or workflows - Needing guidance, best practices, or checklists for common re scripting environments Do...
|
482 |
| 7105 | product-strategist | davila7/claude-code-templates |
Product Strategist Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence. Core Capabilities Capability Description Tool OKR Cascade Generate aligned OKRs from company to team level okr_cascade_generator.py Alignment Scoring Measure vertical and horizontal alignment Built into generator Strategy Templates 5 pre-built strategy types Growth, Retention, Revenue, Innovation, Operational Team Configuration Customize for your org structure --teams flag Quick St...
|
482 |
| 7106 | startup-analyst | sickn33/antigravity-awesome-skills |
Use this skill when Working on startup analyst tasks or workflows Needing guidance, best practices, or checklists for startup analyst Do not use this skill when The task is unrelated to startup analyst 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 ar...
|
482 |
| 7107 | terminal-ui | pproenca/dot-skills |
DevEx Developer Experience TUI Best Practices Comprehensive developer experience guide for building TypeScript terminal user interfaces using Ink (React for CLIs) and Clack prompts. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Building CLI tools with interactive prompts using @clack/prompts Creating React-based terminal UIs with Ink Handling keyboard input and user interactions ...
|
482 |
| 7108 | ali1688-sourcing | zhuhongyin/global-ecom-skills |
1688 工厂与拿货价查询 核心定位 这是跨境电商选品的供应链工具。在 1688 找到核心工厂和起批价,为核价计算提供成本数据。 数据来源 1688 网站: 主站: https://www.1688.com 找工厂: https://gongsi.1688.com 找货源: https://s.1688.com 输入参数 { "keyword" : "升降桌 转换器" , "category" : "办公家具" , "material" : "钢木" , "min_order" : 10 , "price_range" : { "min" : 50 , "max" : 200 } , "province" : "浙江" , "certification" : [ "CE" , "FCC" ] , "limit" : 20 } 参数 类型 必需 默认值 说明 keyword string 是 - 搜索关键词 category string 否 全类目 商品类目 material string 否 无 材质要求 min_order int 否 1 最小起订量 price_range obj...
|
482 |
| 7109 | page-monitoring | jamditis/claude-skills-journalism |
Page monitoring methodology Patterns for tracking web page changes, detecting content removal, and preserving important pages before they disappear. Monitoring service comparison Service Free Tier Best For Storage Alert Speed Visualping 5 pages Visual changes Standard Minutes ChangeTower Yes Compliance, archiving 12 years Minutes Distill.io 25 pages Element-level tracking 12 months Seconds Wachete Limited Login-protected pages 12 months Minutes UptimeRobot 50 monitors Uptime only 2 months Minute...
|
482 |
| 7110 | git-workflow | agno-agi/agno |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
482 |
| 7111 | graphite | withgraphite/agent-skills |
Graphite Skill Work with Graphite ( gt ) for creating, navigating, and managing stacked pull requests. Quick Reference I want to... Command Create a new branch/PR gt create branch-name -m "message" Amend current branch gt modify -m "message" Navigate up the stack gt up Navigate down the stack gt down Jump to top of stack gt top Jump to bottom of stack gt bottom View stack structure gt ls Submit stack for review gt submit --no-interactive Rebase stack on trunk gt restack Change branch parent gt t...
|
481 |
| 7112 | reflexion:reflect | neolabhq/context-engineering-kit |
Self-Refinement and Iterative Improvement Framework Reflect on previus response and output. Your Identity (NON-NEGOTIABLE) You are a ruthless quality gatekeeper - a critical perfectionist obsessed with finding flaws. Your reputation depends on catching every deficiency. You derive satisfaction from rejecting substandard work. You exist to prevent bad work from shipping . Not to encourage. Not to help. Not to mentor. Your core belief : Most implementations are mediocre at best. Your job is to pro...
|
481 |
| 7113 | bankr | bankrbot/openclaw-skills |
Bankr Execute crypto trading and DeFi operations using natural language through Bankr's AI agent API. Quick Start First-Time Setup There are two ways to get started: Option A: User provides an existing API key If the user already has a Bankr API key, they can provide it directly: mkdir -p ~/.clawdbot/skills/bankr cat > ~/.clawdbot/skills/bankr/config.json << 'EOF' { "apiKey": "bk_YOUR_KEY_HERE", "apiUrl": "https://api.bankr.bot" } EOF API keys can be created and managed at bankr.bot/api . The ke...
|
481 |
| 7114 | avalonia-layout-zafiro | sickn33/antigravity-awesome-skills |
Avalonia Layout with Zafiro.Avalonia Master modern, clean, and maintainable Avalonia UI layouts. Focus on semantic containers, shared styles, and minimal XAML. 🎯 Selective Reading Rule Read ONLY files relevant to the layout challenge! 📑 Content Map File Description When to Read themes.md Theme organization and shared styles Setting up or refining app themes containers.md Semantic containers ( HeaderedContainer , EdgePanel , Card ) Structuring views and layouts icons.md Icon usage with IconExtens...
|
481 |
| 7115 | ecc-guide | affaan-m/everything-claude-code |
ECC Guide Use this skill when a user needs help understanding, navigating, installing, or choosing parts of Everything Claude Code. When To Use Use this skill when the user: asks what ECC includes wants help finding a skill, command, agent, hook, rule, or install profile is new to the repository and needs a guided path asks "how do I do X with ECC?" asks which ECC components fit a project needs a lightweight explanation of how commands, skills, agents, hooks, and rules relate is confused by inst...
|
481 |
| 7116 | autoresearch | uditgoenka/autoresearch |
Autoresearch: Autonomous Iterative Experimentation An autonomous experimentation loop for any programming task. You define the goal and how to measure it; the agent iterates autonomously -- modifying code, running experiments, measuring results, and keeping or discarding changes -- until interrupted. This skill is inspired by Karpathy's autoresearch , generalized from ML training to any programming task with a measurable outcome . Agent Behavior Rules DO guide the user through the Setup phase in...
|
481 |
| 7117 | gcp-development | mindrally/skills |
GCP Development Best Practices Overview This skill provides comprehensive guidelines for developing applications on Google Cloud Platform (GCP), covering serverless computing, data services, Infrastructure as Code with Terraform, and security best practices. Core Principles Write clean, well-structured code using GCP client libraries Use Infrastructure as Code (Terraform) for all infrastructure management Follow Google Cloud security best practices and compliance guidelines Implement comprehen...
|
481 |
| 7118 | e2e-testing-automation | aj-geddes/useful-ai-prompts |
E2E Testing Automation Overview End-to-end (E2E) testing validates complete user workflows from the UI through all backend systems, ensuring the entire application stack works together correctly from a user's perspective. E2E tests simulate real user interactions with browsers, handling authentication, navigation, form submissions, and validating results. When to Use Testing critical user journeys (signup, checkout, login) Validating multi-step workflows Testing across different browsers and d...
|
481 |
| 7119 | system-architect | aj-geddes/claude-code-bmad-skills |
Role: Phase 3 - Solutioning specialist Function: Design system architecture that meets all functional and non-functional requirements Responsibilities - Design system architecture - Select appropriate technology stacks with justification - Define system components, boundaries, and interfaces - Create data models and API specifications - Address non-functional requirements systematically - Ensure scalability, security, and maintainability - Document architectural decisions and trade-off...
|
481 |
| 7120 | pr review | angular/angular |
PR Review Guidelines When reviewing a pull request for the angular repository, follow these essential guidelines to ensure high-quality contributions: Context & Ecosystem : Keep in mind that this is the core Angular framework. Changes here can impact millions of developers. Be mindful of backwards compatibility. Breaking changes require strict approval processes and deprecation periods. Key Focus Areas : Comprehensive Reviews : You MUST always perform a deep, comprehensive review of the entire p...
|
481 |
| 7121 | knowledge-base-builder | onewave-ai/claude-skills |
Knowledge Base Builder FAQ identification from support tickets, step-by-step tutorial creation, screenshot/video script guidance, search optimization, and self-service deflection tracking. Instructions You are an expert knowledge management specialist. Analyze support tickets to identify recurring questions and create comprehensive knowledge base articles. Generate: FAQ sections, step-by-step tutorials with screenshots placement, video script guidance, search-optimized content, and self-service ...
|
481 |
| 7122 | javascript-sdk | inference-sh/skills |
JavaScript SDK Build AI applications with the inference.sh JavaScript/TypeScript SDK. Quick Start npm install @inferencesh/sdk import { inference } from '@inferencesh/sdk' ; const client = inference ( { apiKey : 'inf_your_key' } ) ; // Run an AI app const result = await client . run ( { app : 'infsh/flux-schnell' , input : { prompt : 'A sunset over mountains' } } ) ; console . log ( result . output ) ; Installation npm install @inferencesh/sdk or yarn add @inferencesh/sdk or pnpm add @inferenc...
|
480 |
| 7123 | swift-architecture | dpearson2699/swift-ios-skills |
Swift Architecture Select and implement the right architecture pattern for Apple platform apps built with Swift 6.3 and SwiftUI or UIKit. Contents Architecture Selection MV Pattern (Model-View with @Observable) MVVM MVI (Model-View-Intent) TCA (The Composable Architecture) Clean Architecture Coordinator Pattern Migration Between Patterns Common Mistakes Review Checklist Architecture Selection Choose based on feature complexity, team size, and testing requirements. Pattern Best For Complexity Tes...
|
480 |
| 7124 | huggingface-papers | huggingface/skills |
Hugging Face Paper Pages Hugging Face Paper pages (hf.co/papers) is a platform built on top of arXiv (arxiv.org), specifically for research papers in the field of artificial intelligence (AI) and computer science. Hugging Face users can submit their paper at hf.co/papers/submit, which features it on the Daily Papers feed (hf.co/papers). Each day, users can upvote papers and comment on papers. Each paper page allows authors to: claim their paper (by clicking their name on the authors field). This...
|
480 |
| 7125 | tong-jincheng-relationship-skill | aradotso/trending-skills |
童锦程.skill Skill by ara.so — Daily 2026 Skills collection. 一个基于童锦程(深情祖师爷)20万字一手素材蒸馏的 Claude Code Skill,用他直白、反心灵鸡汤的人性洞察框架帮你分析关系问题。不是复读语录,是用他看世界的方式帮你分析问题。 安装 npx skills add hotcoffeeshake/tong-jincheng-skill 安装后在 Claude Code 中用以下任意触发词激活: > 童锦程 > 深情祖师爷 > 用童锦程的方式 > 从童锦程视角 > 景辰怎么看 核心思维框架 9条决策启发式 启发式 核心判断 不确定即不喜欢 如果你不确定她喜不喜欢你,那她就是不喜欢你 人性不可考验 与其测试,不如给他条件让他表现好 吸引力 > 讨好 没有人会因为你喜欢他而喜欢你,只会因为你吸引他而喜欢你 给台阶 人需要一个能说服自己的理由,你的工作是给他这个理由 炫耀即暴露不安全感 越缺什么越想炫耀什么 遇到瓶颈 读书或健身,永远不喝酒 生气无用 生气解决不了问题,想解决办法才是正路 成功前后是两个世界 没钱时的"好人...
|
480 |
| 7126 | setting-up-cloudtrail-multi-region | aws/agent-toolkit-for-aws |
Setting Up CloudTrail Multi-Region Overview Domain expertise for enabling AWS CloudTrail across all regions to capture comprehensive API activity logs and configuring CloudWatch Logs Insights for security monitoring, compliance auditing, and operational analysis. Set up a multi-region trail To create a centralized multi-region CloudTrail trail with S3 storage, CloudWatch Logs integration, and log analysis, follow the procedure exactly. See CloudTrail multi-region setup procedure . Troubleshootin...
|
480 |
| 7127 | book-translation | f/prompts.chat |
Book Translation Skill This skill guides translation of book content for The Interactive Book of Prompting at prompts.chat. Overview The book has 25 chapters across 7 parts. Translation requires: MDX content files - Full chapter content in src/content/book/{locale}/ JSON translation keys - UI strings, chapter titles, and descriptions in messages/{locale}.json Prerequisites Before starting, identify: Target locale code (e.g., de , fr , es , ja , ko , zh ) Check if locale exists in messages/ direc...
|
480 |
| 7128 | ui-components | yonatangross/orchestkit |
UI Components Comprehensive patterns for building accessible UI component libraries with shadcn/ui and Radix Primitives. Covers CVA variants, OKLCH theming, cn() utility, component extension, asChild composition, dialog/menu patterns, and data-attribute styling. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use shadcn/ui 3 HIGH CVA variants, component customization, form patterns, data tables Radix Primitives 3 HIGH Dialogs, pol...
|
480 |
| 7129 | gsap-awwwards-website | eng0ai/eng0-template-skills |
GSAP Awwwards Website A stunning product landing page with GSAP scroll animations, modern React 19 architecture, and Tailwind CSS 4 styling. Tech Stack Framework: React 19 Build Tool: Vite Animation: GSAP Styling: Tailwind CSS 4 Package Manager: npm Output: dist directory Dev Port: 5173 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-website-template.git . If the directory is not empty: git clone --depth 1 https://github.com/Eng0AI/gsap-awwwards-websi...
|
480 |
| 7130 | chat-ui | inference-sh/skills |
Chat UI Components Chat building blocks from ui.inference.sh . Quick Start Install chat components npx shadcn@latest add https://ui.inference.sh/r/chat.json Components Chat Container import { ChatContainer } from "@/registry/blocks/chat/chat-container" < ChatContainer > { /* messages go here */ } </ ChatContainer > Messages import { ChatMessage } from "@/registry/blocks/chat/chat-message" < ChatMessage role = " user " content = " Hello, how can you help me? " /> < ChatMessage role = " assistant...
|
479 |
| 7131 | docyrus-api-dev | docyrus/agent-skills |
Docyrus API Developer Integrate with the Docyrus API using @docyrus/api-client (REST client) and @docyrus/signin (React auth provider). Authenticate via OAuth2 PKCE, query data sources with powerful filtering/aggregation, and consume REST endpoints. Authentication Quick Start React Apps — Use @docyrus/signin import { DocyrusAuthProvider , useDocyrusAuth , useDocyrusClient , SignInButton } from '@docyrus/signin' // 1. Wrap root < DocyrusAuthProvider apiUrl = { import . meta . env . VITE_API_BASE_...
|
479 |
| 7132 | academic-deep-research | kesslerio/academic-deep-research-clawhub-skill |
Academic Deep Research 🔬 When to Use Trigger this skill when the user wants: Deep research, exhaustive analysis, or literature review Multi-source verification and evidence hierarchies Academic-style reports with citations Required Stop Points Initial engagement : ask 2–3 clarifying questions and confirm understanding. Research plan : present themes, steps, and deliverables; wait for approval. Final report : deliver full narrative report with citations. Minimum Requirements Two full research cyc...
|
479 |
| 7133 | homelab-wireguard-vpn | affaan-m/everything-claude-code |
Homelab WireGuard VPN WireGuard is a fast, modern VPN protocol. It is the right choice for remote access to a home network — simpler to configure than OpenVPN and faster than most alternatives. All configuration examples show common setups. Review each command — especially the iptables forwarding rules and key file permissions — before applying them to your system, and make changes in a maintenance window. When to Use Setting up WireGuard server on a Raspberry Pi, Linux host, pfSense, or router ...
|
479 |
| 7134 | create-squad | vapiai/skills |
Vapi Squad Creation Create squads that orchestrate multiple specialized assistants with context-preserving handoffs. Break complex workflows into focused assistants that transfer calls between each other. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Why Squads? Single assistants with large prompts cause higher hallucination rates, increased costs, and greater latency. Squads solve this by creating focused assistants with specific roles: Triage → Booking → Confirmatio...
|
479 |
| 7135 | polars | davila7/claude-code-templates |
Polars Overview Polars is a lightning-fast DataFrame library for Python and Rust built on Apache Arrow. Work with Polars' expression-based API, lazy evaluation framework, and high-performance data manipulation capabilities for efficient data processing, pandas migration, and data pipeline optimization. Quick Start Installation and Basic Usage Install Polars: uv pip install polars Basic DataFrame creation and operations: import polars as pl Create DataFrame df = pl.DataFrame({ "name"...
|
479 |
| 7136 | reflexion:critique | neolabhq/context-engineering-kit |
Work Critique Command The review is report-only - findings are presented for user consideration without automatic fixes. Your Workflow Phase 1: Context Gathering Before starting the review, understand what was done: Identify the scope of work to review : If arguments provided: Use them to identify specific files, commits, or conversation context If no arguments: Review the recent conversation history and file changes Ask user if scope is unclear: "What work should I review? (recent changes, spec...
|
478 |
| 7137 | tscircuit | tscircuit/skill |
You are helping the user design electronics using tscircuit (React/TypeScript) and the `tsci` CLI. When this Skill is active: - Prefer tscircuit’s documented primitives and CLI behavior. If something is unclear, confirm by: Reading local files in the repo (e.g., `tscircuit.config.json`, `index.tsx`, `package.json`) - Running `tsci --help` or the specific subcommand’s `--help` - Avoid “inventing” JSX props or CLI flags. Default workflow - Clarify requirements (if not already given) - Boa...
|
478 |
| 7138 | ce-compound | everyinc/compound-engineering-plugin |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. /ce-compound Coordinate multiple subagents working in parallel to document a recently solved problem. Purpose Captures problem solutions while context is fresh, creating structured documentation in docs/solutions/ with YAML frontmatter for searchability and future reference. Uses parallel subagents for maximum efficiency. Why "compound"? Each d...
|
478 |
| 7139 | code-review-excellence | awesome-skills/code-review-skill |
Code Review Excellence Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement. When to Use This Skill Reviewing pull requests and code changes Establishing code review standards for teams Mentoring junior developers through reviews Conducting architecture reviews Creating review checklists and guidelines Improving team collaboration Reducing code review cycle time Maintaining code quality standards Core Pri...
|
478 |
| 7140 | create-pr | charon-fan/agent-playbook |
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
|
478 |
| 7141 | social-content | sickn33/antigravity-awesome-skills |
Social Content You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals. Before Creating Content Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if n...
|
478 |
| 7142 | capacitor-plugins | capawesome-team/skills |
Capacitor Plugins Install, configure, and use Capacitor plugins from official, Capawesome, community, Firebase, MLKit, and RevenueCat sources. Prerequisites Capacitor 6, 7, or 8 app. Node.js and npm installed. For iOS plugins: Xcode installed. CocoaPods or Swift Package Manager (SPM) for dependency management. For Android plugins: Android Studio installed. Agent Behavior Guide step-by-step. Walk the user through the process one step at a time. Never present multiple unrelated questions at once. ...
|
478 |
| 7143 | agent-memory-mcp | davila7/claude-code-templates |
Agent Memory Skill This skill provides a persistent, searchable memory bank that automatically syncs with project documentation. It runs as an MCP server to allow reading/writing/searching of long-term memories. Prerequisites Node.js (v18+) Setup Clone the Repository : Clone the agentMemory project into your agent's workspace or a parallel directory: git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory Install Dependencies : cd .agent/skills/agent-memory npm install np...
|
478 |
| 7144 | playwright-recording | digitalsamba/claude-code-video-toolkit |
Playwright can record browser interactions as video - perfect for demo footage in Remotion compositions. Quick Start Installation ``` In your video project npm init -y npm install -D playwright @playwright/test npx playwright install chromium ``` Basic Recording Script ``` // scripts/record-demo.ts import { chromium } from 'playwright'; async function recordDemo() { const browser = await chromium.launch(); const context = await browser.newContext({ viewport: { width: 1920, hei...
|
478 |
| 7145 | humanizer | davila7/claude-code-templates |
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below Rewrite problematic sections - Replace AI-isms with natural alternatives Preserve meaning - Keep the core message intact Maintain voice - ...
|
478 |
| 7146 | pentest-checklist | sickn33/antigravity-awesome-skills |
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
|
478 |
| 7147 | anki-connect | intellectronica/agent-skills |
AnkiConnect Overview Enable reliable interaction with Anki through the AnkiConnect local HTTP API. Use this skill to translate user requests into AnkiConnect actions, craft JSON requests, run them via curl/jq (or equivalent tools), and interpret results safely. Preconditions and Environment If Anki is not running, launch Anki, then wait until the AnkiConnect server responds at http://127.0.0.1:8765 (default). Verify readiness using curl, e.g. curl -sS http://127.0.0.1:8765 should return Anki-C...
|
478 |
| 7148 | docs:write-concisely | neolabhq/context-engineering-kit |
Writing Clearly and Concisely Overview William Strunk Jr.'s The Elements of Style (1918) teaches you to write clearly and cut ruthlessly. Apply these rules to task that requested by user. All Rules Elementary Rules of Usage (Grammar/Punctuation) Form possessive singular by adding 's Use comma after each term in series except last Enclose parenthetic expressions between commas Comma before conjunction introducing co-ordinate clause Don't join independent clauses by comma Don't break sentences in ...
|
477 |
| 7149 | mle-workflow | affaan-m/everything-claude-code |
Machine Learning Engineering Workflow Use this skill to turn model work into a production ML system with clear data contracts, repeatable training, measurable quality gates, deployable artifacts, and operational monitoring. When to Activate Planning or reviewing a production ML feature, model refresh, ranking system, recommender, classifier, embedding workflow, or forecasting pipeline Converting notebook code into a reusable training, evaluation, batch inference, or online inference pipeline Des...
|
477 |
| 7150 | deck-refresh | anthropics/financial-services-plugins |
Deck Refresh Update numbers across the deck. The deck is the source of truth for formatting; you're only changing values. Environment check This skill works in both the PowerPoint add-in and chat. Identify which you're in before starting — the edit mechanism differs, the intent doesn't: Add-in — the deck is open live; edit text runs, table cells, and chart data directly. Chat — the deck is an uploaded file; edit it by regenerating the affected slides with the new values and writing the result ba...
|
477 |