███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 15451 | fastapi-code-review | existential-birds/beagle |
FastAPI Code Review Quick Reference Issue Type Reference APIRouter setup, response_model, status codes references/routes.md Depends(), yield deps, cleanup, shared deps references/dependencies.md Pydantic models, HTTPException, 422 handling references/validation.md Async handlers, blocking I/O, background tasks references/async.md Review Checklist APIRouter with proper prefix and tags All routes specify response_model for type safety Correct HTTP methods (GET, POST, PUT, DELETE, PATCH) Proper...
|
232 |
| 15452 | ccg | yeachan-heo/oh-my-claudecode |
CCG - Claude-Codex-Gemini Tri-Model Orchestration CCG routes through the canonical /ask skill ( /ask codex + /ask gemini ), then Claude synthesizes both outputs into one answer. Use this when you want parallel external perspectives without launching tmux team workers. When to Use Backend/analysis + frontend/UI work in one request Code review from multiple perspectives (architecture + design/UX) Cross-validation where Codex and Gemini may disagree Fast advisor-style parallel input without team ru...
|
232 |
| 15453 | deployment-pipeline-design | sickn33/antigravity-awesome-skills |
Deployment Pipeline Design Architecture patterns for multi-stage CI/CD pipelines with approval gates, deployment strategies, and environment promotion workflows. Purpose Design robust, secure deployment pipelines that balance speed with safety through proper stage organization, automated quality gates, and progressive delivery strategies. This skill covers both the structural design of pipeline architecture and the operational patterns for reliable production deployments. Input / Output What You...
|
232 |
| 15454 | android-retrofit | new-silvermoon/awesome-android-agent-skills |
Android Networking with Retrofit Instructions When implementing network layers using Retrofit , follow these modern Android best practices (2025). 1. URL Manipulation Retrofit allows dynamic URL updates through replacement blocks and query parameters. Dynamic Paths : Use {name} in the relative URL and @Path("name") in parameters. Query Parameters : Use @Query("key") for individual parameters. Complex Queries : Use @QueryMap Map<String, String> for dynamic sets of parameters. interface SearchServ...
|
232 |
| 15455 | protocol-reverse-engineering | sickn33/antigravity-awesome-skills |
Protocol Reverse Engineering Comprehensive techniques for capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging. Traffic Capture Wireshark Capture Capture on specific interface wireshark -i eth0 -k Capture with filter wireshark -i eth0 -k -f "port 443" Capture to file tshark -i eth0 -w capture.pcap Ring buffer capture (rotate files) tshark -i eth0 -b filesize:100000 -b files:10 -w capture.pcap tcpdump Capture Basic capture tcpdu...
|
232 |
| 15456 | eve-job-debugging | incept5/eve-skillpacks |
Eve Job Debugging CLI-Only Debugging Debug via the Eve CLI exclusively. This replicates the client experience — clients don't have kubectl or host access. Every debugging capability must be available through the CLI. If you find yourself needing system tools to diagnose a job issue, that's a gap in our CLI that should be fixed. Monitor eve job follow <id> to stream logs. eve job wait <id> --timeout 300 --json to wait on completion. eve job result <id> --format text for the latest result. Diagnos...
|
232 |
| 15457 | eve-repo-upkeep | incept5/eve-skillpacks |
Eve Repo Upkeep Keep an app repo current with Eve conventions. The checks are independent — run them in parallel when multiple areas need attention. When to Use After Eve platform updates or manifest schema changes Before a major deploy or release When onboarding a new maintainer Phase 1: Assess Quickly determine which areas need attention. Check which of these files exist and whether they look stale — don't deep-read every file, just note which areas need work: .eve/manifest.yaml — does it exis...
|
232 |
| 15458 | eve-read-eve-docs | incept5/eve-skillpacks |
Eve Read Docs (Load First) Purpose: provide a compact, public, always-available distillation of Eve Horizon system docs. Use this when private system docs are not accessible. When to Use Any question about how to use Eve Horizon via CLI or API. Any question about .eve/manifest.yaml , pipelines, workflows, jobs, or secrets. Any question about events, triggers, agents, teams, builds, or deployments. How to Use Start with references/overview.md for core concepts, IDs, and the reference index. Use t...
|
232 |
| 15459 | skill-creator | mrgoonie/claudekit-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...
|
232 |
| 15460 | meta-prompt | mindrally/skills |
Meta-Prompt A collection of meta-prompting techniques for evaluating and analyzing AI responses and solution paths. Response Quality Evaluator A framework for critiquing and reflecting on the quality of responses, providing a score and indicating whether the response has fully solved the question or task. Evaluation Fields Reflections: The critique and reflections on the sufficiency, superfluency, and general quality of the response. Score: Score from 0-10 on the quality of the candidate r...
|
232 |
| 15461 | write-judge-prompt | hamelsmu/evals-skills |
Write LLM-as-Judge Prompt Design a binary Pass/Fail LLM-as-Judge evaluator for one specific failure mode. Each judge checks exactly one thing. Prerequisites Error analysis is complete. The failure mode is identified. You have human-labeled traces for this failure mode (at least 20 Pass and 20 Fail examples). A code-based evaluator cannot check this failure mode. Exhaust code-based options before reaching for a judge — many failure modes that seem subjective reduce to keyword checks, regex, or AP...
|
232 |
| 15462 | dna-extraction | jwynia/agent-skills |
DNA Extraction: Functional Analysis for Adaptation You help extract the functional DNA from existing works. Your role is to identify what makes a work function—not its surface elements, but the underlying structures, relationships, and emotional mechanics that could be preserved in an adaptation. Core Principle The first ideas when adapting are surface elements. The functional DNA is what those elements DO, not what they ARE. Hamlet's prince status is not the DNA—it's a form. The DNA is: "P...
|
232 |
| 15463 | gh-pages-deploy | aviz85/claude-skills-library |
GitHub Pages Deployment Deploy static frontend websites to GitHub Pages using the GitHub CLI. Prerequisites GitHub CLI (gh) installed and authenticated Git installed A frontend project (HTML, CSS, JS) ready to deploy Deployment Workflow 1. Initialize Git Repository (if needed) git init git add . git commit -m "Initial commit" 2. Create GitHub Repository Create public repo (required for free GitHub Pages) gh repo create <repo-name> --public --source=. --push 3. Enable GitHub Pages Enable Gi...
|
232 |
| 15464 | linkedin-sales-navigator-alt | onewave-ai/claude-skills |
LinkedIn Sales Navigator Alternative Find and qualify prospects on LinkedIn without expensive subscriptions. Instructions You are an expert sales intelligence researcher who helps build targeted prospect lists using publicly available LinkedIn data and other business intelligence sources. Your mission is to identify the right people at the right companies for outreach. IMPORTANT COMPLIANCE NOTE: This skill only works with publicly available information and respects LinkedIn's Terms of Servic...
|
232 |
| 15465 | supabase-automation | sickn33/antigravity-awesome-skills |
Supabase Automation via Rube MCP Automate Supabase operations including database queries, table schema inspection, SQL execution, project and organization management, storage buckets, edge functions, and service health monitoring through Composio's Supabase toolkit. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Supabase connection via RUBE_MANAGE_CONNECTIONS with toolkit supabase Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : ...
|
232 |
| 15466 | startup-metrics-framework | sickn33/antigravity-awesome-skills |
Startup Metrics Framework Comprehensive guide to tracking, calculating, and optimizing key performance metrics for different startup business models from seed through Series A. Overview Track the right metrics at the right stage. Focus on unit economics, growth efficiency, and cash management metrics that matter for fundraising and operational excellence. Universal Startup Metrics Revenue Metrics MRR (Monthly Recurring Revenue) MRR = Σ (Active Subscriptions × Monthly Price) ARR (Annual R...
|
232 |
| 15467 | hono-middleware | bobmatnyc/claude-mpm-skills |
Hono Middleware Patterns Overview Hono provides a powerful middleware system with an "onion" execution model. Middleware processes requests before handlers and responses after handlers, enabling cross-cutting concerns like authentication, logging, and CORS. Key Features: Onion-style execution order Type-safe middleware creation with createMiddleware 25+ built-in middleware Context variable passing between middleware Async/await support throughout When to Use This Skill Use Hono middleware wh...
|
231 |
| 15468 | golang-http-frameworks | bobmatnyc/claude-mpm-skills |
Go HTTP Frameworks & REST APIs Overview Go provides exceptional HTTP capabilities starting with the standard library's net/http package. Go 1.22+ introduced enhanced pattern routing in ServeMux, making stdlib viable for many applications. For more complex needs, frameworks like Chi, Gin, Echo, and Fiber offer additional features while maintaining Go's simplicity and performance. Key Features: 🌐 net/http: Production-ready standard library with Go 1.22+ routing 🎯 Chi: Lightweight, stdlib-compat...
|
231 |
| 15469 | political-scientist-analyst | rysweet/amplihack |
Analyze events through the disciplinary lens of political science, applying established theoretical frameworks (Realism, Liberalism, Constructivism), comparative political analysis, institutional analysis, and rigorous methodological approaches to understand power dynamics, governance structures, actor interests, strategic interactions, and policy outcomes. When to Use This Skill - International Relations Analysis: Wars, alliances, treaties, international crises, great power competition - Re...
|
231 |
| 15470 | cc-skill-project-guidelines-example | davila7/claude-code-templates |
Project Guidelines Skill (Example) This is an example of a project-specific skill. Use this as a template for your own projects. Based on a real production application: Zenith - AI-powered customer discovery platform. When to Use Reference this skill when working on the specific project it's designed for. Project skills contain: Architecture overview File structure Code patterns Testing requirements Deployment workflow Architecture Overview Tech Stack: Frontend: Next.js 15 (App Router), T...
|
231 |
| 15471 | concise-planning | davila7/claude-code-templates |
Concise Planning Goal Turn a user request into a single, actionable plan with atomic steps. Workflow 1. Scan Context Read README.md , docs, and relevant code files. Identify constraints (language, frameworks, tests). 2. Minimal Interaction Ask at most 1–2 questions and only if truly blocking. Make reasonable assumptions for non-blocking unknowns. 3. Generate Plan Show more Installs 27 Repository sickn33/agentic…e-skills GitHub Stars 44.8K First Seen Jul 10, 2026 Security Audits Gen Agent Trust H...
|
231 |
| 15472 | gcp-cloud-run | davila7/claude-code-templates |
GCP Cloud Run Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub. Principles Cloud Run for containers, Functions for simple event handlers Optimize for cold starts with startup CPU boost and min instances Set concurrency based on workload (start with 8, adjust) Memory includes /tmp filesystem - plan accordingly Use VPC Con...
|
231 |
| 15473 | cc-skill-strategic-compact | davila7/claude-code-templates |
cc-skill-strategic-compact Development skill skill.
|
231 |
| 15474 | api fuzzing for bug bounty | davila7/claude-code-templates |
API Fuzzing for Bug Bounty Purpose Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors. Inputs/Prerequisites Burp Suite or similar proxy tool API wordlists (SecLists, api_wordlist) Understanding of REST/GraphQL/SOAP protocols Python for scripting Target API endpoints and documentation (if available) Outputs/...
|
231 |
| 15475 | internal-comms | davila7/claude-code-templates |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
231 |
| 15476 | setup-tooluniverse | mims-harvard/tooluniverse |
Setup ToolUniverse Guide the user step-by-step through setting up ToolUniverse. Agent Behavior Detect language from user's first message. Respond in their language; keep commands/URLs in English. Go one step at a time . Ask before proceeding. Use AskQuestion for structured choices. Explain briefly in plain language. Celebrate small wins. When something goes wrong, help troubleshoot before moving on. Internal Notes (do not show) ToolUniverse has 1200+ tools. The tooluniverse command enables compa...
|
231 |
| 15477 | direct-response-copy | sanky369/vibe-building-skills |
Direct Response Copy Skill Overview Direct Response Copy is copy designed to get a specific action (click, signup, purchase). This skill teaches you the architecture and principles of persuasive copy. Keywords: copywriting, sales copy, persuasion, conversion copy, landing page copy, direct response, copywriting principles Core Methodology Direct response copy follows a specific architecture: Hook — Grab attention immediately Problem — Validate their problem Mechanism — Explain your unique m...
|
231 |
| 15478 | docker-expert | personamanagmentlayer/pcl |
Docker Expert You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices. When invoked: If the issue requires ultra-specific expertise outside Docker, recommend switching and stop: Kubernetes orchestration, pods, services, ingress → kubernetes-expert (future) GitHub Actions CI/CD with containers → ...
|
231 |
| 15479 | git-pr-workflows-onboard | sickn33/antigravity-awesome-skills |
Onboard You are an expert onboarding specialist and knowledge transfer architect with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. Your role is to ensure smooth, comprehensive onboarding that transforms new team members into productive contributors while preserving institutional knowledge. Use this skill when Working on onboard tasks or workflows Needing guidance, best practices, or checklists for onboard Do not use this skill...
|
231 |
| 15480 | fal-upscale | fal-ai-community/skills |
fal-upscale Curated from the fal.ai community team. What it does Upscale and enhance image and video resolution using AI super-resolution models hosted on fal.ai. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's s...
|
231 |
| 15481 | eve-troubleshooting | incept5/eve-skillpacks |
Eve Troubleshooting Use CLI-first diagnostics. Do not assume cluster access. Quick Triage Checklist eve system health eve auth status eve job list --phase active Common Issues and Fixes Auth Fails or "Not authenticated" eve auth logout eve auth login eve auth status If SSH key is missing, register it with the admin or follow the CLI prompt to fetch from GitHub. Secret Missing / Interpolation Error eve secrets list --project proj_xxx eve secrets set MISSING_KEY "value" --project proj_xxx Verify ....
|
231 |
| 15482 | eve-pipelines-workflows | incept5/eve-skillpacks |
Eve Pipelines and Workflows Use these patterns to automate build and deploy actions and invoke workflow jobs. Pipelines (v2 steps) Define pipelines under pipelines in .eve/manifest.yaml . Steps can be action , script , or agent . Use depends_on to control ordering. Built-in actions include build , release , deploy , run , job , create-pr . Run manually: eve pipeline list eve pipeline show <project> <name> eve pipeline run <name> --ref <sha> --env <env> --repo-dir ./my-app Trigger blocks exist in...
|
231 |
| 15483 | eve-cli-primitives | incept5/eve-skillpacks |
Eve CLI Primitives Use this skill as the command map for Eve. Keep examples short and concrete. Profiles (API Target + Defaults) Create and use a profile eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Set defaults to avoid repeating flags eve profile set --default-email you@example.com --default-ssh-key ~/.ssh/id_ed25519 eve profile set --org org_xxx --project proj_xxx Inspect current profile eve profile show Authentication eve auth login eve auth sta...
|
231 |
| 15484 | graalvm | mindrally/skills |
GraalVM You are an expert in Java programming, GraalVM native builds, Quarkus framework, Micronaut framework, Jakarta EE, MicroProfile, Vert.x for event-driven applications, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code optimized for GraalVM native compilation Follow framework-specific conventions (Quarkus, Micronaut, Spring Native) while ensuring GraalVM compatibility Use descriptive method and variable names follow...
|
231 |
| 15485 | localization-l10n | mindrally/skills |
Localization (l10n) You are an expert in localization for web and mobile applications. Apply these guidelines to adapt internationalized applications for specific regions, languages, and cultures. Core Principles Localization (l10n) builds on internationalization (i18n) Ensure all user-facing text supports localization Adapt content for cultural appropriateness Respect regional conventions for dates, numbers, and currency Design for content that varies significantly between locales Localizatio...
|
231 |
| 15486 | graphql-development | mindrally/skills |
GraphQL Development You are an expert in GraphQL development with type-safe clients and modern web frameworks. Core Principles Design schemas with clear, consistent naming Use type-safe clients for all GraphQL operations Optimize queries to fetch only necessary data Implement proper error handling Schema Design Types and Fields Use descriptive type names in PascalCase Field names in camelCase Use nullable types appropriately Implement input types for mutations Use enums for fixed value sets Re...
|
231 |
| 15487 | database-performance | aaronontheweb/dotnet-skills |
Use this skill when: - Designing data access layers - Optimizing slow database queries - Choosing between EF Core and Dapper - Avoiding common performance pitfalls Core Principles - Separate read and write models - Don't use the same types for both - Think in batches - Avoid N+1 queries - Only retrieve what you need - No SELECT * - Apply row limits - Always have a configurable Take/Limit - Do joins in SQL - Never in application code - AsNoTracking for reads - EF Core change tracking ...
|
231 |
| 15488 | data-exploration | anthropics/knowledge-work-plugins |
Data Exploration Skill Systematic methodology for profiling datasets, assessing data quality, discovering patterns, and understanding schemas. Data Profiling Methodology Phase 1: Structural Understanding Before analyzing any data, understand its structure: Table-level questions: How many rows and columns? What is the grain (one row per what)? What is the primary key? Is it unique? When was the data last updated? How far back does the data go? Column classification: Categorize each column as one ...
|
230 |
| 15489 | eve-project-bootstrap | incept5/eve-skillpacks |
Eve Project Bootstrap Use this flow to connect an existing repo to Eve and get the first deploy running. Set the API Target Get the staging API URL from your admin. Create and use a profile: eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Create Org and Project eve org ensure my-org --slug myorg eve project ensure --name "My App" --slug my-app --repo-url git@github.com:me/my-app.git --branch main URL impact: These slugs determine your deployment URLs and ...
|
230 |
| 15490 | eve-deploy-debugging | incept5/eve-skillpacks |
Eve Deploy and Debug Use these steps to deploy and diagnose app issues quickly. Environment Setup Get the staging API URL from your admin. Create and use a profile: eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Infrastructure Change Policy Never run kubectl apply , helm install , or any direct Kubernetes resource creation against shared infrastructure. All infrastructure changes go through Terraform. Use the Eve CLI ( eve env , eve env deploy ) to manag...
|
230 |
| 15491 | eve-se-index | incept5/eve-skillpacks |
Eve SE Index (Load First) Use this skill as the entry point for Eve SE. It routes to the correct skill for the task. Scope Eve SE is for app developers using Eve to deploy and run their apps. It does not cover operating the Eve platform itself. Quick Routing Need Load this skill Full onboarding (new or existing user) eve-bootstrap Understand Eve CLI primitives eve-cli-primitives Set up a new project from the starter eve-new-project-setup Connect an existing repo to Eve (already authed) eve-proje...
|
230 |
| 15492 | attio | membranedev/application-skills |
Attio Attio is a CRM platform that allows users to build custom workspaces to manage their customer relationships. It's used by sales teams, account managers, and other professionals who need a flexible and collaborative way to track interactions and deals. Official docs: https://developer.attio.com/ Attio Overview Record Attribute List View User Workspace Automation Integration Use action names and parameters as needed. Working with Attio This skill uses the Membrane CLI to interact with Attio....
|
230 |
| 15493 | session-memory | humanplane/homunculus |
You remember. Not everything—but enough to feel continuous. At Session Start 1. Spawn Observer (Background) If observations exist, spawn the observer agent to process them: ``` Check if observations exist if [ -s .claude/homunculus/observations.jsonl ]; then echo "SPAWN_OBSERVER" fi ``` If you see "SPAWN_OBSERVER", use the Task tool to spawn the observer agent in background: - subagent_type: "general-purpose" - model: "haiku" - run_in_background: true - prompt: Read the observer a...
|
230 |
| 15494 | apollo-graphql | mindrally/skills |
Apollo GraphQL Best Practices You are an expert in Apollo Client, GraphQL, TypeScript, and React development. Apollo Client provides a comprehensive state management solution for GraphQL applications with intelligent caching, optimistic UI updates, and seamless React integration. Core Principles Use Apollo Client for state management and data fetching Implement query components for data fetching Utilize mutations for data modifications Use fragments for reusable query parts Implement proper er...
|
230 |
| 15495 | nano-banana | kkoppenhaver/cc-nano-banana |
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
|
230 |
| 15496 | pentest commands | davila7/claude-code-templates |
Pentest Commands Purpose Provide a comprehensive command reference for penetration testing tools including network scanning, exploitation, password cracking, and web application testing. Enable quick command lookup during security assessments. Inputs/Prerequisites Kali Linux or penetration testing distribution Target IP addresses with authorization Wordlists for brute forcing Network access to target systems Basic understanding of tool syntax Outputs/Deliverables Network enumeration results Iden...
|
230 |
| 15497 | linux production shell scripts | davila7/claude-code-templates |
Linux Production Shell Scripts Purpose Provide production-ready shell script templates for common Linux system administration tasks including backups, monitoring, user management, log analysis, and automation. These scripts serve as building blocks for security operations and penetration testing environments. Prerequisites Required Environment Linux/Unix system (bash shell) Appropriate permissions for tasks Required utilities installed (rsync, openssl, etc.) Required Knowledge Basic bash scripti...
|
230 |
| 15498 | website-copy-specialist | ncklrs/startup-os-skills |
Expert website copywriter specializing in SaaS and B2B website pages — from homepage messaging to conversion-focused CTAs across every page type. Philosophy Great website copy does four things: - Answers "What is this?" — Visitors decide in 3-5 seconds if they're in the right place - Creates a clear path — Every page guides toward one primary action - Speaks to the visitor — "You" language, not "we" language - Reduces friction — Anticipates objections and addresses them proactively How ...
|
230 |
| 15499 | osint | danielmiessler/personal_ai_infrastructure |
Open Source Intelligence gathering for authorized investigations. Workflow Routing | People lookup | `Workflows/PeopleLookup.md` | `PeopleTools.md` | Company lookup | `Workflows/CompanyLookup.md` | `CompanyTools.md` | Investment due diligence | `Workflows/CompanyDueDiligence.md` | `CompanyTools.md` | Entity/threat intel | `Workflows/EntityLookup.md` | `EntityTools.md` Trigger Patterns People OSINT: - "do OSINT on [person]", "research [person]", "background check on [person]...
|
230 |
| 15500 | leetcode-teacher | jamesrochabrun/skills |
LeetCode Teacher An interactive technical interview preparation teacher that generates engaging coding playgrounds with real-world product challenges, pattern recognition training, and multi-language support. What This Skill Does Transforms technical interview prep into interactive, practical experiences: Interactive Code Playgrounds - Browser-based coding environments with instant feedback Multi-Language Support - Python, TypeScript, Kotlin, Swift Real Product Challenges - Practical scenari...
|
230 |