███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10501 | security-auditor | charon-fan/agent-playbook |
You are a security auditor specializing in DevSecOps, application security, and comprehensive cybersecurity practices. Use this skill when Running security audits or risk assessments Reviewing SDLC security controls, CI/CD, or compliance readiness Investigating vulnerabilities or designing mitigation plans Validating authentication, authorization, and data protection controls Do not use this skill when You lack authorization or scope approval for security testing You need legal counsel or formal...
|
987 |
| 10502 | flutter-plugins | flutter/skills |
No SKILL.md available for this skill. View on GitHub
|
987 |
| 10503 | diffity-resolve | kamranahmedse/diffity |
Diffity Resolve Skill You are reading open review comments and resolving them by making the requested code changes. Arguments thread-id (optional): Resolve a specific thread by ID instead of all open threads. Example: /diffity-resolve abc123 CLI Reference diffity agent diff diffity agent list [--status open|resolved|dismissed] [--json] diffity agent comment --file <path> --line <n> [--end-line <n>] [--side new|old] --body "<text>" diffity agent general-comment --body "<text>" diffity agent resol...
|
987 |
| 10504 | earnings-preview-single | anthropics/financial-services-plugins |
Single-Company Earnings Preview Generate a concise, professional equity research earnings preview for a single company. The output is a self-contained HTML file targeting 4-5 printed pages. The report is dense with figures and data, with tight narrative that gets straight to the point. Data Sources (ZERO EXCEPTIONS): The ONLY permitted data sources are Kensho Grounding MCP ( search ) and S&P Global MCP ( kfinance ). Absolutely NO other tools, data sources, or web access of any kind. Specifically...
|
987 |
| 10505 | agent-self-evaluation | affaan-m/everything-claude-code |
Agent Self-Evaluation After completing a complex task, the agent pauses to rate its own output against a structured 5-axis rubric. This is NOT a pass/fail gate — it's a deliberate reflection step that catches omissions, flags overconfidence, and surface areas for improvement before the user has to. When to Activate After writing code that spans 3+ files or 50+ lines After completing a multi-step workflow (implement → test → review) After a debugging session that involved 3+ attempts After produc...
|
987 |
| 10506 | flutter-plugins | flutter/agent-plugins |
No SKILL.md available for this skill. View on GitHub
|
987 |
| 10507 | pagespeed-insights | enderpuentes/ai-agent-skills |
PageSpeed Insights Auditor Overview You are a PageSpeed Insights Auditor - an expert in web performance optimization who helps developers achieve excellent PageSpeed scores by identifying performance issues, avoiding bad practices, and implementing best practices based on Google's PageSpeed Insights guidelines. Core Principle : Guide developers to achieve scores of 90+ (Good) in Performance, Accessibility, Best Practices, and SEO categories, while ensuring Core Web Vitals metrics meet the "Good"...
|
987 |
| 10508 | dokie-ai-ppt | myzy-ai/dokie-ai-ppt |
Dokie AI PPT Skill This is Dokie AI PPT Skill — a professional presentation design skill. Use it whenever you need to generate a PPT, create a presentation, or build any showcase content with HTML. Built on web technologies, supporting everything from minimal business style to Awwwards-level creative motion — far beyond what traditional PPT can deliver. Prerequisites npx dokie-cli themes Verify CLI is available Workflow ⚠️ IMPORTANT: This is an interactive, step-by-step workflow. At each step, ...
|
987 |
| 10509 | interior-design-visualization | eachlabs/skills |
Interior Design Visualization Transform and visualize interior spaces using each::sense. This skill takes photos of existing rooms and generates redesigned versions with different styles, furniture, colors, and layouts. Features Room Redesign : Transform existing rooms into completely new designs Style Transformation : Apply modern, minimalist, bohemian, industrial, and other styles Furniture Visualization : See how new furniture would look in your space Color Scheme Changes : Preview walls, acc...
|
987 |
| 10510 | amazon-a-plus-content | nexscope-ai/amazon-skills |
Amazon A+ Content 🎨 Strategic Amazon A+ Content planning and optimization. Create compelling product storytelling that converts browsers into buyers. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-a-plus-content -g Usage Examples Complete A+ Content strategy development: "Create A+ Content plan for my premium kitchen knife set - need module layouts, copy strategy, and image briefs for conversion optimization" Show more Installs 847 Repository nexscope-ai/ama…n-skills GitHub...
|
987 |
| 10511 | rabbitmq-development | mindrally/skills |
RabbitMQ Development You are an expert in RabbitMQ and AMQP (Advanced Message Queuing Protocol) development. Follow these best practices when building message queue-based applications. Core Principles RabbitMQ is a message broker that receives messages from publishers and routes them to consumers AMQP 0-9-1 is the most commonly used protocol - an application layer protocol transmitting data in binary format Design for reliability, scalability, and fault tolerance Leave NO todos, placeholders, or...
|
986 |
| 10512 | plotly | davila7/claude-code-templates |
Plotly Python graphing library for creating interactive, publication-quality visualizations with 40+ chart types. Quick Start Install Plotly: uv pip install plotly Basic usage with Plotly Express (high-level API): import plotly.express as px import pandas as pd df = pd.DataFrame({ 'x': [1, 2, 3, 4], 'y': [10, 11, 12, 13] }) fig = px.scatter(df, x='x', y='y', title='My First Plot') fig.show() Choosing Between APIs Use Plotly Express (px) For quick, standard visualizations with ...
|
986 |
| 10513 | attach-review-to-pr | neolabhq/context-engineering-kit |
How to Attach Line-Specific Review Comments to Pull Requests This guide explains how to add line-specific review comments to pull requests using the GitHub CLI ( gh ) API or mcp__github_inline_comment__create_inline_comment if it not available, similar to how the GitHub UI allows commenting on specific lines of code. Preferred Approach: Using MCP GitHub Tools If available , use the mcp__github_inline_comment__create_inline_comment MCP tool for posting line-specific inline comments on pull reques...
|
986 |
| 10514 | video-transcription | postplusai/postplus-skills |
Video Transcription Use When The input is a video file and the goal is speech extraction, timed transcript, caption generation, multilingual transcript, or edit-prep timestamps. Use video-analysis instead when the user needs semantic visual analysis. 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 819 Repository postplusai/post…s-skills GitHub Stars 20 F...
|
986 |
| 10515 | pentesting-with-aws-security-agent | aws/agent-toolkit-for-aws |
AWS Security Agent — Penetration Test This skill handles pentest setup, execution, and findings. Initial Security Agent setup (agent space, role, bucket) is handled by the setup-security-agent skill — if .security-agent/config.json is missing, the pentest workflow auto-runs setup inline first. Pentests are slow (1-24 hours) and active — they probe a real running app. Always confirm the user is authorized to test the target before starting. Resolving the values you need The CLI examples below use...
|
986 |
| 10516 | hugging-science | k-dense-ai/scientific-agent-skills |
Hugging Science Hugging Science is a curated, LLM-friendly index of scientific datasets, models, blog posts, and interactive demos for ML researchers. Use it when a scientific ML question lands in front of you — it's much higher signal than generic search and the entries are pre-filtered for quality and openness. There are two related surfaces, and you should use both: The catalog at huggingscience.co — a static, parseable index of resources across 17 scientific domains. It exposes llms.txt (com...
|
986 |
| 10517 | critique-typography | owl-listener/designer-skills |
Critique Typography You are an expert in typographic systems and screen-level type critique. What You Do You audit all typographic decisions on a screen: whether the type scale is applied correctly, whether text is readable at its context, whether type choices are consistent across the view, and whether design tokens are used in place of raw values. You flag problems and provide specific fixes. Critique Dimensions Scale Usage Evaluate whether the type scale is applied as a system, not ad hoc. Ar...
|
986 |
| 10518 | echarts | sentimony/skills |
ECharts Use this skill to build, audit, or fix Apache ECharts charts without turning the task into an option-reference lookup. Match the project's existing setup first; only introduce wrappers or new dependencies when the project has none. Decision Tree User task -> Does the project already use ECharts? - Yes -> Find existing chart components/helpers, reuse their init, theme, and resize patterns. Match import style (full vs echarts/core). - No -> Pick integration by framework: - React -> echarts...
|
986 |
| 10519 | bankr | bankrbot/openclaw-skills |
Bankr Execute crypto trading and DeFi operations using natural language. Two integration options: Bankr CLI (recommended) — Install @bankr/cli for a batteries-included terminal experience REST API — Call https://api.bankr.bot directly from any language or tool Both use the same API key. The API has two layers: Wallet API ( /wallet/* ) — Direct, synchronous endpoints for portfolio, transfers, signing, and transaction submission Agent API ( /agent/* ) — AI-powered async prompt endpoint for natural...
|
985 |
| 10520 | brand-discovery | affaan-m/everything-claude-code |
Brand Discovery Use this skill to conduct a structured, adaptive brand identity interview. The goal is a complete 90_SYNTHESIS.md — a master brandbook the organization can use to brief designers, writers, and external collaborators. The interview runs across multiple sessions. Capture answers to disk as you go so that no elicited knowledge is lost when a conversation ends, and so a later session can resume from where the last one stopped. When to Activate A brand is being created, repositioned, ...
|
985 |
| 10521 | agent-tool-builder | sickn33/agentic-awesome-skills |
Agent Tool Builder Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important tha...
|
985 |
| 10522 | recharts | andy-spike/skills |
Recharts React charting library built on top of D3 for composable, declarative data visualization. Quick Start 1. Install Recharts npm install recharts 2. Basic Chart Structure All Recharts charts follow the same pattern: import { LineChart , Line , XAxis , YAxis , CartesianGrid , Tooltip , Legend , ResponsiveContainer } from 'recharts' ; Show more Installs 954 Repository andy-spike/skills GitHub Stars 1 First Seen Feb 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
985 |
| 10523 | compose-animations | chrisbanes/skills |
Compose: animations Core principle Pick the smallest API that matches the problem : built-in visibility and layout transitions first, then a single animated value, then a shared transition object when several values must move together, then gesture-level or imperative APIs when the framework cannot express the motion. Review procedure Identify the visual job: show/hide, one value, coordinated values, content swap, size change, or gesture-driven motion. Choose the smallest API from the table belo...
|
985 |
| 10524 | happyhorse-prompt-studio | modelstudioai/skills |
HappyHorse Prompt Studio A 4-phase guided skill that turns "I want to make a video" into a production-ready HappyHorse prompt — starting from inspiration, not from a blank page. Overview This skill guides the Agent through a structured conversation: Phase 1 · 灵感菜单 (Inspiration) → "Here's what's possible" Phase 2 · 需求发现 (Discovery) → "What do YOU want to make?" Phase 3 · Prompt 组装 (Assembly) → "Let me build it for you" Phase 4 · 质量检查 (Quality Check) → "Here's your prompt — want to...
|
985 |
| 10525 | minimal | bergside/awesome-design-skills |
Minimal Design Design System Skill (Universal) Mission You are an expert design-system guideline author for minimal design. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand Style Foundations Visual style: minimal, clean, bold Typography scale: desktop-first expressive scale | Fonts: primary=Open Sans, display=Inter, mono=Inconsolata | weights=100, 200, 300, 400, 500, 600, 700, 800, 900 Color palette: primary, neutral, success, warning, d...
|
985 |
| 10526 | internet-archive-downloader | serpdownloaders/skills |
Internet Archive Downloader — Coming Soon (Browser Extension) Download books, movies, music, software, and archived web pages from the Internet Archive directly through your browser. This extension is currently in development and has not been released yet. Internet Archive Downloader is an upcoming browser extension designed to streamline how users retrieve media from archive.org. Rather than navigating multiple pages and dealing with inconsistent download buttons across different collection typ...
|
984 |
| 10527 | flutter-platform-views | flutter/skills |
flutter-platform-views-and-web-embedding Goal Guides developers through implementing Flutter Platform Views for Android, iOS, and macOS, as well as embedding Flutter into existing web applications. Assumes the user has a configured Flutter environment and is comfortable with Dart, JavaScript, and the relevant native platform languages (Kotlin, Swift). Instructions 1. Determine the Target Platform and Embedding Strategy (Decision Logic) Before writing code, you must determine the target platform ...
|
984 |
| 10528 | flutter-platform-views | flutter/agent-plugins |
flutter-platform-views-and-web-embedding Goal Guides developers through implementing Flutter Platform Views for Android, iOS, and macOS, as well as embedding Flutter into existing web applications. Assumes the user has a configured Flutter environment and is comfortable with Dart, JavaScript, and the relevant native platform languages (Kotlin, Swift). Instructions 1. Determine the Target Platform and Embedding Strategy (Decision Logic) Before writing code, you must determine the target platform ...
|
984 |
| 10529 | sf-datacloud | jaganpro/sf-skills |
sf-datacloud: Salesforce Data Cloud Orchestrator Use this skill when the user needs product-level Data Cloud workflow guidance rather than a single isolated command family: pipeline setup, cross-phase troubleshooting, data spaces, data kits, or deciding whether a task belongs in Connect, Prepare, Harmonize, Segment, Act, or Retrieve. This skill intentionally follows sf-skills house style while using the external sf data360 command surface as the runtime. The plugin is not vendored into this repo...
|
984 |
| 10530 | glab | henricook/claude-glab-skill |
GitLab CLI (glab) Skill Provides guidance for using glab, the official GitLab CLI, to perform GitLab operations from the terminal. When to Use This Skill Invoke when the user needs to: Create, review, or manage merge requests Work with GitLab issues Monitor or trigger CI/CD pipelines Clone or manage repositories Perform any GitLab operation from the command line Prerequisites Verify glab installation before executing commands: glab --version If not installed, inform the user and provide ...
|
984 |
| 10531 | ceo-advisor | alirezarezvani/claude-skills |
CEO Advisor Strategic frameworks and tools for chief executive leadership, organizational transformation, and stakeholder management. Keywords CEO, chief executive officer, executive leadership, strategic planning, board governance, investor relations, board meetings, board presentations, financial modeling, strategic decisions, organizational culture, company culture, leadership development, stakeholder management, executive strategy, crisis management, organizational transformation, investor u...
|
984 |
| 10532 | traffic-analysis | kostja94/marketing-skills |
Analytics: Traffic Guides website traffic analysis across all channels (organic, paid, social, referral, direct). Covers traffic source attribution, dark traffic identification, and multi-channel reporting. 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. Scope Traffic sources : Organic, paid, social, referral, direct, emai...
|
984 |
| 10533 | propose-hypotheses | neolabhq/context-engineering-kit |
Propose Hypotheses Workflow Execute the First Principles Framework (FPF) cycle: generate competing hypotheses, verify logic, validate evidence, audit trust, and produce a decision. User Input Problem Statement: $ARGUMENTS Workflow Execution Step 1a: Create Directory Structure (Main Agent) Create .fpf/ directory structure if it does not exist: Show more
|
984 |
| 10534 | setup-devops-agent | aws/agent-toolkit-for-aws |
AWS DevOps Agent — Claude Setup The instructions below are specifically for setting up the AWS DevOps Agent plugin for Claude applications. For other clients, use this as a reference, but adjust the instructions based on the client's specific requirements. Step 0: Check if setup is needed 1/ Check if the "aws-devops-agent" MCP server is running. If it is, verify that it has a valid connection (see "Step 3: Verify connectivity"). If verification is successful, you should inform the user that the ...
|
984 |
| 10535 | three-best-practices | emalorenzo/three-agent-skills |
Three.js Best Practices Comprehensive performance optimization guide for Three.js applications. Contains 100+ rules across 17 categories, prioritized by impact. Based on official guidelines from Three.js llms branch maintained by mrdoob. When to Apply Reference these guidelines when: Setting up a new Three.js project Writing or reviewing Three.js code Optimizing performance or fixing memory leaks Working with custom shaders (GLSL or TSL) Implementing WebGPU features Building VR/AR experienc...
|
984 |
| 10536 | enterprise | bergside/awesome-design-skills |
Enterprise Design System Skill (Universal) Mission You are an expert design-system guideline author for Enterprise. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand Enterprise design emphasizes grids, modular components, and strong visual hierarchy to present complex data in a clear and accessible way. The interface is built for productivity, enabling users to monitor, analyze, and interact with information efficiently. Style Foundations...
|
984 |
| 10537 | linkedin-downloader | serpdownloaders/skills |
LinkedIn Downloader (Browser Extension) Download LinkedIn videos, images, and post text from feed pages and post pages in one browser workflow. LinkedIn Downloader is a browser extension built for professionals, researchers, marketers, and content teams who want to save LinkedIn content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text in organized folders without relying on copy-paste or generic pag...
|
983 |
| 10538 | reference-core | angular/angular |
Angular Core ( packages/core ) Mental Model This document outlines the architecture and mental model for packages/core , the heart of the Angular framework. 1. High-Level Architecture packages/core contains the runtime logic for Angular. Its primary responsibilities are: Rendering (Ivy/Render3) : Transforming templates into DOM updates. Dependency Injection (DI) : Managing object creation and lifetime. Change Detection : Synchronizing the model with the view. Reactivity : Signals and Zone.js int...
|
983 |
| 10539 | plaid-fintech | sickn33/agentic-awesome-skills |
Plaid Fintech Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Patterns Link Token Creation and Exchange Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords. // server.ts - Link token creation endpoint impo...
|
983 |
| 10540 | setup-arxiv-mcp | neolabhq/context-engineering-kit |
User Input: $ARGUMENTS Guide for setup arXiv MCP server via Docker MCP 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Show more
|
983 |
| 10541 | create-hook | neolabhq/context-engineering-kit |
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Create Hook Command Analyze the project, suggest practical hooks, and create them with proper testing. Your Task (/create-hook) Analyze environment - Detect tooling and existing hooks Suggest hooks - Based on your project configuration Configure hook - Ask targeted questions and create the script Test & validate - Ensure the hook works correctly Your Workflo...
|
983 |
| 10542 | ios-android-logs | cap-go/capgo-skills |
iOS and Android Device Logs Complete guide to viewing and filtering device logs on iOS and Android. When to Use This Skill User needs to see device logs User is debugging crashes User wants to filter logs by app User needs real-time log streaming User asks "how to see logs" Quick Commands iOS - Stream logs from connected device xcrun devicectl device log stream --device < UUID > Show more Installs 565 Repository cap-go/capgo-skills GitHub Stars 58 First Seen Feb 6, 2026 Security Audits Gen Agen...
|
983 |
| 10543 | capacitor-deep-linking | cap-go/capgo-skills |
Deep Linking in Capacitor Implement deep links, universal links, and app links in Capacitor apps. When to Use This Skill User wants deep links User needs universal links User asks about URL schemes User wants to open app from links User needs share links Types of Deep Links Type Platform Format Requires Server Custom URL Scheme Both myapp://path No Universal Links iOS https://myapp.com/path Yes App Links Android https://myapp.com/path Yes Quick Start Install Plugin bun add @capacitor/app bunx ca...
|
983 |
| 10544 | using-n8n-skills-official | n8n-io/skills |
Using n8n Skills The official n8n MCP evolves over time, so tool names, parameters, and default behaviors can drift between versions. When you spot drift (a tool a skill names doesn't exist, a parameter shape doesn't match what get_node_types returns, or behavior differs from what the skill describes), suggest updating the skill and n8n instance to the latest stable. Non-negotiables Three rules with no exceptions. Violating any produces workflows that look right but break in production. Invoke t...
|
983 |
| 10545 | twitter-x-downloader | serpdownloaders/skills |
Twitter X Downloader (Browser Extension) Download videos, images, and post text from X in one browser workflow. Twitter X Downloader is a browser extension built for users who want a simpler way to save X content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text without relying on copy-paste tools, external websites, or command-line utilities. Save X videos as MP4 files for offline viewing Download p...
|
982 |
| 10546 | r09-travisvn-awesome-claude-skills-seo | aradotso/marketing-skills |
r09-travisvn-awesome-claude-skills-seo Skill by ara.so — Marketing Skills collection. A specialized SEO and content marketing skill suite providing 10 commands and 5 multi-step workflows for keyword research, content audits, SERP analysis, technical SEO, and content strategy. Built as an adaptation of travisvn/awesome-claude-skills focused on structured output and actionable recommendations. What This Project Does Provides AI-driven SEO analysis through: Keyword research with clustering and inte...
|
982 |
| 10547 | dashiai-ppt | chuspeeism/dashiai-ppt-skill |
DashiAI PPT DashiAI PPT 生成静态 HTML 横向翻页 PPT。使用本 skill 时,先把用户的自然语言需求整理成 JSON 计划,再调用本地项目生成器输出 index.html 和 assets/ 。 版本 当前版本: 0.1.36 每次完成用户请求、准备最终回复前,运行: node < skill-root > /scripts/check_latest_version.mjs 如果脚本有输出,把输出内容附在最终回复末尾提醒用户更新;如果脚本无输出或检查失败,保持静默,不要提版本检查。 Skill 目录 Show more Installs 680 Repository chuspeeism/dash…pt-skill GitHub Stars 1.7K First Seen 3 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Fail
|
982 |
| 10548 | dart-use-ffigen | flutter/skills |
Generating FFI Bindings using package:ffigen Contents Introduction Constraints FFIgen Overview Step-by-Step Workflow Concrete Example: Binding a C Library Verification Checklist Introduction Automate and standardize the generation of FFI bindings using package:ffigen ( FfiGenerator ). Writing FFI bindings by hand is error-prone, brittle, and highly discouraged. Constraints Show more Installs 514 Repository dart-lang/skills GitHub Stars 336 First Seen 4 days ago Security Audits Gen Agent Trust Hu...
|
982 |
| 10549 | dashiai-ppt | chuspeeism/dashi-ppt-skill |
DashiAI PPT DashiAI PPT 生成静态 HTML 横向翻页 PPT。使用本 skill 时,先把用户的自然语言需求整理成 JSON 计划,再调用本地项目生成器输出 index.html 和 assets/ 。 版本 当前版本: 0.1.36 每次完成用户请求、准备最终回复前,运行: node < skill-root > /scripts/check_latest_version.mjs 如果脚本有输出,把输出内容附在最终回复末尾提醒用户更新;如果脚本无输出或检查失败,保持静默,不要提版本检查。 Skill 目录 Show more Installs 680 Repository chuspeeism/dash…pt-skill GitHub Stars 1.7K First Seen 3 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Fail
|
982 |
| 10550 | grilling | pandoscope/skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering. If a question can be answered by exploring the codebase, explore the codebase instead. Installs 1.7K Repository matt...
|
982 |