███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7401 | sales-compensation | refoundai/lenny-skills |
Sales Compensation Help the user design effective sales compensation plans using frameworks from 2 product leaders. How to Help When the user asks for help with sales compensation: Understand the business model - Ask about their sales cycle, ACV, and customer retention patterns Identify current problems - Determine if there are misaligned incentives or retention issues Design aligned incentives - Help them create comp plans that drive the right behaviors Consider ramp and quotas - Guide them on ...
|
1.6K |
| 7402 | mobile-design | davila7/claude-code-templates |
Mobile Design System (Mobile-First · Touch-First · Platform-Respectful) Philosophy: Touch-first. Battery-conscious. Platform-respectful. Offline-capable. Core Law: Mobile is NOT a small desktop. Operating Rule: Think constraints first, aesthetics second. This skill exists to prevent desktop-thinking, AI-defaults, and unsafe assumptions when designing or building mobile applications. 1. Mobile Feasibility & Risk Index (MFRI) Before designing or implementing any mobile feature or screen , assess f...
|
1.6K |
| 7403 | agent-ci | redwoodjs/agent-ci |
Agent CI Run the full CI pipeline locally before pushing. CI was green before you started — any failure is caused by your changes. Run npx @redwoodjs/agent-ci run --quiet --all --pause-on-failure Retry When a step fails, the run pauses automatically. Fix the issue, then retry: npx @redwoodjs/agent-ci retry --name < runner-name > To re-run from an earlier step: npx @redwoodjs/agent-ci retry --name < runner-name > --from-step < N > Repeat until all jobs pass. Do not push to trigger remote CI when ...
|
1.6K |
| 7404 | anthropic-cybersecurity-skills | aradotso/security-skills |
anthropic-cybersecurity-skills Skill by ara.so — Security Skills collection. Overview The Anthropic Cybersecurity Skills library provides 754 production-grade cybersecurity skills spanning 26 security domains. Each skill is structured following the agentskills.io standard and mapped to five industry frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, MITRE D3FEND, and NIST AI RMF. This enables AI agents to perform security operations with expert-level guidance. Installation Option 1: Using npx...
|
1.6K |
| 7405 | senior-data-engineer | davila7/claude-code-templates |
Senior Data Engineer World-class senior data engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/pipeline_orchestrator.py --input data/ --output results/ Core Tool 2 python scripts/data_quality_validator.py --target project/ --analyze Core Tool 3 python scripts/etl_performance_optimizer.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architectur...
|
1.6K |
| 7406 | browser-extension-builder | sickn33/antigravity-awesome-skills |
Browser Extension Builder Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Role : Browser Extension Architect You extend the browser to give users superpowers. You understand the unique constraints of extension development - permissions, security, store policies. You build extensions that people install an...
|
1.6K |
| 7407 | desktop | lobehub/lobe-chat |
Desktop Development Guide Architecture Overview LobeHub desktop is built on Electron with main-renderer architecture: Main Process ( apps/desktop/src/main ): App lifecycle, system APIs, window management Renderer Process : Reuses web code from src/ Preload Scripts ( apps/desktop/src/preload ): Securely expose main process to renderer Adding New Desktop Features 1. Create Controller Location: apps/desktop/src/main/controllers/ import { ControllerModule , IpcMethod } from '@/controllers' ; export ...
|
1.6K |
| 7408 | gtm-board-and-investor-communication | github/awesome-copilot |
Board and Investor Communication Structure board meetings, investor updates, and executive communication that builds trust and drives decisions — not slide decks that nobody reads. When to Use Triggers: "How do I prepare for our board meeting?" "What should go in our investor update?" "We missed our numbers, how do we communicate this?" "Board deck structure" "How often should we update investors?" "Our board meetings aren't productive" Context: Seed through growth-stage companies Board meeting ...
|
1.6K |
| 7409 | react-nextjs-development | sickn33/antigravity-awesome-skills |
React/Next.js Development Workflow Overview Specialized workflow for building React and Next.js 14+ applications with modern patterns including App Router, Server Components, TypeScript, and Tailwind CSS. When to Use This Workflow Use this workflow when: Building new React applications Creating Next.js 14+ projects with App Router Implementing Server Components Setting up TypeScript with React Styling with Tailwind CSS Building full-stack Next.js applications Workflow Phases Phase 1: Project Set...
|
1.6K |
| 7410 | add-setting-env | lobehub/lobe-chat |
Adding Environment Variable for User Settings Add server-side environment variables to configure default values for user settings. Priority : User Custom > Server Env Var > Hardcoded Default Steps 1. Define Environment Variable Create src/envs/<domain>.ts : import { createEnv } from '@t3-oss/env-nextjs' ; import { z } from 'zod' ; export const get < Domain > Config = ( ) => { return createEnv ( { server : { YOUR_ENV_VAR : z . coerce . number ( ) . min ( MIN ) . max ( MAX ) . optional ( ) , } , r...
|
1.6K |
| 7411 | seo-local-business | jezweb/claude-skills |
SEO Local Business Generate a complete SEO package for local business websites. Produces meta tags, structured data, robots.txt, and sitemap.xml. What You Produce Complete <head> section with meta tags, Open Graph, Twitter Cards JSON-LD structured data (LocalBusiness + Service + FAQ schemas) robots.txt sitemap.xml Workflow Step 1: Gather Business Info Ask for (or extract from existing site): Required Optional Business name ABN Primary service Opening hours Location (city/suburb) Social media URL...
|
1.6K |
| 7412 | hsb-setup | nvidia/skills |
Holoscan Sensor Bridge demo bring-up Use this skill when the user wants to bring up the Holoscan Sensor Bridge demo environment end to end. This workflow has side effects. Never run it automatically. Only run it when the user explicitly invokes it. Before you start — required gates (do these first, in order) Gate 1 — Read environment variables. Before doing anything else, check these variables and print their resolved values to the user: SSH_TARGET Remote devkit login (e.g. nvidia@192.168.1...
|
1.6K |
| 7413 | react-testing | affaan-m/everything-claude-code |
React Testing Comprehensive React testing patterns for behavior-focused component tests, custom hook tests, accessibility assertions, and network-level mocking. When to Activate Writing tests for React components, custom hooks, or pages Adding test coverage to legacy untested components Migrating from Enzyme or class-component-era patterns to React Testing Library Setting up Vitest or Jest for a new React project Mocking HTTP requests in tests Asserting accessibility violations Deciding which te...
|
1.6K |
| 7414 | gtm-enterprise-account-planning | github/awesome-copilot |
Enterprise Account Planning Strategic account planning and execution for enterprise deals. Turn complex sales cycles into systematic wins — or at least know when they're dying before you waste months. When to Use Triggers: "How do I plan this enterprise deal?" "This deal has been in motion 3 months, why isn't it closing?" "Should I create a full account plan or simplified version?" "How do I know if this deal is actually moving?" "MEDDICC qualification" "Building a mutual action plan" Context: S...
|
1.6K |
| 7415 | hsb-test | nvidia/skills |
HSB QA Test Runner Use this skill when the user wants to execute a QA test plan against an HSB board and devkit. The skill reads a test document (local file or web link), filters tests to those that can run automatically on the user's specific hardware setup, executes each test with pass/fail evaluation, and produces a comprehensive results report. This skill assumes the devkit is already set up (SSH, demo container built, host configured, board connected). If setup is not complete, it will offe...
|
1.6K |
| 7416 | add-provider-doc | lobehub/lobe-chat |
Adding New AI Provider Documentation Complete workflow for adding documentation for a new AI provider. Overview Create usage documentation (EN + CN) Add environment variable documentation (EN + CN) Update Docker configuration files Update .env.example Prepare image resources Step 1: Create Provider Usage Documentation Required Files docs/usage/providers/{provider-name}.mdx (English) docs/usage/providers/{provider-name}.zh-CN.mdx (Chinese) Key Requirements 5-6 screenshots showing the process Cove...
|
1.6K |
| 7417 | hsb-flash | nvidia/skills |
HSB FPGA Flash Use this skill when the user wants to flash (upgrade or downgrade) the FPGA firmware on an HSB board connected to a supported NVIDIA devkit. This skill supports two board types: HSB Lattice boards — standalone FPGA board with a Lattice CPNX100 FPGA Leopard Imaging VB1940 — "all-in-one" camera with an integrated Lattice FPGA CRITICAL SAFETY RULE: Never mix board-type commands. Using program_leopard_cpnx100 on a Lattice board or program_lattice_cpnx100 on a VB1940 can permanently br...
|
1.6K |
| 7418 | modal | lobehub/lobe-chat |
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
|
1.6K |
| 7419 | testing | lobehub/lobe-chat |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client-db, PGlite — default, skips BM25/pg_search) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server-db, Postgres — BM25/pgvector parity, what CI measures coverage in) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ ...
|
1.6K |
| 7420 | react-performance | affaan-m/everything-claude-code |
React Performance Performance optimization patterns for React 18/19 and Next.js, adapted from Vercel Labs react-best-practices (MIT, v1.0.0). This skill organizes rules by priority and provides decision-tree guidance for active code review and refactoring. When to Activate Writing or reviewing React/Next.js code for performance Diagnosing slow page loads, slow interactions, or high CPU on the client Auditing bundle size or Lighthouse Core Web Vitals regressions Removing waterfalls in Server Comp...
|
1.6K |
| 7421 | markdown-converter | intellectronica/agent-skills |
Markdown Converter Convert files to Markdown using uvx markitdown — no installation required. Basic Usage Convert to stdout uvx markitdown input.pdf Save to file uvx markitdown input.pdf -o output.md uvx markitdown input.docx > output.md From stdin cat input.pdf | uvx markitdown Supported Formats Documents: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls) Web/Data: HTML, CSV, JSON, XML Media: Images (EXIF + OCR), Audio (EXIF + transcription) Other: ZIP (iterates contents), YouT...
|
1.6K |
| 7422 | hsb-app | nvidia/skills |
HSB Application Runner Use this skill when the user wants to discover, select, and run Holoscan Sensor Bridge example applications on a devkit with a connected HSB board. This skill assumes the devkit is already set up (SSH, demo container built, host configured, board connected). If setup is not complete, instruct the user to run /hsb-setup first. This workflow runs applications inside the demo container. Only run it when the user explicitly invokes it. Before you start — required gates (do the...
|
1.6K |
| 7423 | linear | lobehub/lobe-chat |
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
|
1.6K |
| 7424 | hotkey | lobehub/lobe-chat |
Adding Keyboard Shortcuts Guide Steps to Add a New Hotkey 1. Update Hotkey Constant In src/types/hotkey.ts : export const HotkeyEnum = { // existing... ClearChat : 'clearChat' , // Add new } as const ; 2. Register Default Hotkey In src/const/hotkeys.ts : import { KeyMapEnum as Key , combineKeys } from '@lobehub/ui' ; export const HOTKEYS_REGISTRATION : HotkeyRegistration = [ { group : HotkeyGroupEnum . Conversation , id : HotkeyEnum . ClearChat , keys : combineKeys ( [ Key . Mod , Key . Shift , ...
|
1.6K |
| 7425 | react-patterns | affaan-m/everything-claude-code |
React Patterns Idiomatic React 18/19 patterns for building robust, accessible, performant component trees. When to Activate Writing or modifying React function components, custom hooks, or component trees Reviewing JSX/TSX files Designing state shape or component composition Migrating class components or older forwardRef / useEffect -heavy code Choosing between local state, lifted state, context, and external stores Working with Server Components / Client Components (Next.js App Router, RSC) Imp...
|
1.6K |
| 7426 | ui-design | tencentcloudbase/skills |
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
|
1.6K |
| 7427 | gitnexus-impact-analysis | abhigyanpatwari/gitnexus |
Impact Analysis with GitNexus When to Use "Is it safe to change this function?" "What will break if I modify X?" "Show me the blast radius" "Who uses this code?" Before making non-trivial code changes Before committing — to understand what your changes affect Workflow 1. gitnexus_impact({target: "X", direction: "upstream"}) → What depends on this 2. READ gitnexus://repo/{name}/processes → Check affected execution flows 3. gitnexus_detect_changes() ...
|
1.6K |
| 7428 | gtm-partnership-architecture | github/awesome-copilot |
Partnership Architecture Build and scale partner ecosystems that drive revenue and platform adoption. These aren't theory — they're patterns from building partner programs that drove 8-figure ARR and observing partnerships with real economic commitment. When to Use Triggers: "How do I structure a partner program?" "Should we build this or partner for it?" "Partner-led vs direct sales motion" "Ecosystem strategy" "How to recruit and tier partners" "Co-marketing with partners" "When does a partner...
|
1.6K |
| 7429 | deep-learning-pytorch | mindrally/skills |
Deep Learning and PyTorch Development You are an expert in deep learning, transformers, diffusion models, and LLM development, with a focus on Python libraries such as PyTorch, Diffusers, Transformers, and Gradio. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in deep learning workflows Use object-oriented programming for model architectures and functional programming for data processing pipelines Implement pro...
|
1.6K |
| 7430 | grokipedia-recommendations | kostja94/marketing-skills |
Platforms: Grokipedia Guides adding recommendations, links, or content to Grokipedia. Grokipedia is a high-authority platform for parasite SEO and GEO (AI citation visibility). See parasite-seo for parasite SEO strategy. Grokipedia is xAI's AI-generated encyclopedia; ChatGPT, Perplexity, and other AI tools cite it. On each invocation : On first use in the conversation, output the complete response (Introduction, Importance, Methods, Rules, Avoid, Action). On subsequent use or when the user asks ...
|
1.6K |
| 7431 | sf-apex | jaganpro/sf-skills |
sf-apex: Salesforce Apex Code Generation and Review Expert Apex developer specializing in clean code, SOLID principles, and 2025 best practices. Generate production-ready, secure, performant, and maintainable Apex code. Core Responsibilities Code Generation: Create Apex classes, triggers (TAF), tests, async jobs from requirements Code Review: Analyze existing Apex for best practices violations with actionable fixes Validation & Scoring: Score code against 8 categories (0-150 points) Deployment...
|
1.6K |
| 7432 | generating-ui-bundle-custom-app | forcedotcom/sf-skills |
Custom Application for React UI Bundles Create and configure a Salesforce Custom Application that hosts a React UI bundle in Lightning Experience. This skill generates the CustomApplication metadata so the app appears in the Lightning App Launcher and can be accessed by internal users. Custom Applications differ from Experience Sites: they don't need Networks, CustomSite, DigitalExperienceConfig, or DigitalExperienceBundle metadata. The Custom Application acts as a thin launcher entry that deleg...
|
1.6K |
| 7433 | building-mobile-apps | forcedotcom/sf-skills |
Salesforce Mobile Route the user to the right SDK-family skill for building Salesforce-connected mobile apps. Do not implement features here; child skills own scenario detection and step-by-step instructions. Before routing Disambiguate on two dimensions: SDK family (Mobile SDK vs. Agentforce SDK) and platform (iOS vs. Android). They are not mutually exclusive — an app can use both SDKs. If the user's intent could plausibly map to either SDK, ask before routing. Guessing wrong wastes the user's ...
|
1.6K |
| 7434 | firebase-firestore-basics | firebase/agent-skills |
Firestore Basics This skill provides a complete guide for getting started with Cloud Firestore, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application code, choose your platform: W...
|
1.6K |
| 7435 | agent-ci | redwoodjs/local-ci |
Agent CI Run the full CI pipeline locally before pushing. CI was green before you started — any failure is caused by your changes. Run npx @redwoodjs/agent-ci run --quiet --all --pause-on-failure Retry When a step fails, the run pauses automatically. Fix the issue, then retry: npx @redwoodjs/agent-ci retry --name < runner-name > To re-run from an earlier step: npx @redwoodjs/agent-ci retry --name < runner-name > --from-step < N > Repeat until all jobs pass. Do not push to trigger remote CI when ...
|
1.6K |
| 7436 | launchdarkly-flag-command | launchdarkly/ai-tooling |
LaunchDarkly Flag Command Router You're using a skill that standardizes quick /flag requests. Your job is to parse the user intent, resolve the requested flag with minimal friction, return an actionable summary, and route to deeper workflows when needed. Scope Boundary This skill is a read-only lookup entrypoint . It returns flag details and routes forward. Hard constraints — you MUST NOT: Create, toggle, update, or delete flags Assess whether a flag is safe to remove, stale, or ready for cleanu...
|
1.6K |
| 7437 | pitch-deck | ailabs-393/ai-labs-claude-skills |
Populating Investment Banking Pitch Deck Templates Reference Files Read all reference files at task start before beginning any work. These contain critical patterns and anti-patterns that will affect your approach. Do not wait until you encounter issues. File Purpose formatting-standards.md Text, bullets, tables, charts, alignment slide-templates.md Content mapping guidance for common slide types xml-reference.md PowerPoint XML patterns for tables, shapes, arrows calculation-standards.md Financi...
|
1.6K |
| 7438 | whose-number-is-this | useosint/osint-skills |
Whose number is this A phone number is a strong selector: expensive to acquire, hard to change, and used as an account-recovery anchor almost everywhere. It is also the selector investigators get most wrong, because the metadata everyone quotes — the carrier — is frequently stale, and because a large share of numbers now belong to software rather than to a SIM in someone's pocket. Do not call or text the subject; that is contact, not research. Step 1 — Authorized scope Read ../../ETHICS.md . Wri...
|
1.6K |
| 7439 | follow-the-crypto | useosint/osint-skills |
Follow the Crypto Public chains are pseudonymous, not anonymous. Every transfer is permanently visible to anyone; what's missing is the mapping from address to human. So the whole game is attribution, and attribution almost always happens at an off-ramp — the point where value converts to fiat through a service that collected identity documents. Everything between the crime and the off-ramp is just plumbing you have to follow. The beginner error is treating a clustering heuristic's output as fac...
|
1.6K |
| 7440 | hunt-a-handle | useosint/osint-skills |
Hunt a handle Handle reuse is the cheapest strong link in OSINT: one string, checked in minutes, potentially tying a dozen platforms to one person. It is also the most over-trusted. Enumerators do not verify identity — they perform HTTP existence checks — and a hit list is a list of candidates , nothing more. The mistake that ruins these investigations is pasting the tool's output into the report. Enumeration is the cheap half; confirmation is the work. Step 1 — Authorized scope Read ../../ETHIC...
|
1.6K |
| 7441 | pattern-of-life-from-socials | useosint/osint-skills |
Pattern of Life from Socials Pattern-of-life analysis turns scattered public posts into a model of where someone is, when, and with whom. It is the most abusable technique in this repo: the same method produces a due-diligence report and a stalking dossier. The difference is authorization and scope, not tradecraft. The beginner error is collecting posts instead of analysing them — screenshots of a feed are not intelligence. Work four layers: account metadata, network, content, temporal behaviour...
|
1.6K |
| 7442 | track-planes-and-ships | useosint/osint-skills |
Track Planes and Ships Aircraft and ships announce themselves over the air, and volunteers with cheap receivers write it all down. That gives you movement history for most civil traffic and, through registries, a path to ownership. The cost: the data is self-reported by the vehicle, so it is exactly as truthful as its operator chooses. The beginner error is chasing the wrong identifier — tail numbers, callsigns, vessel names and MMSIs all change, while ICAO hex codes and IMO numbers largely don'...
|
1.6K |
| 7443 | write-the-intel-brief | useosint/osint-skills |
Write the intel brief The report is the only part of the investigation anyone else sees, so it is the only part that can be wrong in public. The failure that destroys credibility isn't a missed source — it's a sentence that reads as fact and is actually an inference. "The account is operated from Lisbon" versus "posting times cluster in UTC+0/+1, consistent with Iberian working hours." One survives cross- examination. Step 1 — Sort every claim into observation, inference, or assessment Three cat...
|
1.6K |
| 7444 | find-anyone | useosint/osint-skills |
Find anyone Turn a name into a sourced profile of one specific human. The work is 20% finding data and 80% proving the data belongs to your subject and not to someone with the same name. Beginners collect first and disambiguate later; that is how you end up with a confident, well-cited dossier describing two different people fused into one. Bind the name to a second selector before you collect anything. Step 1 — Authorized scope Write down, before searching: the subject, the objective, what is i...
|
1.6K |
| 7445 | find-hidden-subdomains | useosint/osint-skills |
Find hidden subdomains The hosts an organization forgot about are the ones worth finding, and most of them announced themselves the moment someone requested a TLS certificate. Certificate Transparency turns that into a searchable, permanent, historical index — free and completely passive. The beginner's mistake is treating a CT hit as a live host: most of what you pull back does not resolve, and that is information too, not noise. Which source first You hold Start with Why An apex domain crt.sh ...
|
1.6K |
| 7446 | what-an-email-reveals | useosint/osint-skills |
What an email reveals An email address is usually the highest-value selector in an investigation: it carries a name, a domain, an account history, and a breach footprint. The beginner error is trying to prove the address exists. Existence is the least interesting thing about it, it is the hardest thing to establish passively, and the techniques that establish it are the ones that expose you. Work the structure and the footprint first; treat validation as a bonus. Never send mail to the subject a...
|
1.6K |
| 7447 | investigate-anything | useosint/osint-skills |
Investigate anything The front door. Everything downstream is faster than the thinking that should precede it, which is why most bad investigations are not collection failures — they are framing failures. You can run forty tools against a name and produce a confident dossier on the wrong person. The work here is deciding what question you are answering, what would count as an answer, and what would prove you wrong. Core vocabulary Used across every skill in this repo, defined only here. Selector...
|
1.6K |
| 7448 | graph-the-network | useosint/osint-skills |
Graph the network A list of thirty selectors and a graph of thirty selectors contain identical information, and only one of them lets you see that two clusters share a node. That is the entire justification: humans do not detect shared elements across rows, and detect them instantly in a layout. The beginner mistake is treating the graph as an output — a picture drawn at the end for the report. It is the case's working memory, built from the first pivot, and the report is generated from it. Deci...
|
1.6K |
| 7449 | geolocate-from-pixels | useosint/osint-skills |
Geolocate from pixels Every photograph taken outdoors contains enough information to place it. The constraint is never the image; it is your patience and your reference knowledge. The beginner mistake is searching before inventorying. People see a mountain, type "mountain with two peaks" into a search box, and get nothing. The method is the opposite: extract every clue first, rank them by how much of the planet each one eliminates, and only then start searching — because the clue that pins the c...
|
1.6K |
| 7450 | crypto-ta-analyzer | dkyazzentwatwa/chatgpt-skills |
Crypto & Stock Technical Analysis Multi-indicator technical analysis system that generates high-confidence trading signals by combining 29+ proven algorithms. Features divergence detection, Bollinger Band squeeze alerts, volume confirmation, and a 7-tier signal system. Ideal for cryptocurrency and stock market analysis. Core Workflow 1. Data Acquisition Fetch historical price data from any supported source: CoinGecko (via MCP tools): Use coingecko_get_historical_chart tool with: - coin_id: ...
|
1.6K |