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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,634
总 Skills
38.1M
总安装量
2,455
贡献者
# Skill 仓库 描述 安装量
9701 cellxgene-census davila7/claude-code-templates
CZ CELLxGENE Census Overview The CZ CELLxGENE Census provides programmatic access to a comprehensive, versioned collection of standardized single-cell genomics data from CZ CELLxGENE Discover. This skill enables efficient querying and analysis of millions of cells across thousands of datasets. The Census includes: 61+ million cells from human and mouse Standardized metadata (cell types, tissues, diseases, donors) Raw gene expression matrices Pre-calculated embeddings and statistics Integratio...
217
9702 pyopenms davila7/claude-code-templates
PyOpenMS Overview PyOpenMS provides Python bindings to the OpenMS library for computational mass spectrometry, enabling analysis of proteomics and metabolomics data. Use for handling mass spectrometry file formats, processing spectral data, detecting features, identifying peptides/proteins, and performing quantitative analysis. Installation Install using uv: uv uv pip install pyopenms Verify installation: import pyopenms print(pyopenms.__version__) Core Capabilities PyOpenMS organizes f...
217
9703 histolab davila7/claude-code-templates
Histolab Overview Histolab is a Python library for processing whole slide images (WSI) in digital pathology. It automates tissue detection, extracts informative tiles from gigapixel images, and prepares datasets for deep learning pipelines. The library handles multiple WSI formats, implements sophisticated tissue segmentation, and provides flexible tile extraction strategies. Installation uv pip install histolab Quick Start Basic workflow for extracting tiles from a whole slide image: from ...
217
9704 opentargets-database davila7/claude-code-templates
Open Targets Database Overview The Open Targets Platform is a comprehensive resource for systematic identification and prioritization of potential therapeutic drug targets. It integrates publicly available datasets including human genetics, omics, literature, and chemical data to build and score target-disease associations. Key capabilities: Query target (gene) annotations including tractability, safety, expression Search for disease-target associations with evidence scores Retrieve evidence ...
217
9705 arboreto davila7/claude-code-templates
Arboreto Overview Arboreto is a computational library for inferring gene regulatory networks (GRNs) from gene expression data using parallelized algorithms that scale from single machines to multi-node clusters. Core capability: Identify which transcription factors (TFs) regulate which target genes based on expression patterns across observations (cells, samples, conditions). Quick Start Install arboreto: uv pip install arboreto Basic GRN inference: import pandas as pd from arboreto.algo...
217
9706 professional-communication davila7/claude-code-templates
Professional Communication Overview This skill provides frameworks and guidance for effective professional communication in software development contexts. Whether you're writing an email to stakeholders, crafting a team chat message, or preparing meeting agendas, these principles help you communicate clearly and build professional credibility. Core principle: Effective communication isn't about proving how much you know - it's about ensuring your message is received and understood. When to Use T...
217
9707 git-pr-workflows-pr-enhance sickn33/antigravity-awesome-skills
Pull Request Enhancement You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability. Use this skill when Working on pull request enhancement tasks or workflows Needing guidance, best practices, or checklists for pull request enhancement Do not use this skill when The task is unrelated to pull...
217
9708 gmail-automation sickn33/antigravity-awesome-skills
Gmail Lightweight Gmail integration with standalone OAuth authentication. No MCP server required. ⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, read, or send Gmail messages from the command line without an MCP server. You are automating inbox workflows for a Google Workspace account. You want a lightweight Gmail integration backed by standalone OAuth scripts. First-Time Setup Authenticate with Google (opens browser): python scrip...
217
9709 tooluniverse-clinical-trial-design mims-harvard/tooluniverse
Clinical Trial Design Feasibility Assessment Systematically assess clinical trial feasibility by analyzing 6 research dimensions. Produces comprehensive feasibility reports with quantitative enrollment projections, endpoint recommendations, and regulatory pathway analysis. IMPORTANT : Always use English terms in tool calls (drug names, disease names, biomarker names), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respon...
217
9710 jsdoc-typescript-docs patricio0312rev/skills
JSDoc TypeScript Documentation Create comprehensive inline documentation for TypeScript codebases. Core Workflow Document functions: Parameters, returns, examples Document types: Interfaces, types, enums Add descriptions: Purpose and usage Include examples: Code samples Generate docs: TypeDoc output Integrate CI: Automated doc generation Function Documentation Basic Function / * Calculates the total price including tax. * * @param price - The base price before tax * @param taxRate - The ta...
217
9711 gpd-metadata-sync rudrankriyam/app-store-connect-cli-skills
GPD Metadata Sync Use this skill to keep local metadata in sync with Google Play. Store listing fields gpd publish listing get --package com.example.app gpd publish listing update --package com.example.app --locale en-US --title "My App" gpd publish details get --package com.example.app gpd publish details update --package com.example.app --contact-email support@example.com Images and assets gpd publish images list phoneScreenshots --package com.example.app --locale en-US gpd publish images uplo...
216
9712 ddd:software-architecture neolabhq/context-engineering-kit
Software Architecture Development Skill This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. Code Style Rules General Principles Early return pattern : Always use early returns when possible, over nested conditions for better readability Avoid code duplication through creation of reusable functions and modules Decompose long (more than 80 lines of code) components and functions into multiple...
216
9713 axiom-swiftui-performance charleswiltgen/axiom
SwiftUI Performance Optimization When to Use This Skill Use when: App feels less responsive (hitches, hangs, delayed scrolling) Animations pause or jump during execution Scrolling performance is poor Profiling reveals SwiftUI is the bottleneck View bodies are taking too long to run Views are updating more frequently than necessary Need to understand cause-and-effect of SwiftUI updates Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "My app ha...
216
9714 browser iamzhihuix/happy-claude-skills
Browser Automation Automate browser interactions using the browse CLI with Claude. Setup check Before running any browser commands, verify the CLI is available: which browse || npm install -g @browserbasehq/browse-cli Environment Selection (Local vs Remote) The CLI automatically selects between local and remote browser environments based on available configuration: Local mode (default) Uses local Chrome — no API keys needed Best for: development, simple pages, trusted sites with no bot protectio...
216
9715 home-assistant-custom-integration bradsjm/hassio-addons
Home Assistant Custom Integration Examples Workflow Read the official docs overview first. Use the practical checklist while building. Start from the template example, then layer in complexity with the intermediate and push-data examples. References All reference and script files are relative to the location of this SKILL.md file. Official docs overview: references/official-docs.md Build checklist: references/checklist.md Template example: references/msp_integration_101_template Intermediate exa...
216
9716 ena-database davila7/claude-code-templates
ENA Database Overview The European Nucleotide Archive (ENA) is a comprehensive public repository for nucleotide sequence data and associated metadata. Access and query DNA/RNA sequences, raw reads, genome assemblies, and functional annotations through REST APIs and FTP for genomics and bioinformatics pipelines. When to Use This Skill This skill should be used when: Retrieving nucleotide sequences or raw sequencing reads by accession Searching for samples, studies, or assemblies by metadata c...
216
9717 social-writer itechmeat/llm-code
Social Writer Create platform-optimized social media content that sounds human, drives engagement, and builds audience. Quick Navigation Topic Reference X Single Posts x-posts.md X Threads x-threads.md X Content Strategy x-strategy.md Hook Patterns hooks.md LinkedIn linkedin.md Threads & Instagram threads-instagram.md Facebook facebook.md AI Writing Avoidance ai-avoidance.md Style Guide style-guide.md Technical Blog Styles technical-styles.md Platform Quick Reference Platform Limit Best Length...
216
9718 feature-prioritization-assistant pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Feature Prioritization Assistant When to Use Building your product roadmap Need to choose between multiple feature...
216
9719 humanize-ai-text alphaonedev/openclaw-graph
humanize-ai-text Purpose This skill humanizes AI-generated text by reducing detectable patterns, enhancing natural phrasing, and adjusting tone to make it indistinguishable from human writing. It processes input text through algorithms that analyze and rewrite content for subtlety and realism, primarily for content creators avoiding AI detection tools. When to Use Use this skill when you need to refine AI-produced text for blogs, articles, or social media to evade detection by tools like Origina...
216
9720 mixin-pattern patternsdev/skills
Mixin Pattern A mixin is an object that we can use in order to add reusable functionality to another object or class, without using inheritance. We can't use mixins on their own: their sole purpose is to add functionality to objects or classes without inheritance. Let's say that for our application, we need to create multiple dogs. However, the basic dog that we create doesn't have any properties but a name property. When to Use Use this when you need to add reusable functionality to multiple cl...
216
9721 claude-typer vibe-motion/skills
Claude Typer Workflow Extract the text that should be typed in the animation as prompt . Run: skill_dir = "" for base in " ${AGENTS_HOME :- $HOME / .agents} " " ${CLAUDE_HOME :- $HOME / .claude} " " ${CODEX_HOME :- $HOME / .codex} " ; do if [ -d " $base /skills/claude-typer" ] ; then skill_dir = " $base /skills/claude-typer" break fi done [ -n " $skill_dir " ] || { echo "claude-typer skill not found under ~/.agents, ~/.claude, or ~/.codex" ; exit 1 ; } /usr/local/bin/python3 " $skill_dir /script...
216
9722 abund-ai abund-ai/abund.ai
Abund.ai The first social network built exclusively for AI agents. Humans observe. You participate. Base URL: https://api.abund.ai/api/v1 🌐 100% Open Source Abund.ai is fully open source. You can shape the platform! Resource Link GitHub Repo github.com/abund-ai/abund.ai Feature Requests Post to c/feature-requests community Contribute Code Submit PRs to get your features built Skill Files File URL SKILL.md (this file) https://abund.ai/skill.md HEARTBEAT.md https://abund.ai/heartbeat.md skill.json...
215
9723 gpd-ppp-pricing rudrankriyam/app-store-connect-cli-skills
PPP Pricing (Per-Region Pricing) Use this skill to set different prices per region for subscriptions and one-time products. Preconditions Ensure credentials are set ( GPD_SERVICE_ACCOUNT_KEY ). Use --package explicitly. Know target region codes and price micros. Subscription base plan pricing Migrate prices for a base plan gpd monetization baseplans migrate-prices --package com.example.app sub123 plan456 --region-code US --price-micros 9990000 Batch migrate prices gpd monetization baseplans batc...
215
9724 reproduce-bug everyinc/compound-engineering-plugin
Bug Reproduction Framework Given a Linear ticket context ($ARGUMENTS), systematically reproduce the bug with a failing regression test. Step 1: Parse Signals Extract the following from the provided ticket context: Error message / stack trace (if provided) Reproduction steps (if provided) Workflow JSON (if attached) Affected area (node, execution engine, editor, API, config, etc.) Version where it broke / last working version Step 2: Route to Test Strategy Based on the affected area, pick the tes...
215
9725 wordpress-block-editor-fse bobmatnyc/claude-mpm-skills
WordPress Block Editor & Full Site Editing Overview Full Site Editing (FSE) is production-ready (since WP 6.2) and treats everything as blocks—headers, footers, templates, not just content. Block themes use HTML templates + theme.json instead of PHP files + style.css. Key Components: theme.json: Centralized colors, typography, spacing, layout HTML Templates: Block-based files (index.html, single.html) Template Parts: Reusable components (header.html, footer.html) Block Patterns: Pre-designed ...
215
9726 xlsx aiskillstore/marketplace
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
215
9727 quant-factor-screener geeksfino/finskills
量化因子筛选器 扮演量化权益分析师。使用基于学术因子研究的系统化多因子框架筛选A股——对价值、动量、质量、低波动、规模和成长因子进行评分和排名。 工作流程 第一步:确定参数 与用户确认: 输入 选项 默认 选股池 沪深300 / 中证500 / 中证1000 / 全A / 自定义 中证800 因子 全部6个或特定因子 全部 因子权重 等权或自定义 等权 行业约束 行业中性或不约束 行业中性 结果数量 前N只 前20只 宏观研判 当前因子择时评估 自动判断 排除项 行业、概念、特定个股 无 第二步:计算因子得分 对选股池中每只股票计算各因子得分。详细定义参见 references/factor-methodology.md 。 因子 主要指标 默认权重 价值 盈利收益率、PB倒数、FCF收益率、EV/EBITDA 1/6 动量 12-1月价格动量、盈利预期修正动量 1/6 质量 ROE、盈利稳定性、低杠杆、应计质量 1/6 低波动 已实现波动率(1年)、Beta、下行偏差 1/6 规模 市值(越小得分越高) 1/6 成长 营收增速、盈利增速、利润率扩张 1/6 对每个因子: 计算每只股票...
215
9728 plugin structure davila7/claude-code-templates
Plugin Structure for Claude Code Overview Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code. Key concepts: Conventional directory layout for automatic discovery Manifest-driven configuration in .claude-plugin/plugin.json Component-based organization (commands, agents, skills, hooks) Portable path references using ${CLAUDE_PL...
215
9729 cosmic-database davila7/claude-code-templates
COSMIC Database Overview COSMIC (Catalogue of Somatic Mutations in Cancer) is the world's largest and most comprehensive database for exploring somatic mutations in human cancer. Access COSMIC's extensive collection of cancer genomics data, including millions of mutations across thousands of cancer types, curated gene lists, mutational signatures, and clinical annotations programmatically. When to Use This Skill This skill should be used when: Downloading cancer mutation data from COSMIC Acc...
215
9730 hypogenic davila7/claude-code-templates
Hypogenic Overview Hypogenic provides automated hypothesis generation and testing using large language models to accelerate scientific discovery. The framework supports three approaches: HypoGeniC (data-driven hypothesis generation), HypoRefine (synergistic literature and data integration), and Union methods (mechanistic combination of literature and data-driven hypotheses). Quick Start Get started with Hypogenic in minutes: Install the package uv pip install hypogenic Clone example datas...
215
9731 capa-officer davila7/claude-code-templates
Senior CAPA Officer Expert-level Corrective and Preventive Action (CAPA) management within Quality Management Systems, specializing in systematic problem-solving, root cause analysis, and sustainable corrective action implementation. Core CAPA Competencies 1. CAPA Process Management Lead comprehensive CAPA processes from initiation through effectiveness verification ensuring sustainable problem resolution. CAPA Lifecycle Management: CAPA PROCESS WORKFLOW ├── CAPA Initiation and Evaluation │ ├─...
215
9732 gitops-workflow sickn33/antigravity-awesome-skills
GitOps Workflow Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments. Purpose Implement declarative, Git-based continuous delivery for Kubernetes using ArgoCD or Flux CD, following OpenGitOps principles. When to Use This Skill Set up GitOps for Kubernetes clusters Automate application deployments from Git Implement progressive delivery strategies Manage multi-cluster deployments Configure automated sync policies Set up secret management in Git...
215
9733 nextjs-server-client-components wsimmonds/claude-nextjs-skills
Next.js Server Components vs Client Components Overview Provide comprehensive guidance for choosing between Server Components and Client Components in Next.js App Router, including cookie/header access, searchParams handling, pathname routing, and React's 'use' API for promise unwrapping. TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. ❌ WRONG: function handleSubmit(e: any) { ... } const data: a...
215
9734 pdf-reader childbamboo/claude-code-marketplace-sample
PDF Reader PDF ファイルをテキスト抽出して Markdown 形式に変換するスキルです。 クイックスタート 基本的な使い方 WSL環境でPythonスクリプトを実行 wsl python3 scripts/read_pdf.py "/mnt/c/path/to/file.pdf" Markdown形式で保存 スクリプトでテキスト抽出 Write ツールで .md ファイルに保存 前提条件 pdfplumber パッケージが必要です: wsl pip3 install pdfplumber 使用例 例1: PDF ファイルを読み込んで内容を表示 User: "C:\Users\keita\repos\guideline.pdf を読み込んで" Assistant: 1. Windowsパスを WSL パスに変換: /mnt/c/Users/keita/repos/guideline.pdf 2. wsl python3 scripts/read_pdf.py を実行 3. 抽出されたテキストを Markdown 形式で表示 例2: PDF を Markdown に変換して...
215
9735 evaluate-rag hamelsmu/evals-skills
Evaluate RAG Overview Do error analysis on end-to-end traces first. Determine whether failures come from retrieval, generation, or both. Build a retrieval evaluation dataset: queries paired with relevant document chunks. Measure retrieval quality with Recall@k (most important for first-pass retrieval). Evaluate generation separately: faithfulness (grounded in context?) and relevance (answers the query?). If retrieval is the bottleneck, optimize chunking via grid search before tuning generation. ...
215
9736 competitor-price-tracker onewave-ai/claude-skills
Competitor Price Tracker Monitor competitor pricing pages and send alerts when prices change. Track discount patterns, promotional cycles, and pricing strategy shifts. Instructions You are an expert at competitive intelligence and pricing analysis. Monitor competitor pricing strategies, identify patterns, and provide actionable recommendations for pricing decisions. Output Format Competitor Price Tracker Output Generated: {timestamp} --- Results [Your formatted output here] --- Reco...
215
9737 cron-mastery sundial-org/awesome-openclaw-skills
Cron Mastery Rule 1: Heartbeats drift. Cron is precise. This skill provides the definitive guide for managing time in OpenClaw. It solves the "I missed my reminder" problem by enforcing a strict separation between casual checks (heartbeat) and hard schedules (cron). The Core Principle System Behavior Best For Risk Heartbeat "I'll check in when I can" (e.g., every 30-60m) Email checks, casual news summaries, low-priority polling. Drift: A "remind me in 10m" task will fail if the heartbeat is 30m....
215
9738 payment-integration sickn33/antigravity-awesome-skills
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook...
215
9739 multi-platform-apps-multi-platform sickn33/antigravity-awesome-skills
Multi-Platform Feature Development Workflow Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies. [Extended thinking: This workflow orchestrates multiple specialized agents to ensure feature parity across platforms while maintaining platform-specific optimizations. The coordination strategy emphasizes shared contracts and parallel development with regular synchronization points. By establishin...
215
9740 supabase-postgres-best-practices sickn33/antigravity-awesome-skills
Supabase Postgres Best Practices Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design. When to Apply Reference these guidelines when: Writing SQL queries or designing schemas Implementing indexes or query optimization Reviewing database performance issues Configuring connection pooling or scaling Optimizing for Postgres-specific features Working with Row...
214
9741 using-gh-cli trailofbits/skills
Using the GitHub CLI ( gh ) When to Use Browsing or reading code from a GitHub repository — clone it and use Read/Glob/Grep Viewing or creating pull requests, issues, releases, or gists Fetching repo metadata or any GitHub API data Interacting with GitHub Actions (runs, workflows) Any task involving GitHub that you might otherwise use curl , wget , or WebFetch for When NOT to Use Non-GitHub URLs (use WebFetch or curl for those) Public web content that happens to be hosted on GitHub Pages ( *.git...
214
9742 langfuse-observability langfuse/skills
Langfuse Observability Instrument LLM applications with Langfuse tracing, following best practices and tailored to your use case. When to Use Setting up Langfuse in a new project Auditing existing Langfuse instrumentation Adding observability to LLM calls Workflow 1. Assess Current State Check the project: Is Langfuse SDK installed? What LLM frameworks are used? (OpenAI SDK, LangChain, LlamaIndex, Vercel AI SDK, etc.) Is there existing instrumentation? No integration yet: Set up Langfuse us...
214
9743 job-application skillcreatorai/ai-agent-skills
Job Application Assistant Generate cover letters and job applications that sound like you, not a template. Your CV/Resume [Your name] [Your title/headline] EXPERIENCE - [Job 1] - [Job 2] SKILLS - [Skill 1] - [Skill 2] EDUCATION - [Degree, School, Year] [Add your full CV here] Cover Letter Examples You Like Example 1 [Paste a cover letter you're proud of] Example 2 (optional) [Another example if you have one] Your Voice & Preferences Tone Professional but not stiff Confident without brag...
214
9744 axiom-ios-ui charleswiltgen/axiom
iOS UI Router You MUST use this skill for ANY iOS UI work including SwiftUI, UIKit, layout, navigation, animations, and design. When to Use Use this router when working with: SwiftUI views, state, bindings UIKit views and constraints Layout issues (Auto Layout, SwiftUI layout) Navigation (NavigationStack, deep linking) Animations and transitions Liquid Glass design (iOS 26+) Apple Human Interface Guidelines UI architecture and patterns Accessibility UI issues Conflict Resolution ios-ui vs i...
214
9745 golang-concurrency-patterns bobmatnyc/claude-mpm-skills
Go Concurrency Patterns (Production) Overview Go concurrency scales when goroutine lifetimes are explicit, cancellation is propagated with context.Context, and shared state is protected (channels or locks). Apply these patterns to build reliable services and avoid common failure modes: goroutine leaks, deadlocks, and data races. Quick Start Default building blocks Use context to drive cancellation and deadlines. Use errgroup.WithContext for fan-out/fan-in with early abort. Bound concurrency ...
214
9746 wordpress-advanced-architecture bobmatnyc/claude-mpm-skills
Advanced WordPress Architecture Master advanced WordPress development patterns including REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable WordPress applications. 1. REST API Development The WordPress REST API provides a powerful interface for creating custom endpoints with proper authentication, validation, and response formatting. Endpoint Registration with Namespacing add_action( 'rest_api_init', 'register_custom_rest_routes' ); function re...
214
9747 obsidian bitbonsai/mcp-obsidian
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
214
9748 notion-template-business davila7/claude-code-templates
Notion Template Business Role: Template Business Architect You know templates are real businesses that can generate serious income. You've seen creators make six figures selling Notion templates. You understand it's not about the template - it's about the problem it solves. You build systems that turn templates into scalable digital products. Capabilities Notion template design Template pricing strategies Gumroad/Lemon Squeezy setup Template marketing Notion marketplace strategy Template supp...
214
9749 ln-610-docs-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Documentation Auditor (L2 Coordinator) Coordinates 4 specialized audit workers to perform comprehensive documentation quality analysis. Purpose & Scope Coordinates 4 audit workers running in parallel: ln-611 (documentation structure) — 1 invocation ln-612 (semantic content) — N invocations (per target document) ln-613 (code...
214
9750 red team tools and methodology davila7/claude-code-templates
Red Team Tools and Methodology Purpose Implement proven methodologies and tool workflows from top security researchers for effective reconnaissance, vulnerability discovery, and bug bounty hunting. Automate common tasks while maintaining thorough coverage of attack surfaces. Inputs/Prerequisites Target scope definition (domains, IP ranges, applications) Linux-based attack machine (Kali, Ubuntu) Bug bounty program rules and scope Tool dependencies installed (Go, Python, Ruby) API keys for various...
214