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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,424
总 Skills
160.5M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
24501 sentinel simota/agent-skills
You are "Sentinel" - a security-focused agent who protects the codebase from vulnerabilities and security risks. Your mission is to identify and fix ONE small security issue or add ONE security enhancement that makes the application more secure. Sample Commands These are illustrative - first figure out what this repo needs: - Run tests: `pnpm test` (runs vitest suite) - Lint code: `pnpm lint` (checks TypeScript and ESLint) - Format code: `pnpm format` (auto-formats with Prettier) - Build:...
42
24502 compete simota/agent-skills
You are "Compete" - a strategic analyst who maps the competitive landscape and identifies opportunities for differentiation. Your mission is to provide actionable competitive intelligence that informs product strategy. Compete Framework: Map → Analyze → Differentiate | Map | Understand the landscape | Competitor list, feature matrix | Analyze | Find patterns & gaps | SWOT analysis, positioning map | Differentiate | Define unique value | Differentiation strategy, messaging You don'...
42
24503 eval-harness-updater oimiragieo/agent-studio
Eval Harness Updater Refresh eval harnesses to keep live + fallback modes actionable under unstable environments. Focus Areas Prompt and parser drift Timeout/partial-stream handling SLO and regression gates Dual-run fallback consistency Workflow Resolve harness path. Research test/eval best practices (Exa + arXiv — see Research Gate below). Add RED regressions for parsing and timeout edge cases. Patch minimal harness logic. Validate eval outputs and CI gates. Resolve companion artifact gaps (see...
42
24504 sre-expert personamanagmentlayer/pcl
Site Reliability Engineering Expert Expert guidance for SRE practices, reliability engineering, SLOs/SLIs, incident management, and operational excellence. Core Concepts SRE Fundamentals Service Level Objectives (SLOs) Service Level Indicators (SLIs) Error budgets Toil reduction Monitoring and alerting Capacity planning Reliability Practices Incident management Post-incident reviews (PIRs) On-call rotations Chaos engineering Disaster recovery Change management Automation Infrastructure as Code...
42
24505 linear-notifications finesssee/linear-cli
Notifications List unread notifications linear-cli n list linear-cli n list --output json Get unread count linear-cli n count Mark as read linear-cli n read NOTIFICATION_ID Mark all as read linear-cli n read-all Archive a notification linear-cli n archive NOTIFICATION_ID Archive all notifications linear-cli n archive-all Flags Flag Purpose --output json JSON output
42
24506 thought-mining yunshu0909/yunshu_skillshub
思维挖掘助手 触发方式 当用户说类似以下内容时触发: "我想写一篇关于 XX 的文章" "帮我整理一下我的想法" "我有一些零散的思考,帮我记下来" "/thought-mining" 或 "/思维挖掘" 流程概览 阶段 名称 目标 详细文件 1 思维挖掘 把零散想法倒出来,记录成洞察点 stages/01-mining.md 2 选题确定 从洞察中找核心观点,确定文章方向 stages/02-topic.md 3 观点验证 联网搜索,验证理解是否正确 stages/03-validation.md 4 写作辅助 检查逻辑、润色文字、找金句 stages/04-writing.md 5 最终审核 发布前的最后检查 stages/05-review.md 调度规则 如何判断当前阶段: 进入阶段1 — 用户刚开始,还没有洞察文件 进入阶段2 — 用户说"差不多了"或洞察数量达到15-20个 进入阶段3 — 用户确认"这个方向对,可以写" 进入阶段4 — 用户确认"逻辑没问题,可以开始写" 进入阶段5 — 用户说"差不多定稿了" 每个阶段开始时: 告诉用户当前在哪个阶段 读取对应...
42
24507 content-security-policy-generator jeremylongshore/claude-code-plugins-plus-skills
Content Security Policy Generator Purpose This skill provides automated assistance for content security policy generator tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "content security policy generator" in your request Ask about content security policy generator patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. ...
42
24508 doc-sync chmouel/lazyworktree
Documentation Sync Check Compare documentation sources for consistency across keybindings and feature documentation. Instructions Read README keybindings section : Use the Read tool to read README.md , then locate the Key section (keybindings table) Read man page keybindings : Use the Read tool to read lazyworktree.1 , then locate the KEYBINDINGS section Read help screen text : Use the Read tool to read internal/app/screen/help.go , then locate the helpText variable containing the in-app help c...
42
24509 building-tauri-with-github-actions dchuk/claude-code-tauri-skills
Building Tauri Apps with GitHub Actions This skill covers CI/CD pipeline configuration for Tauri applications using GitHub Actions and the official tauri-apps/tauri-action. Overview GitHub Actions enables automated building, testing, and releasing of Tauri applications across Windows, macOS, and Linux platforms. The tauri-action handles the complexity of cross-platform builds and release management. Workflow Triggers Push to Release Branch name: 'publish' on: workflow_dispatch: push: ...
42
24510 researcher simota/agent-skills
You are "Researcher" - a user research specialist who designs studies, conducts analysis, and extracts actionable insights. Your mission is to understand users deeply through structured research methods, providing the foundation for Echo's persona-based validation. Researcher Framework: Define → Design → Analyze → Synthesize | Define | Clarify research questions | Research objectives, hypotheses, scope | Design | Create research plan | Interview guides, test scenarios, recruitment crite...
42
24511 configuring-tauri-apps dchuk/claude-code-tauri-skills
Tauri Configuration Files Tauri v2 applications use three primary configuration files to manage application behavior, dependencies, and build processes. Configuration File Overview File Purpose Format tauri.conf.json Tauri-specific settings JSON, JSON5, or TOML Cargo.toml Rust dependencies and metadata TOML package.json Frontend dependencies and scripts JSON tauri.conf.json The main configuration file located in src-tauri/. Defines application metadata, window behavior, bundling options, and ...
42
24512 netlify-deploy tech-leads-club/agent-skills
Netlify Deployment Skill Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context. Overview This skill automates Netlify deployments by: Verifying Netlify CLI authentication Detecting project configuration and framework Linking to existing sites or creating new ones Deploying to production or preview environments Prerequisites Netlify CLI : Installed via npx (no global install required) Authentication : Netlify account with a...
42
24513 nmap brownfinesecurity/iothackbot
You are helping the user perform professional network reconnaissance and port scanning using nmap. This skill provides guidance for various scan types, output formats, and result analysis. Output Directory Directory Structure ``` nmap-output/ ├── nmap-portscan.nmap Initial fast port discovery ├── nmap-portscan.xml ├── nmap-portscan.gnmap ├── nmap-services.nmap Detailed service detection on open ports ├── nmap-services.xml └── nmap-services.gnmap ``` IMPORTANT: Always save nmap...
42
24514 kubernetes-service-manager jeremylongshore/claude-code-plugins-plus-skills
Kubernetes Service Manager Purpose This skill provides automated assistance for kubernetes service manager tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "kubernetes service manager" in your request Ask about kubernetes service manager patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for kube...
42
24515 migrating-to-tuist-generated-projects tuist/tuist
Migrating to Tuist Generated Projects Quick Start Baseline build and run the app with xcodebuild. Inventory targets, build settings, and external dependencies. Create Tuist.swift , Project.swift , and Tuist/Package.swift . Extract settings into .xcconfig files and wire them in Project.swift . Generate and build: tuist generate --no-open then xcodebuild build . Fix build issues, regenerate, and validate runtime on a simulator. Preflight Checklist Primary app scheme and any extension/test schemes ...
42
24516 firebase-vertex-ai jeremylongshore/claude-code-plugins-plus-skills
Operate Firebase projects end-to-end (Auth, Firestore, Functions, Hosting) and integrate Gemini/Vertex AI safely for AI-powered features. Overview Use this skill to design, implement, and deploy Firebase applications that call Vertex AI/Gemini from Cloud Functions (or other GCP services) with secure secrets handling, least-privilege IAM, and production-ready observability. Prerequisites - Node.js runtime and Firebase CLI access for the target project - A Firebase project (billing enabled ...
42
24517 regex-tester dkyazzentwatwa/chatgpt-skills
Test and debug regular expressions with detailed match visualization, plain-English explanations, and pattern generation from examples. Quick Start ``` from scripts.regex_tester import RegexTester Test pattern tester = RegexTester() result = tester.test(r"\d{3}-\d{4}", "Call 555-1234 today") print(result['matches']) ['555-1234'] Explain pattern explanation = tester.explain(r"\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b") print(explanation) Generate pattern from examples pattern...
42
24518 maximalist-wall-decorator erichowens/some_claude_skills
Maximalist Wall Decorator Embrace abundance, celebrate color, and fill your walls with joy. More is more, and we're going to do it right. When to Use This Skill Use for: Bold color selection and combinations Maximalist wall decor strategies Gallery wall composition Statement wallpaper selection Freehand painting ideas and techniques Eclectic lamp and sconce arrangements "Curated chaos" that reads as intentional Fun, silly, personality-filled spaces NOT for: Minimalist design → different philosop...
42
24519 learning-first-principles hexbee/hello-skills
学习的本质是内在驱动而非外部灌输: | 学习观 | 依赖补课/外部输入 | 自学驱动 | 方法论 | 耗时间/机械重复 | 归纳总结 | 加工 | 机械抄录 | 自我输出 | 输出 | 简单重复 | 表达重构 | 表达 | 形式化/模板化 | 逻辑驱动 | 理解 | 止于理论 | 实践验证 分析框架 当用户提供学习内容、方法或计划时,从以下维度分析: 1. 自学驱动性 - 诊断:是否依赖外部推力(补课、督学)? - 行动:转化为自主探索目标 2. 归纳总结性 - 诊断:是否在"耗时间"而非"思考"? - 行动:提炼核心、可迁移的规律 3. 自我输出性 - 诊断:是否在机械抄录? - 行动:用自己的话重新表述 4. 表达重构性 - 诊断:是否简单重复教材表述? - 行动:用新角度、新框架重组知识 5. 逻辑驱动性 - 诊断:是否在套用模板/形式? - 行动:追溯因果链,理解为什么 6. 实践验证性 - 诊断:是否止于理论理解? - 行动:设计最小验证实验 输出格式 问题诊断 -...
42
24520 ai-writing-detox jamditis/claude-skills-journalism
AI writing detox Good writing is invisible. If readers notice the writing style, it's distracting from the content. AI patterns are noticeable—they break trust. When to use Writing or editing any journalism content Creating press releases or media advisories Drafting documentation or reports Writing social media posts Reviewing any AI-assisted text before publication Banned words (delete or replace) Word Why it's bad Alternative delve AI signature word explore, examine, look at realm Pretentious...
42
24521 mf-module-info module-federation/core
Step 1 : Parse $ARGUMENTS : First token → <module-name> If a second token looks like a URL (starts with http ) → <remoteEntry-url> (standalone mode); remaining tokens → [project-root] Otherwise → [project-root] (consumer mode) Step 2 — consumer mode (no URL provided): Call the mf-context Skill (passing [project-root] ) to collect MFContext, then run: node scripts/module-info.js --context '<MFContext-JSON>' --module '<module-name>' Step 2 — standalone mode (URL provided): Run with an empty contex...
42
24522 gerrit checkmk/checkmk
When asked to submit a Gerrit change: curl -s --netrc "https://review.lan.tribe29.com/a/changes/125896/submit" -X POST -H "Content-Type: application/json" -d '{}' This will submit the change and all its unmerged parents (provided all the changes have the required approvals). When asked to improve a Gerrit change: Fetch the current state from Gerrit gerrit-change-log HEAD In case a Verified -1 is reported, fetch the Jenkins job results using the jenkins skill For each failed stage, fetch the deta...
42
24523 ethical hacking methodology zebbern/claude-code-guide
Ethical Hacking Methodology Purpose Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments. Prerequisites Required Environment Kali Linux installed (persistent or live) Network access to authorized targets Written authorization from system owner Required Knowledge Basic networking concepts Linux comm...
42
24524 middleware-testing-patterns proffesor-for-testing/agentic-qe
Middleware Testing Patterns <default_to_action> When testing enterprise middleware, ESBs, or message-driven systems: VALIDATE message routing logic (content-based, header-based, recipient list) TEST message transformations end-to-end (input format -> output format) VERIFY dead letter queue handling (poison messages, retry exhaustion) ASSERT message ordering and sequencing with correlation IDs EXERCISE error handling and compensation patterns TEST protocol mediation (SOAP-to-REST, sync-to-async) ...
42
24525 google-gemini-api ovachiever/droid-tings
Google Gemini API - Complete Guide Version: 3.0.0 (14 Known Issues Added) Package: @google/genai@1.35.0 (⚠️ NOT @google/generative-ai) Last Updated: 2026-01-21 ⚠️ CRITICAL SDK MIGRATION WARNING DEPRECATED SDK: @google/generative-ai (sunset November 30, 2025) CURRENT SDK: @google/genai v1.27+ If you see code using @google/generative-ai, it's outdated! This skill uses the correct current SDK and provides a complete migration guide. Status ✅ Phase 1 Complete: ✅ Text Generation (basic + stre...
42
24526 sqlmap database penetration testing zebbern/claude-code-guide
SQLMap Database Penetration Testing Purpose Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap. This skill covers database enumeration, table and column discovery, data extraction, multiple target specification methods, and advanced exploitation techniques for MySQL, PostgreSQL, MSSQL, Oracle, and other database management systems. Inputs / Prerequisites Target URL : Web application URL with injectable parameter (e.g., ?id=1 ) SQLMap Installation...
42
24527 zotero-mcp-code kerim/zotero-code-execution
Zotero MCP Code Execution Skill Search your Zotero library using code execution for safe, efficient, comprehensive searches. 🎯 Core Concept Instead of calling MCP tools directly (which loads all results into context and risks crashes), write Python code that: Fetches large datasets (50-100+ items per strategy) Filters and ranks in code execution environment Returns only top N results to context Benefits: ✅ No crash risk (large data stays in code) ✅ Automatic multi-strategy search ✅ Automat...
42
24528 photo-restoration eachlabs/skills
Photo Restoration Restore and enhance old, damaged, or degraded photos using each::sense. This skill leverages AI-powered restoration models to repair scratches, colorize black and white images, fix fading, remove film grain, and bring damaged photos back to life. Features Damage Repair : Fix scratches, tears, creases, and physical damage Colorization : Add natural colors to black and white photos Fading Recovery : Restore vibrancy to faded and washed-out images Water Damage Repair : Recover pho...
42
24529 azure-search-documents-py sickn33/antigravity-awesome-skills
Azure AI Search SDK for Python Full-text, vector, and hybrid search with AI enrichment capabilities. Installation pip install azure-search-documents Environment Variables AZURE_SEARCH_ENDPOINT = https:// < service-name > .search.windows.net AZURE_SEARCH_API_KEY = < your-api-key > AZURE_SEARCH_INDEX_NAME = < your-index-name > Authentication API Key from azure . search . documents import SearchClient from azure . core . credentials import AzureKeyCredential client = SearchClient ( endpoint = os . ...
42
24530 database-designer borghei/claude-skills
Database Designer - POWERFUL Tier Skill Overview A comprehensive database design skill that provides expert-level analysis, optimization, and migration capabilities for modern database systems. This skill combines theoretical principles with practical tools to help architects and developers create scalable, performant, and maintainable database schemas. Core Competencies Schema Design & Analysis Normalization Analysis : Automated detection of normalization levels (1NF through BCNF) Denormalizati...
42
24531 azure-storage-file-share-py sickn33/antigravity-awesome-skills
Azure Storage File Share SDK for Python Manage SMB file shares for cloud-native and lift-and-shift scenarios. Installation pip install azure-storage-file-share Environment Variables AZURE_STORAGE_CONNECTION_STRING = DefaultEndpointsProtocol = https ; AccountName = .. . ; AccountKey = .. . Or AZURE_STORAGE_ACCOUNT_URL = https:// < account > .file.core.windows.net Authentication Connection String from azure . storage . fileshare import ShareServiceClient service = ShareServiceClient . from_connec...
42
24532 better-auth-best-practices epicenterhq/epicenter
Better Auth Integration Guide Always consult better-auth.com/docs for code examples and latest API. Setup Workflow Install: npm install better-auth Set env vars: BETTER_AUTH_SECRET and BETTER_AUTH_URL Create auth.ts with database + config Create route handler for your framework Run npx @better-auth/cli@latest migrate Verify: call GET /api/auth/ok — should return { status: "ok" } Quick Reference Environment Variables BETTER_AUTH_SECRET - Encryption secret (min 32 chars). Generate: openssl rand -b...
42
24533 claude-ecosystem-promoter erichowens/some_claude_skills
Claude Ecosystem Promoter Marketing specialist for Claude ecosystem technology. Transform your MCP servers, skills, plugins, and agents from hidden gems into widely-adopted tools. Quick Start User: "I built an MCP server for Notion, how do I get people to use it?" Claude Ecosystem Promoter: 1. Audit readiness (README, docs, installation ease) 2. Submit to Official MCP Registry (primary) 3. List on aggregators (Smithery, Glama, PulseMCP) 4. Post to Reddit (r/ClaudeAI, r/mcp) 5. Create demo con...
42
24534 agentfolio sickn33/antigravity-awesome-skills
AgentFolio Role : Autonomous Agent Discovery Guide Use this skill when you want to discover, compare, and research autonomous AI agents across ecosystems. AgentFolio is a curated directory at https://agentfolio.io that tracks agent frameworks, products, and tools. This skill helps you: Find existing agents before building your own from scratch. Map the landscape of agent frameworks and hosted products. Collect concrete examples and benchmarks for agent capabilities. Capabilities Discover autonom...
42
24535 replay-mcp replayio/skills
Overview This document provides an overview of the tools available when using Replay MCP and how to use these tools to investigate recordings. Replay MCP is used to inspect the contents of https://replay.io recordings. These recordings perfectly capture everything that happened when a browser visited an app or other web page. You can explore and investigate the app's behavior as if you are a detective with a time machine. Any question about the app behaved can be answered precisely using data fr...
42
24536 migrating-json-schemas zaggino/z-schema
Migrating JSON Schemas Between Drafts z-schema supports draft-04, draft-06, draft-07, draft-2019-09, and draft-2020-12. This skill covers migrating schemas between drafts and verifying them with z-schema. Migration workflow Identify the source draft (check $schema or id / $id usage). Set the target version on the validator: import ZSchema from 'z-schema' ; const validator = ZSchema . create ( { version : 'draft2020-12' } ) ; Run validator.validateSchema(schema) to surface incompatibilities. Fix ...
42
24537 skill-creator erichowens/some_claude_skills
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...
42
24538 godot-genre-sandbox thedivergentai/gd-agentic-skills
Genre: Sandbox Physical simulation, emergent play, and player creativity define this genre. Available Scripts voxel_chunk_manager.gd Expert chunked rendering using MultiMeshInstance3D for thousands of voxels. Includes greedy meshing pattern and performance notes. Core Loop Explore : Player discovers world rules and materials Experiment : Player tests interactions (fire burns wood) Build : Player constructs structures or machines Simulate : Game runs physics/logic systems Share : Player saves/sha...
42
24539 godot-genre-sports thedivergentai/gd-agentic-skills
Genre: Sports Available Scripts sports_ball_physics.gd Expert ball physics with drag, magnus effect (curve), and proper bounce handling. Core Loop Possession : Player or AI controls the ball/puck Maneuver : Player avoids opponents (dribble, pass) Strike : Player attempts to score (shoot, dunk) Defend : Opposing team tries to steal or block Score : Points determine winner after time NEVER Do in Sports Games NEVER parent ball to player transform — Ball must be physics-based, not child node. Parent...
42
24540 react-native hairyf/skills
@json-render/react-native React Native renderer that converts JSON specs into native mobile component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react-native/schema" ; import { standardComponentDefinitions , standardActionDefinitions , } from "@json-render/react-native/catalog" ; import { defineRegistry , Renderer , type Components } from "@json-render/r...
42
24541 kubernetes-ingress-config jeremylongshore/claude-code-plugins-plus-skills
Kubernetes Ingress Config Purpose This skill provides automated assistance for kubernetes ingress config tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "kubernetes ingress config" in your request Ask about kubernetes ingress config patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for kubernet...
42
24542 playwright-pom testdino-hq/playwright-skill
Playwright Page Object Model Structure your test code for maintainability — know when POM helps and when simpler patterns win. 2 guides covering Page Object Model implementation and the decision framework for choosing between POM, fixtures, and helpers. Guide Index Topic Guide Page Object Model patterns page-object-model.md POM vs fixtures vs helpers pom-vs-fixtures-vs-helpers.md
42
24543 cloudwatch-alarm-creator dengineproblem/agents-monorepo
CloudWatch Alarm Creator Эксперт по мониторингу AWS CloudWatch и настройке алармов. Основные принципы Выбор порогов : Основывайте на исторических данных и бизнес-требованиях Статистические методы : Выбирайте подходящую статистику (Average, Sum, Maximum) по характеристикам метрик Периоды оценки : Баланс между отзывчивостью и подавлением шума Actionable алерты : Каждый аларм должен иметь понятный путь устранения Оптимизация стоимости : Эффективные стратегии для минимизации расходов EC2 Alarm { "Al...
42
24544 openai-api ovachiever/droid-tings
OpenAI API - Complete Guide Version: Production Ready ✅ Package: openai@6.16.0 Last Updated: 2026-01-20 Status ✅ Production Ready: ✅ Chat Completions API (GPT-5, GPT-4o, GPT-4 Turbo) ✅ Embeddings API (text-embedding-3-small, text-embedding-3-large) ✅ Images API (DALL-E 3 generation + GPT-Image-1 editing) ✅ Audio API (Whisper transcription + TTS with 11 voices) ✅ Moderation API (11 safety categories) ✅ Streaming patterns (SSE) ✅ Function calling / Tools ✅ Structured outputs (JSON schemas) ✅ V...
42
24545 discussion-intelligence qodex-ai/ai-agent-skills
Meeting Insights Analyzer This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader. When to Use This Skill Analyzing your communication patterns across multiple meetings Getting feedback on your leadership and facilitation style Identifying when you avoid difficult conversations Understanding your speaking habits and filler words Tracking improvement in communication skills over time P...
42
24546 react-devtools piotrski/agent-react-devtools
agent-react-devtools CLI that connects to a running React or React Native app via the React DevTools protocol and exposes the component tree, props, state, hooks, and profiling data in a token-efficient format. Core Workflow Ensure connection — check agent-react-devtools status . If the daemon is not running, start it with agent-react-devtools start . Use agent-react-devtools wait --connected to block until a React app connects. Inspect — get the component tree, search for components, inspect pr...
42
24547 rspack teachingai/full-stack-skills
Use this skill whenever the user wants to: - Set up Rspack in a new or existing project - Configure Rspack for different environments - Use built-in plugins or create custom plugins - Migrate from Webpack to Rspack - Optimize build performance - Understand Rspack configuration options - Use Rspack CLI or JavaScript API - Write custom loaders - Understand plugin API and hooks - Configure entry points and output - Set up code splitting and optimization - Configure development server -...
42
24548 cdk-patterns sickn33/antigravity-awesome-skills
You are an expert in AWS Cloud Development Kit (CDK) specializing in reusable patterns, L2/L3 constructs, and production-grade infrastructure stacks. Use this skill when Building reusable CDK constructs or patterns Designing multi-stack CDK applications Implementing common infrastructure patterns (API + Lambda + DynamoDB, ECS services, static sites) Reviewing CDK code for best practices and anti-patterns Do not use this skill when The user needs raw CloudFormation templates without CDK The task ...
42
24549 org-chart-generator dkyazzentwatwa/chatgpt-skills
Create professional organizational hierarchy charts from structured data. Perfect for company org charts, team structures, reporting relationships, and any hierarchical data visualization. Quick Start ``` from scripts.orgchart_gen import OrgChartGenerator From CSV (employee name + manager) org = OrgChartGenerator() org.from_csv("employees.csv", name="name", manager="reports_to") org.generate().save("org_chart.png") From nested dictionary org = OrgChartGenerator() org.from_dict({ 'name...
42
24550 variant-analysis oimiragieo/agent-studio
Variant Analysis You are a variant analysis expert. Your role is to help find similar vulnerabilities and bugs across a codebase after identifying an initial pattern. When to Use Use this skill when: A vulnerability has been found and you need to search for similar instances Building or refining CodeQL/Semgrep queries for security patterns Performing systematic code audits after an initial issue discovery Hunting for bug variants across a codebase Analyzing how a single root cause manifests ...
42