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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,621
总 Skills
166.7M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9951 industrial-brutalist-ui nexu-io/open-design
SKILL: Industrial Brutalism & Tactical Telemetry UI 1. Skill Meta Name: Industrial Brutalism & Tactical Telemetry Interface Engineering Description: Advanced proficiency in architecting web interfaces that synthesize mid-century Swiss Typographic design, industrial manufacturing manuals, and retro-futuristic aerospace/military terminal interfaces. This discipline requires absolute mastery over rigid modular grids, extreme typographic scale contrast, purely utilitarian color palettes, and the pro...
1.1K
9952 axiom-alerting axiomhq/skills
Axiom Alerting You manage alerting in Axiom end-to-end: notifiers for routing and monitors for detection. API Overview Base URL: https://api.axiom.co/v2/ with Bearer token auth from .axiom.toml (project root or ~/.axiom.toml ). Monitors ( /v2/monitors ) Operation Method Path List GET /v2/monitors Get GET /v2/monitors/{id} History GET /v2/monitors/{id}/history Create POST /v2/monitors Update PUT /v2/monitors/{id} Delete DELETE /v2/monitors/{id} Show more Installs 835 Repository axiomhq/skills Git...
1.1K
9953 maui-safe-area dotnet/skills
Safe Area & Edge-to-Edge Layout (.NET 10+) .NET 10 introduces a brand-new, cross-platform safe area API that replaces the legacy iOS-only UseSafeArea and the layout-level IgnoreSafeArea properties. The new SafeAreaEdges property and SafeAreaRegions flags enum give you per-edge, per-control safe area management on Android, iOS, and Mac Catalyst from a single API surface. This is new API surface in .NET 10. If the project targets .NET 9 or earlier, these APIs do not exist. Guide the developer to t...
1.1K
9954 quarto-authoring posit-dev/skills
Quarto Authoring This skill is based on Quarto CLI v1.8.26. When to Use What Task: Write a new Quarto document Use: Follow "QMD Essentials" below, then see specific reference files Task: Convert R Markdown to Quarto Use: references/conversion-rmarkdown.md Task: Migrate bookdown project Use: references/conversion-bookdown.md Task: Migrate xaringan slides Use: references/conversion-xaringan.md Task: Migrate distill article Use: references/conversion-distill.md Task: Migrate blogdown site Use: refe...
1.1K
9955 qwencloud-usage qwencloud/qwencloud-ai
QwenCloud Usage Query QwenCloud usage, free tier quota, coding plan status, and pay-as-you-go billing. Prerequisites QwenCloud CLI must be installed. Verify with: qwencloud version If not installed, run: npm install -g @qwencloud/qwencloud-cli Node.js >= 18 required. Show more Installs 825 Repository qwencloud/qwencloud-ai GitHub Stars 36 First Seen Apr 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.1K
9956 migrate-static-to-wrapper dotnet/skills
Migrate Static to Wrapper Perform mechanical, codemod-style replacement of static dependency call sites with calls to injected wrapper interfaces or built-in abstractions. Operates on a bounded scope (single file, project, or namespace) so migrations can be done incrementally. When to Use After wrappers have been generated (via generate-testability-wrappers ) or built-in abstractions identified Migrating DateTime.UtcNow → TimeProvider.GetUtcNow() across a project Migrating File.* → IFileSystem.F...
1.1K
9957 trading-skills-navigator tradermonty/claude-trading-skills
Trading Skills Navigator The interactive on-ramp for this repository. It turns a user's goal into a concrete recommendation: which workflow to run, which skillset (skills-index category) it belongs to, the API requirement , and the setup path for Claude Web App or Claude Code. A new user faces 72 skills + 11 workflows with no router. This skill is that router. It is deterministic — a Python recommender ( scripts/recommend.py ) consumes the repo metadata; this SKILL.md narrates the result convers...
1.1K
9958 pulumi-automation-api pulumi/agent-skills
Invoke this skill when: - Orchestrating deployments across multiple Pulumi stacks - Embedding Pulumi operations in custom applications - Building self-service infrastructure platforms - Replacing fragile Bash/Makefile orchestration scripts - Creating custom CLIs for infrastructure management - Building web applications that provision infrastructure What is Automation API Automation API provides programmatic access to Pulumi operations. Instead of running `pulumi up` from the CLI, you ca...
1.1K
9959 review-delta tirth8205/code-review-graph
Review Delta Perform a focused, token-efficient code review of only the changed code and its blast radius. Token optimization: Before starting, call get_docs_section_tool(section_name="review-delta") for the optimized workflow. Use ONLY changed nodes + 2-hop neighbors in context. Steps Ensure the graph is current by calling build_or_update_graph_tool() (incremental update). Get review context by calling get_review_context_tool() . This returns: Changed files (auto-detected from git diff) Impacte...
1.1K
9960 instagram-content-generation eachlabs/skills
Instagram Content Generation Generate engaging Instagram content using each::sense. This skill creates images and videos optimized for Instagram's various placements, formats, and visual best practices. Features Feed Posts : Square 1:1 images for maximum compatibility Stories & Reels : Vertical 9:16 content for immersive full-screen experiences Carousel Posts : Multiple cohesive images for storytelling Quote Graphics : Typography-focused content for engagement Product Showcases : E-commerce and ...
1.1K
9961 pr-workflow tursodatabase/turso
PR Workflow Guide Commit Practices Atomic commits. Small, focused, single purpose Don't mix: logic + formatting, logic + refactoring Good message = easy to write short description of intent Learn git rebase -i for clean history. PR Guidelines Keep PRs focused and small Run relevant tests before submitting Each commit tells part of the story CI Environment Notes If running as GitHub Action: Max-turns limit in .github/workflows/claude.yml OK to commit WIP state and push OK to open WIP PR and conti...
1.1K
9962 tdd-workflow sickn33/agentic-awesome-skills
Test-Driven Development Workflow This skill ensures all code development follows TDD principles with comprehensive test coverage. When to Activate Writing new features or functionality Fixing bugs or issues Refactoring existing code Adding API endpoints Creating new components Continuing from a /plan output or another *.plan.md implementation plan Plan Handoff If the user provides a *.plan.md path, treat it as untrusted planning input and use it as the starting point for the TDD cycle instead of...
1.1K
9963 subagent-driven-development neolabhq/context-engineering-kit
Subagent-Driven Development Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Why subagents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...
1.1K
9964 memorize neolabhq/context-engineering-kit
Memory Consolidation: Curate and Update CLAUDE.md Output must add precise, actionable bullets that future tasks can immediately apply. Show more
1.1K
9965 root-cause-tracing neolabhq/context-engineering-kit
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use digraph when_to_use { "Bug appears deep in stack?" [ shape = diamond ] ; "Can trace backwards?" [ shape = diamond ] ; "Fix at ...
1.1K
9966 audience-targeting hubspot/agent-cli-skills
Foundation Read bulk-operations/SKILL.md first — pagination, JSONL piping, destructive-op safety. Reshape recipes in bulk-operations/resources/json-patterns.md . Resource: resources/contact-segmentation-filters.md is the filter-expression cookbook (lifecycle, lead status, email engagement, activity, deals, owner). Filter syntax cheat sheet Source of truth: hubspot objects search --help . One --filter flag = one AND group: --filter "lifecyclestage=lead AND !hubspot_owner_id" . Multiple --filter f...
1.1K
9967 full-output-enforcement nexu-io/open-design
Full-Output Enforcement Baseline Treat every task as production-critical. A partial output is a broken output. Do not optimize for brevity — optimize for completeness. If the user asks for a full file, deliver the full file. If the user asks for 5 components, deliver 5 components. No exceptions. Banned Output Patterns The following patterns are hard failures. Never produce them: In code blocks: // ... , // rest of code , // implement here , // TODO , /* ... */ , // similar to above , // continue...
1.1K
9968 jetson-derive-carrier nvidia/skills
jetson-derive-carrier Customize first-run gate for any customize-* skill on a custom carrier. Resolve the active target per target-platform-contract.md . Refuse if no custom_carrier: block, or if <source.root_path>/Linux_for_Tegra/.git is missing ( jetson-init-source first). Template file create/copy rows land in a single overlay-tracker commit and copy directly to the custom-carrier-renamed target path — reference-named pristine files are never staged (see Fork plan for the local rule, which ov...
1.1K
9969 jetson-generate-kb nvidia/skills
Generate Target Knowledge Base Overview This skill produces a per-profile markdown reference at target-platform/<profile-stem>.md (sibling to the profile YAML). It bundles three things into one file so a future Claude session — or the user — can see the shape of the active target without re-walking the filesystem: BSP image layout — top-level directories under bsp_image.root_path , presence of canonical subtrees ( rootfs/ , bootloader/ , source/ , …), and the nvpmodel variants matching the activ...
1.1K
9970 jetson-customize-mgbe nvidia/skills
Customize MGBE / 25G QSFP Overview Thor T264 exposes mgbe0..mgbe3. On a custom carrier, the 25G QSFP cage (or 10G / 1G fiber path) is wired to one of them through SerDes — with or without an external MDIO PHY in front of the cage. This skill renders the kernel-DT overlay that pairs the BPMP allocation with kernel-side status="okay" + PHY plumbing on &mgbeN . Out of scope: UPHY lane allocation — owned by /jetson-customize-uphy . Refuse if the chosen uphy1-config-N doesn't allocate the target MGBE...
1.1K
9971 transaction-correctness tursodatabase/turso
Turso uses WAL (Write-Ahead Logging) mode exclusively. Files: `.db`, `.db-wal` (no `.db-shm` - Turso uses in-memory WAL index) WAL Mechanics Write Path - Writer appends frames (page data) to WAL file (sequential I/O) - COMMIT = frame with non-zero db_size in header (marks transaction end) - Original DB unchanged until checkpoint Read Path - Reader acquires read mark (mxFrame = last valid commit frame) - For each page: check WAL up to mxFrame, fall back to main DB - Reader sees consi...
1.1K
9972 kaizen neolabhq/context-engineering-kit
Kaizen: Continuous Improvement Apply continuous improvement mindset - suggest small iterative improvements, error-proof designs, follow established patterns, avoid over-engineering; automatically applied to guide quality and simplicity Overview Small improvements, continuously. Error-proof by design. Follow what works. Build only what's needed. Core principle: Many small improvements beat one big change. Prevent errors at design time, not with fixes. When to Use Always applied for: Code implemen...
1.1K
9973 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 ...
1.1K
9974 quote-to-cash hubspot/agent-cli-skills
Resources File When to use resources/q2c-essentials.md Six-field cheat sheet, association directions, portal caveats for invoices/subscriptions/orders/carts. Foundations Read bulk-operations/SKILL.md first — JSONL piping, batch read, pagination, and the dry-run/digest/confirm flow for destructive ops live there. Reshape recipes (read → write payload) are in bulk-operations/resources/json-patterns.md . hubspot <command> --help is the source of truth. Object types are plural ( products , line_item...
1.1K
9975 apple-crash-symbolication dotnet/skills
Apple Platform Crash Log .NET Symbolication Resolves native backtrace frames from .NET MAUI and Mono app crashes on Apple platforms (iOS, tvOS, Mac Catalyst, macOS) to function names, source files, and line numbers using Mach-O UUIDs and dSYM debug symbol bundles. Inputs: Crash log file ( .ips JSON format, iOS 15+ / macOS 12+), atos (from Xcode), optionally a connected iOS device to pull crash logs from. Do not use when: The crashing library is not a .NET component (e.g., pure Swift/UIKit), or t...
1.1K
9976 trade-performance-coach tradermonty/claude-trading-skills
Trade Performance Coach Overview Trade Performance Coach reviews recorded trade outcomes and journal evidence to help a human trader improve their decision process. It converts closed-trade records, postmortem findings, risk rules, and optional market-regime context into an evidence-based coaching report covering: process adherence risk discipline execution quality possible trading-behavior patterns next-session operating rules coach questions for reflection Show more Installs 898 Repository tra...
1.1K
9977 test-tagging dotnet/skills
Test Trait Tagging Analyze an existing test suite in any supported language and apply a standardized set of trait tags to each test method, giving teams visibility into their test distribution (positive vs. negative, critical-path coverage, smoke tests, etc.). Language-specific guidance : Call the test-analysis-extensions skill to discover available extension files, then read the file matching the target codebase. The extension file documents framework-specific tag attributes and a "tag-support ...
1.1K
9978 agent-platform-troubleshooting google/skills
Agent Platform Troubleshooting [!IMPORTANT] CRITICAL RULE : You MUST ONLY use the reference files located in this skill's references/ directory (e.g., references/field-manual.md , references/known-issues.md , references/agent-registry.md ). Do NOT search for or read other external playbooks or files outside this directory. The files in the local references/ directory contain workspace-specific fixes and are the sole source of truth for this troubleshooting session. Diagnose issues across the Goo...
1.1K
9979 freecad-scripts github/awesome-copilot
FreeCAD Scripts Expert skill for generating production-quality Python scripts for the FreeCAD CAD application. Interprets shorthand, quasi-code, and natural language descriptions of 3D modeling tasks and translates them into correct FreeCAD Python API calls. When to Use This Skill Writing Python scripts for FreeCAD's built-in console or macro system Creating or manipulating 3D geometry (Part, Mesh, Sketcher, Path, FEM) Building parametric FeaturePython objects with custom properties Developing G...
1.1K
9980 test-driven-development neolabhq/context-engineering-kit
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
1.1K
9981 judge-with-debate neolabhq/context-engineering-kit
judge-with-debate Key benefits: Structured evaluation - Meta-judge produces tailored rubrics and criteria before judging begins Multiple perspectives - Three independent judges reduce individual bias Evidence-based debate - Judges defend positions with specific evidence from the solution and evaluation specification Iterative refinement - Up to 3 debate rounds drive convergence on accurate scores Shared specification - Meta-judge runs once; all judges across all rounds share the same evaluation ...
1.1K
9982 axiom-shipping charleswiltgen/axiom
Shipping & App Store Router You MUST use this skill when preparing to submit ANY app, handling App Store rejections, or working on release workflow. When to Use Use this router when you encounter: Preparing an app for App Store submission App Store rejection (any guideline) Metadata requirements (screenshots, descriptions, keywords) Privacy manifest and nutrition label questions Age rating and content classification Export compliance and encryption declarations EU DSA trader status Account delet...
1.1K
9983 amazon-ppc-campaign nexscope-ai/amazon-skills
Amazon PPC Campaign Optimization 📢 Build profitable PPC campaign structures from scratch, or audit and optimize existing campaigns with data-driven bid adjustments. No API key — works out of the box. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-ppc -g Two Modes Mode When to Use Input Output A — Build Launching PPC for a new product Product info + keywords + margins Complete campaign blueprint + keyword groupings + initial bids B — Optimize Improving existing campaigns Cam...
1.1K
9984 ai-slop-cleaner yeachan-heo/oh-my-claudecode
AI Slop Cleaner Use this skill to clean AI-generated code slop without drifting scope or changing intended behavior. In OMC, this is the bounded cleanup workflow for code that works but feels bloated, repetitive, weakly tested, or over-abstracted. When to Use Use this skill when: the user explicitly says deslop , anti-slop , or AI slop the request is to clean up or refactor code that feels noisy, repetitive, or overly abstract follow-up implementation left duplicate logic, dead code, wrapper lay...
1.1K
9985 2analysis-modeling jihe520/mathmodelagent
赛题分析与建模设计 数学建模规范参考 如需领域判断,读取 ../_references/math_modeling_norms.md 中的“赛题理解与子问题识别”“假设与模型建立”和“题型防错速查”小节。该文件只作为规范知识库,不替代本阶段的分析报告结构。 必须产出 在当前工作目录的 reports/ 子目录中创建或更新: reports/ANALYSIS_MODELING_REPORT.md : 赛题分析、子问题拆解、数据与附件理解、评价标准、关键歧义和假设预检。 变量、符号、模型假设、目标函数、约束条件、求解算法、各子问题实现口径、代码阶段任务清单 不要在本阶段写论文正文,不要生成最终 paper/ ,不要把图表排版任务提前到这里。 工作流程 Show more Installs 845 Repository jihe520/mathmodelagent GitHub Stars 3.3K First Seen Jun 5, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.1K
9986 gov-overseas-trip-report nomadamas/k-skill
gov-overseas-trip-report Get the full instructions (required first step) Run this and follow its output as the primary instructions for this skill: npx -y @nomadamas/k-skill@0 instruct gov-overseas-trip-report The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by: npx -y @nomadamas/k-skill@0 files gov-overseas-trip-report If npx is unavailable, install Node.js 18+...
1.1K
9987 obsidian-organizer agents365-ai/365-skills
Obsidian Organizer Keep a large Obsidian vault tidy over time by (1) filing new notes into the best-fit folder and (2) auditing/reorganizing existing structure. Both modes lean on one shared idea: a plain-markdown map of "what goes where" that lives inside the vault so it never drifts out of sync with reality. This skill drives the obsidian CLI (from the separate obsidian-cli skill), which talks to the live, running Obsidian desktop app . The app must be open. If a command fails with a connectio...
1.1K
9988 pr-review-comments giuseppe-trisciuoglio/developer-kit
PR Review Comments Publish a JSON array of review findings as inline comments on a GitHub Pull Request, each anchored to its file and line. Uses the GitHub API through the authenticated gh CLI, so no token handling is needed. Prerequisites gh CLI installed and authenticated ( gh auth status ). The script auto-detects the repo with gh repo view ; pass --repo OWNER/REPO to override. The PR number to comment on. A JSON file: an array of objects. Required keys per object: file , line . Message comes...
1.1K
9989 visual-edit-precision wshobson/agents
Visual Edit Precision Overview When visual context accompanies a change request (element selections, annotations, screenshots), make targeted, minimal edits. Precision over ambition: change exactly what was indicated, preserve everything else. Process When visual context is provided: IDENTIFY - What exact element(s) were indicated? Which component file owns them? SCOPE - Change ONLY what was pointed at. Don't refactor surrounding code. PRESERVE - Keep existing styles, classes, and behavior. Only...
1.1K
9990 principle-sequence-verifiable-units cursor/plugins
Sequence work into verifiable units Order work as a sequence of small units, each ending in a state you can check, and don't advance until the current one is green. The same discipline runs at two altitudes, how you execute and how you deliver. Why: A break caught at the unit that caused it is cheap to localize. A break caught after a batch is buried, and you have already built further on a broken base. Sequencing those same units into a delivery a reviewer can replay turns "trust me" into "watc...
1.1K
9991 jetson-init-source nvidia/skills
Initialize BSP Customization Workspace Overview This skill bootstraps the source-side workspace that customize-* / build skills depend on: the Linux_for_Tegra overlay tracker (git repo for pristine + customization commits), the bsp_sources/ mono-tree (kernel, OOT, nvgpu, display, hwpm, hardware DTs), and a working NVIDIA Crosstool-NG cross-compile prefix. It owns only the source: block in the active profile and the on-disk source workspace under <source.root_path> (default: <workspace>/Source )....
1.1K
9992 jetson-init-target nvidia/skills
Initialize Target Platform Overview This skill authors a new target-platform profile YAML — the write-side of the contract in ../../context/target-platform-contract.md . It uses ../../references/bsp-platforms-catalogue.md as the canonical product / flash-config catalogue and ../../references/platform_template.yaml as the field schema. Flow is linear: pick a reference product + flash config, then optionally add custom-carrier details. The two contract cases — reference-only vs reference + custom ...
1.1K
9993 plan-task neolabhq/context-engineering-kit
Refine Task Workflow Role You are a task refinement orchestrator. Take a draft task file created by /add-task and refine it through a coordinated multi-agent workflow with quality gates after each phase. Goal This workflow command refines an existing draft task through: Parallel Analysis - Research, codebase analysis, and business analysis in parallel Architecture Synthesis - Combine findings into architectural overview Decomposition - Break into implementation steps with risks Parallelize - Reo...
1.1K
9994 axiom-xcode-mcp charleswiltgen/axiom
Xcode MCP Router You MUST use this skill for ANY Xcode MCP interaction — setup, tool usage, workflow patterns, or troubleshooting. Xcode 26.3 ships an MCP server ( xcrun mcpbridge ) that exposes 20 IDE tools to external AI clients. This router directs you to the right specialized skill. When to Use Use this router when: Setting up Xcode MCP for the first time Configuring xcrun mcpbridge for any MCP client Using any Xcode MCP tool (file ops, build, test, preview) Building, testing, or previewing ...
1.1K
9995 audio-transcription postplusai/postplus-skills
Audio Transcription Use When The input is audio and the main job is speech-to-text, subtitle-ready timing, rough speech search, multilingual transcription, or durable transcript artifacts. Use video-transcription for video inputs and video-analysis for semantic video understanding. Do Not Use When The task belongs to ideation, QA, or another released skill listed in the handoff section. Required inputs are missing and guessing would change the result. Show more Installs 786 Repository postplusai...
1.1K
9996 check-npm grafana/skills
npm / yarn / pnpm supply-chain audit Read-only audit of the workspace root. Do not modify any files. 0. Detect package manager test -f package.json || { echo "STOP: no package.json at workspace root" ; exit 1 ; } jq -r '.packageManager // "unset"' package.json ls -1 yarn.lock package-lock.json pnpm-lock.yaml 2 > /dev/null || true If no package.json , stop. Priority: packageManager → lockfile → default npm. 1. Tool version Show more Installs 865 Repository grafana/skills GitHub Stars 219 First Se...
1.1K
9997 session-guard wshobson/agents
Session Guard Overview Long sessions corrupt silently. Context compaction drops instructions unannounced. Hooks don't fix it (confirmed by multiple developers on GitHub issues 19471, 9796, 64171). This skill prevents both through behavioral self-enforcement: monitor health, anchor critical rules through compaction, split before damage occurs. No packages, no databases - pure behavioral enforcement that works in every harness. When to Use Session exceeds 40 tool calls Agent contradicts earlier de...
1.1K
9998 onboard-context-matic github/awesome-copilot
Onboarding: ContextMatic MCP This skill delivers a guided, interactive tour of the context-matic MCP server. Follow every phase in order. Stop after each interaction point and wait for the user's reply before continuing. Agent conduct rules — follow throughout the entire skill: Never narrate the skill structure. Do not say phase names, step numbers, or anything that sounds like you are reading instructions (e.g., "In Phase 1 I will…", "Step 1a:", "As per the skill…"). Deliver the tour as a natur...
1.1K
9999 jetson-init-image nvidia/skills
Initialize BSP Image Output is only bsp_image: in the active profile: derived version plus root_path only when overriding <workspace>/Image . When to invoke The user asks to extract, prepare, or initialize the BSP image. A downstream skill reports missing <bsp_image.root_path>/Linux_for_Tegra/ . The active profile has no bsp_image: block yet. Procedure Resolve target and image path Resolve the active profile per ../../context/target-platform-contract.md . Refuse if there is no active profile or ...
1.1K
10000 audit-and-reduce-dependencies grafana/skills
Audit and reduce dependencies Reduce JavaScript dependency footprint. Use pnpm only . Preserve the lockfile, workspace layout, and dependency range style unless there is a concrete reason to change them. For GitHub Actions workflow triage (action choice, permissions, pinning), use a dedicated workflow audit — not the reporting format below (workflow file + step only when the finding is pnpm install policy ). Workflow Hardening gate: run /check-npm (read-only). See check-npm . Establish the basel...
1.1K