███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8301 | gke-workload-security | google/skills |
GKE Workload Security This skill provides workflows and best practices for securing GKE workloads. It covers security auditing, Identity and Access Management (Workload Identity), Network Security (Network Policies), and Node Security. Workflows 1. Security Audit Assess the current security posture of your cluster using the provided audit script. Prerequisites: gcloud CLI authenticated. jq command-line JSON processor installed. Capabilities: Show more Installs 820 Repository google/skills GitHub...
|
1.4K |
| 8302 | reclaude | brianlovin/agent-config |
reclaude Refactor CLAUDE.md files to follow progressive disclosure principles. Prompt I want you to refactor my CLAUDE.md file to follow progressive disclosure principles. Follow these steps: 1. Check length Report the current line count. Flag issues: Ideal : <50 lines Acceptable : 50-100 lines Needs refactoring : >100 lines (move content to .claude/rules/ files) 2. Integrate workflow orchestration Show more Installs 65 Repository brianlovin/agent-config GitHub Stars 359 First Seen Mar 10, 2026 ...
|
1.4K |
| 8303 | bun | brianlovin/agent-config |
Bun Runtime Use Bun as the default JavaScript/TypeScript runtime and package manager. Command Mappings Instead of Use node file.ts bun file.ts ts-node file.ts bun file.ts npm install bun install npm run script bun run script jest / vitest bun test webpack / esbuild bun build Bun automatically loads .env files - don't use dotenv. Bun-Specific APIs Show more Installs 96 Repository brianlovin/agent-config GitHub Stars 359 First Seen Mar 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass ...
|
1.4K |
| 8304 | coverage-analysis | dotnet/skills |
Coverage Analysis Coverage analysis is essential for understanding which parts of your code are exercised during fuzzing. It helps identify fuzzing blockers like magic value checks and tracks the effectiveness of harness improvements over time. Overview Code coverage during fuzzing serves two critical purposes: Assessing harness effectiveness: Understand which parts of your application are actually executed by your fuzzing harnesses Tracking fuzzing progress: Monitor how coverage changes whe...
|
1.4K |
| 8305 | react-doctor | brianlovin/agent-config |
React Doctor Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics. Usage npx -y react-doctor@latest . --verbose --diff Workflow Run after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.
|
1.4K |
| 8306 | sentry | brianlovin/agent-config |
Sentry (Read-only Observability) Quick start If not already authenticated, ask the user to provide a valid SENTRY_AUTH_TOKEN (read-only scopes such as project:read , event:read ) or to log in and create one before running commands. Set SENTRY_AUTH_TOKEN as an env var. Optional defaults: SENTRY_ORG , SENTRY_PROJECT , SENTRY_BASE_URL . Defaults: org/project {your-org} / {your-project} , time range 24h , environment prod , limit 20 (max 50). Always call the Sentry API (no heuristics, no caching). I...
|
1.4K |
| 8307 | skill-creator | brianlovin/agent-config |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
1.4K |
| 8308 | fix-sentry-issues | brianlovin/agent-config |
Fix Sentry Issues Philosophy The Sentry error is not the problem. It's a signal. Your goal is not to close the Sentry issue. Your goal is to discover the root cause, understand what's wrong with the application, and fix the underlying defect. Closing the Sentry issue is a side effect of doing that correctly. Ask "Why does this fail?" — not "How do I make Sentry quiet?" Never treat log level changes as fixes. A fallback path means degraded user experience; trace why the primary path fails and fix...
|
1.4K |
| 8309 | chrome-webstore-release-blueprint | brianlovin/agent-config |
Chrome Web Store Release Blueprint Use this skill as a hands-on setup guide. The agent should lead the user step-by-step, ask for confirmations, and only automate the parts that can be done locally/in CI. What This Skill Is For Helping a user set up Chrome Web Store release automation from scratch. Giving clear manual instructions for Google/CWS dashboard steps. Implementing repo-side scripts/workflows after the user provides credentials. Verifying submission state ( PUBLISHED , PENDING_REVIEW ,...
|
1.4K |
| 8310 | tdd | brianlovin/agent-config |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
1.4K |
| 8311 | interrogate | cursor/plugins |
Interrogate Spawn one reviewer per configured model to adversarially review code changes. Each model gets the same prompt and rubric. The adversarial signal comes from model diversity, not assigned personas. Models differ in blind spots, priors, and reasoning patterns. Agreement across models is high-confidence signal; lone-model findings are worth reading but lower confidence. The deliverable is a synthesized verdict. Do NOT auto-apply changes. Step 1, Determine Scope Identify what to review fr...
|
1.4K |
| 8312 | workflow | brianlovin/agent-config |
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
|
1.4K |
| 8313 | apollo-kotlin | apollographql/skills |
Apollo Kotlin Guide Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects. Process Follow this process when adding or working with Apollo Kotlin: Confirm target platforms (Android, JVM, KMP), GraphQL endpoint(s), and how schemas are sourced. Configure Gradle and code generation, including custom scalars Create a shared ApolloClient with auth, logging, and caching. ...
|
1.4K |
| 8314 | scientific-schematics | k-dense-ai/scientific-agent-skills |
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana 2 AI for diagram generation with Gemini 3.6 Flash quality review. How it works: Describe your diagram in natural language Nano Banana 2 generates publication-quality images automatically Gemini 3.6 Flash reviews quality against document-type thresholds Smart iteration : Only regenerates if quality is below thresho...
|
1.4K |
| 8315 | citation-management | k-dense-ai/scientific-agent-skills |
Citation Management Manage the full lifecycle of citations in a LaTeX paper. Input $0 — Action: harvest , validate , add , format $1 — Path to .tex or .bib file Scripts Validate citations (check all cite keys resolve) python ~/.claude/skills/citation-management/scripts/validate_citations.py \ --tex paper/main.tex --bib paper/references.bib --check-figures --figures-dir paper/figures/ Reports: missing citations, unused bib entries, duplicate keys, duplicate sections, duplicate labels, undefined r...
|
1.4K |
| 8316 | phoenix-tracing | arize-ai/phoenix |
Phoenix Tracing Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment. When to Apply Reference these guidelines when: Setting up Phoenix tracing (Python or TypeScript) Creating custom spans for LLM operations Adding attributes following OpenInference conventions Deploying tracing to production Querying and analyzing trace data Reference Categories Show more Inst...
|
1.4K |
| 8317 | heygen-translate | heygen-com/skills |
HeyGen Video Translation Translate and dub an existing video into 175+ languages. The system clones the presenter's voice into the target language, re-syncs their lips to the new audio, and returns a fully dubbed video. You provide a source video and a target language — the engine handles transcription, translation, voice cloning, lip-sync, and (optionally) burned-in captions. This is not new-video generation. The presenter, performance, framing, and brand assets in the original video are preser...
|
1.4K |
| 8318 | kotlin-tooling-java-to-kotlin | kotlin/kotlin-agent-skills |
Java to Kotlin Conversion Convert Java source files to idiomatic Kotlin using a disciplined 4-step conversion methodology with 5 invariants checked at each step. Supports framework-aware conversion that handles annotation site targets, library idioms, and API preservation. Workflow Show more
|
1.4K |
| 8319 | spartan | spartan-ng/spartan |
spartan/ui spartan/ui is an Angular UI library. It uses a two-layer architecture : Brain ( @spartan-ng/brain ) - accessible, unstyled primitives (Angular directives/components), installed from npm. This is the behavior and accessibility layer. Helm ( @spartan-ng/helm ) - the styled layer (Tailwind + class-variance-authority). Helm code is copied into the user's project by the CLI so they own and can customize it. You compose Helm directives/components onto host elements; Helm wires up the matchi...
|
1.4K |
| 8320 | cx-cli | coralogix/cx-cli |
cx-cli Cross-cutting behaviors for all cx CLI commands. Update Notifications After running any cx command, check for update notices using the channels below (in priority order). If a newer version is available, finish answering the user's request first, then mention the update once at the end. An update notice always has two parts — binary upgrade and skills refresh. Offer both commands; don't mention only the version number or only the binary upgrade. 1. Primary — agents mode ( -o agents ) Comm...
|
1.4K |
| 8321 | binlog-failure-analysis | dotnet/skills |
Analyzing MSBuild Failures with Binary Logs This skill diagnoses MSBuild build failures from a .binlog file. The preferred path uses the binlog MCP server ( Microsoft.AITools.BinlogMcp , exposed under the binlog MCP namespace) which is bundled with this plugin. If the MCP server is not available, fall back to the binlog replay workflow at the bottom. Primary workflow — binlog MCP The MCP server exposes structured tools for inspecting a .binlog without parsing text logs. Call them directly instea...
|
1.4K |
| 8322 | debug | jsmastery-pro/skills |
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
|
1.4K |
| 8323 | plan-payroll | anthropics/knowledge-work-plugins |
Run the payroll-confidence pipeline by chaining two skills. The owner approves at each handoff — never send a reminder or commit a forecast without explicit confirmation. Parse arguments: --horizon (default 30 ) — forecast window in days (30, 60, or 90) --payroll-date (optional) — the date payroll runs; defaults to next Friday Step 1 — Cash forecast (cash-flow-snapshot) Trigger the cash-flow-snapshot skill workflow: Pull AR, AP, and historical cash timing from QuickBooks, PayPal, Stripe, or Squa...
|
1.4K |
| 8324 | agents-debug | aws/agent-toolkit-for-aws |
debug Diagnose why your AgentCore agent or environment isn't working correctly. When to use Your agent is returning wrong answers or errors Tool calls are failing or timing out Agent works locally but fails after deploying Logs aren't showing up in CloudWatch The AgentCore CLI isn't working or environment seems broken agentcore command not found or prerequisites are missing Do NOT use for: Deploy failures (CDK errors, IAM during deploy) → use agents-deploy Scaffolding a new project → use agents-...
|
1.4K |
| 8325 | agents-connect | aws/agent-toolkit-for-aws |
connect Give your AgentCore agent access to external APIs, tools, and services via the AgentCore Gateway — and control what it can access with Cedar policies. When to use You want your agent to call an external API or MCP server You want to expose Lambda functions as agent tools You have an OpenAPI spec you want to turn into agent tools Your agent needs credentials to call an external service You want to restrict which tools your agent can call (Cedar policies) You want role-based or amount-base...
|
1.4K |
| 8326 | icon-system | owl-listener/designer-skills |
Icon System You are an expert in designing and maintaining comprehensive icon systems. What You Do You create icon system specs ensuring visual consistency and scalable management. Foundations Grid : Base size (24x24px), keylines, stroke width, corner radius Sizes : XS (12-16px), S (20px), M (24px), L (32px), XL (48px+) Style : Stroke, filled, duotone — when to use each Naming icon-[category]-[name]-[variant] Categories: action, navigation, content, communication, social, status, file, device De...
|
1.4K |
| 8327 | google-maps-scraper | gosom/google-maps-scraper |
Google Maps Scraper Turn a natural-language lead request into a validated local Google Maps crawl, monitor it, and help the user work with the results. Resolve the directory containing this file as SKILL_DIR . Run bundled scripts from that directory; do not assume the current directory is the repository checkout. Guardrails Use plain language suitable for a nontechnical lead-generation or marketing user. Never ask the user to paste proxy credentials into chat. Never print, read back, summarize, ...
|
1.4K |
| 8328 | skill-idea-miner | tradermonty/claude-trading-skills |
Skill Idea Miner Automatically extract skill idea candidates from Claude Code session logs, score them for novelty, feasibility, and trading value, and maintain a prioritized backlog for downstream skill generation. When to Use Weekly automated pipeline run (Saturday 06:00 via launchd) Manual backlog refresh: python3 scripts/run_skill_generation_pipeline.py --mode weekly Dry-run to preview candidates without LLM scoring Workflow Stage 1: Session Log Mining Enumerate session logs from allowlist p...
|
1.4K |
| 8329 | skill-integration-tester | tradermonty/claude-trading-skills |
Skill Integration Tester Overview Validate multi-skill workflows defined in CLAUDE.md (Daily Market Monitoring, Weekly Strategy Review, Earnings Momentum Trading, etc.) by executing each step in sequence. Check inter-skill data contracts for JSON schema compatibility between output of step N and input of step N+1, verify file naming conventions, and report broken handoffs. Supports dry-run mode with synthetic fixtures. When to Use After adding or modifying a multi-skill workflow in CLAUDE.md Aft...
|
1.4K |
| 8330 | pixijs-rendering | gamedev-skills/awesome-gamedev-agent-skills |
PixiJS 8.19 Rendering Set up and structure a PixiJS 8.19 application: the async Application , asset loading via Assets , the Container / Sprite scene graph, the ticker loop, pointer events, and render groups. Pins the 8.19 API (async init , unified Assets , eventMode ). When to use Use when starting a PixiJS v8 project, fixing a blank canvas, structuring the display list, loading textures, animating via the ticker, or handling pointer input. Use when package.json depends on pixi.js (v8) and code...
|
1.4K |
| 8331 | create-react-native-library | callstackincubator/agent-skills |
Create React Native Library Overview Use this skill to scaffold a standalone React Native library or a local library inside an existing app, then continue with the correct implementation docs. Examples: JS-only library that may use other React Native libraries Native modules that expose native functionality to JavaScript Native UI components that render native views in React Native Choose one flow first: Use [scaffold-library.md][scaffold-library] when creating a new library that may be publishe...
|
1.4K |
| 8332 | layout-grid | owl-listener/designer-skills |
Layout Grid You are an expert in layout grid systems for digital product design. What You Do You define responsive grid systems that create consistent, flexible page layouts across breakpoints. Grid Anatomy Columns : Typically 4 (mobile), 8 (tablet), 12 (desktop) Gutters : Space between columns (16px, 24px, or 32px typical) Margins : Outer page margins (16px mobile, 24-48px desktop) Breakpoints : Points where layout adapts (e.g., 375, 768, 1024, 1440px) Grid Types Column grid : Equal columns for...
|
1.4K |
| 8333 | dotnet-pinvoke | dotnet/skills |
.NET P/Invoke Calling native code from .NET is powerful but unforgiving. Incorrect signatures, garbled strings, and leaked or freed memory are the most common sources of bugs — all can manifest as intermittent crashes, silent data corruption, or access violations far from the actual defect. This skill covers both DllImport (available since .NET Framework 1.0) and LibraryImport (source-generated, .NET 7+). When targeting .NET Framework, always use DllImport . When targeting .NET 7+, prefer Librar...
|
1.4K |
| 8334 | create-skill | dotnet/skills |
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
|
1.4K |
| 8335 | matplotlib | k-dense-ai/scientific-agent-skills |
Matplotlib Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. When to Use This Skill This skill should be used when: Creating any type of plot or chart (line, scatter, bar, histogram, heatmap, contour...
|
1.4K |
| 8336 | agents-optimize | aws/agent-toolkit-for-aws |
optimize Measure and improve your AgentCore agent's quality through evaluation, monitoring, and observability. When to use You want to know if your agent is giving good answers You want to set up continuous quality monitoring in production You want to add a quality gate to your CI/CD pipeline You want to understand agent behavior through logs, metrics, and traces You want to set up CloudWatch dashboards or X-Ray tracing Do NOT use for: Debugging a specific broken agent (wrong answers, errors) → ...
|
1.4K |
| 8337 | chrome-mcp-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 paths ...
|
1.4K |
| 8338 | no-mistakes | kunchenguid/no-mistakes |
no-mistakes no-mistakes is a local gate that validates your code changes through a pipeline (intent, rebase, review, test, document, lint, push, PR, CI) before they reach the configured push target. You drive it through the no-mistakes axi command family, which prints machine-readable TOON to stdout and progress to stderr. Active validation-step boundary A no-mistakes validation-step agent is already inside an active outer run. It must inspect, fix, and return only its assigned phase. It must ne...
|
1.4K |
| 8339 | cx-cases | coralogix/cx-cli |
Cases Management Skill A Case groups related alert events into one investigation unit with a status, priority, category, and assignee. Use this skill to inspect cases and drive them through their lifecycle (active → acknowledged → resolved → closed). CLI Commands Show more Installs 811 Repository coralogix/cx-cli GitHub Stars 111 First Seen Jun 9, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.4K |
| 8340 | ruff | astral-sh/claude-code-plugins |
ruff Ruff is an extremely fast Python linter and code formatter. It replaces Flake8, isort, Black, pyupgrade, autoflake, and dozens of other tools. When to use ruff Always use ruff for Python linting and formatting , especially if you see: [tool.ruff] section in pyproject.toml A ruff.toml or .ruff.toml configuration file However, avoid making unnecessary changes: Don't format unformatted code - If ruff format --diff shows changes throughout an entire file, the project likely isn't using ruff for...
|
1.4K |
| 8341 | check | jsmastery-pro/skills |
Check: Review Before You Ship Prefix your first line with 🥷 inline, not as its own paragraph. Read the diff, find the problems, fix what can be fixed safely, ask about the rest. Done means verification ran in this session and passed. Get the Diff Get the full diff between the current branch and the base branch. If unclear, ask. If already on the base branch, ask which commits to review. Scope Measure the diff and classify depth: Depth Criteria Reviewers Quick Under 100 lines, 1-5 files Base revi...
|
1.4K |
| 8342 | audit | jsmastery-pro/skills |
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
|
1.4K |
| 8343 | document | jsmastery-pro/skills |
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
|
1.4K |
| 8344 | levelplay-unity-integration | unity-technologies/skills |
LevelPlay Unity package/SDK Integration Treat this as an interactive workflow to run with the developer, not as background reference. Work through the steps below and the linked reference files rather than answering ad-integration questions from general knowledge. The C scripts generated in this skill are MonoBehaviour files for the user to save to their project, not for inline execution. Follow the integration workflow sequentially, one step at a time. Ask only the questions for the current ste...
|
1.4K |
| 8345 | video-to-music | sonilo-ai/skills |
Sonilo Video-to-Music Hand Sonilo a finished video and it composes an original score to the cut — pacing, motion, and emotion matched, with transitions and beat drops aligned to the edit, at exactly the video's length. This is Sonilo's flagship capability. Every track is licensed (music licensed via Shutterstock) and cleared for commercial use on social, brand content, and advertising. Setup: See the setup-api-key skill to connect the Sonilo MCP server and authenticate — sonilo login (no key) or...
|
1.4K |
| 8346 | threat-model-analyst | github/awesome-copilot |
Threat Model Analyst You are an expert Threat Model Analyst . You perform security audits using STRIDE-A (STRIDE + Abuse) threat modeling, Zero Trust principles, and defense-in-depth analysis. You flag secrets, insecure boundaries, and architectural risks. Getting Started FIRST — Determine which mode to use based on the user's request: Incremental Mode (Preferred for Follow-Up Analyses) If the user's request mentions updating , refreshing , or re-running a threat model AND a prior report folder ...
|
1.4K |
| 8347 | peer-review | k-dense-ai/scientific-agent-skills |
Scientific Critical Evaluation and Peer Review Overview Peer review is a systematic process for evaluating scientific manuscripts. Assess methodology, statistics, design, reproducibility, ethics, and reporting standards. Apply this skill for manuscript and grant review across disciplines with constructive, rigorous evaluation. When to Use This Skill This skill should be used when: Conducting peer review of scientific manuscripts for journals Evaluating grant proposals and research applications A...
|
1.4K |
| 8348 | agents-get-started | aws/agent-toolkit-for-aws |
get-started Walk a developer from zero to a running agent on AWS. When to use Developer wants to build an agent on AWS and doesn't know where to start Developer wants to create a new AgentCore project Developer is choosing between frameworks (Strands, LangGraph, GoogleADK, OpenAI Agents) Developer just ran agentcore create and wants to know what to do next Do NOT use for: Environment/prerequisite issues (CLI not found, credentials broken) → use agents-debug Adding capabilities to an existing pro...
|
1.4K |
| 8349 | agents-harden | aws/agent-toolkit-for-aws |
harden Prepare your AgentCore agent for production — security, reliability, and performance. When to use You're about to take an agent to production You want a checklist of what to review before launch You want to restrict who can call your agent You want to scope down IAM permissions from the defaults You're hitting throttling or quota errors (loads references/limits.md ) You need to tune session lifecycle for your workload You're running long-running background work in your agent Input No argu...
|
1.4K |
| 8350 | backward-traceability | lingzhi227/agent-research-skills |
Backward Traceability Make every number in the final PDF hyperlink back to the exact code line that produced it. Input $0 — Paper project directory containing code and LaTeX files References Traceability patterns and LaTeX commands: ~/.claude/skills/backward-traceability/references/traceability-patterns.md Scripts Scan hypertarget/hyperlink references python ~/.claude/skills/backward-traceability/scripts/ref_numeric_values.py \ --scan paper/main.tex --output report.json Show more
|
1.4K |