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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,459
总 Skills
36.0M
总安装量
2,444
贡献者
# Skill 仓库 描述 安装量
11901 searxng sundial-org/awesome-openclaw-skills
SearXNG Search Search the web using your local SearXNG instance - a privacy-respecting metasearch engine. Commands Web Search uv run { baseDir } /scripts/searxng.py search "query" Top 10 results uv run { baseDir } /scripts/searxng.py search "query" -n 20 Top 20 results uv run { baseDir } /scripts/searxng.py search "query" --format json JSON output Category Search uv run { baseDir } /scripts/searxng.py search "query" --category images uv run { baseDir } /scripts/searxng.py search "query" --cat...
79
11902 architect-reviewer 404kidwiz/claude-supercode-skills
79
11903 canva-automation composiohq/awesome-claude-skills
Canva Automation via Rube MCP Automate Canva design operations through Composio's Canva toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Canva connection via RUBE_MANAGE_CONNECTIONS with toolkit canva Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by co...
79
11904 brainstorming yonatangross/orchestkit
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
79
11905 feature-planning mhattingpete/claude-skills-marketplace
Feature Planning Systematically analyze feature requests and create detailed, actionable implementation plans. When to Use Requests new feature ("add user authentication", "build dashboard") Asks for enhancements ("improve performance", "add export") Describes complex multi-step changes Explicitly asks for planning ("plan how to implement X") Provides vague requirements needing clarification Planning Workflow 1. Understand Requirements Ask clarifying questions: What problem does this solve? ...
79
11906 docker-compose-creator jeremylongshore/claude-code-plugins-plus-skills
Docker Compose Creator Purpose This skill provides automated assistance for docker compose creator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "docker compose creator" in your request Ask about docker compose creator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for docker compo...
79
11907 contextual-commit berserkdisruptors/contextual-commits
Contextual Commits You write commits that carry development reasoning in the body — the intent, decisions, constraints, and learnings that the diff alone cannot show. The Problem You Solve Standard commits preserve WHAT changed. The diff shows that too. What gets lost is WHY — what the user asked for, what alternatives were considered, what constraints shaped the implementation, what was learned along the way. This context evaporates when the session ends. You prevent that. Commit Format The sub...
79
11908 hugging-face-cli sickn33/antigravity-awesome-skills
Hugging Face CLI The hf CLI provides direct terminal access to the Hugging Face Hub for downloading, uploading, and managing repositories, cache, and compute resources. Quick Command Reference Task Command Login hf auth login Download model hf download <repo_id> Download to folder hf download <repo_id> --local-dir ./path Upload folder hf upload <repo_id> . . Create repo hf repo create <name> Create tag hf repo tag create <repo_id> <tag> Delete files hf repo-files delete <repo_id> <files> List ...
79
11909 remember yonatangross/orchestkit
Memory Keeper You are an expert prompt engineer and keeper of domain-organized Memory Instructions that persist across VS Code contexts. You maintain a self-organizing knowledge base that automatically categorizes learnings by domain and creates new memory files as needed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <wor...
79
11910 typescript-strict-mode fluid-tools/claude-skills
TypeScript Strict Mode Best Practices Overview This skill covers strict TypeScript practices applicable across all frameworks. It focuses on avoiding any, using proper type annotations, and leveraging TypeScript's type system for safer, more maintainable code. The Golden Rule: NEVER Use any CRITICAL RULE: Many codebases have @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. Why any is dangerous: Defeats the purpose of TypeScript's type system Hides bugs that w...
79
11911 django-framework bobmatnyc/claude-mpm-skills
Django Framework Skill progressive_disclosure: entry_point: summary: "Full-featured Python web framework with batteries included (ORM, admin, auth)" when_to_use: - "When building content-heavy web applications" - "When needing built-in admin interface" - "When using Django ORM and migrations" - "When building REST APIs with Django REST Framework" quick_start: - "pip install django" - "django-admin startproject myproject" - "python manage.py runserver" token_estimate: entry: 75-90 full: 4500-5500...
79
11912 bun brianlovin/claude-config
Bun Node.js 대신 Bun을 기본 런타임으로 사용. 설치 macOS / Linux brew install oven-sh/bun/bun npm npm install -g bun 명령어 매핑 Node.js / npm Bun npm install bun install npm install <pkg> bun add <pkg> npm install -D <pkg> bun add -d <pkg> npm uninstall <pkg> bun remove <pkg> npm run <script> bun run <script> 또는 bun <script> npx <cmd> bunx <cmd> node <file> bun <file> npm init bun init npm create <template> bun create <template> 프로젝트 초기화 새 프로젝트 bun init 템플릿 사용 bun create next-app my-app bun create vite my-app ...
79
11913 performance yonatangross/orchestkit
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
79
11914 error-detector 404kidwiz/claude-supercode-skills
Error Detector Skill Purpose Provides error analysis and pattern detection expertise specializing in proactive identification of software defects, code analysis, and system behavior monitoring. Identifies, analyzes, and helps prevent software errors through static and dynamic analysis techniques. When to Use Performing static code analysis and anti-pattern detection Analyzing runtime errors and exception patterns Detecting memory leaks and performance bottlenecks Monitoring and analyzing error l...
79
11915 supabase-expert timelessco/recollect
Supabase Integration Expert Skill Overview This skill helps you build secure, scalable Supabase integrations. Use this for database design, Row Level Security (RLS) policies, authentication, Edge Functions, and real-time features. Core Principles 1. Security First Always enable RLS on tables with user data Use service role key only in secure server contexts Use anon key for client-side operations Test policies thoroughly 2. Type Safety Generate TypeScript types from schema Use generated types ...
79
11916 perspectival-constellation jwynia/agent-skills
Perspectival Constellation: Multi-POV Narrative Skill You help writers create multi-perspective stories where a shared catalyst environment generates genuinely distinct but interconnected narratives. The key insight is that the setting itself must function as a transformation pressure that forces characters into heightened states. Core Principle The shared thread (place, event, institution, moment) must function as a catalyst environment that creates conditions where people are forced into st...
79
11917 react-flow-node-ts sickn33/antigravity-awesome-skills
React Flow Node Create React Flow node components following established patterns with proper TypeScript types and store integration. Quick Start Copy templates from assets/ and replace placeholders: {{NodeName}} → PascalCase component name (e.g., VideoNode ) {{nodeType}} → kebab-case type identifier (e.g., video-node ) {{NodeData}} → Data interface name (e.g., VideoNodeData ) Templates assets/template.tsx - Node component assets/types.template.ts - TypeScript definitions Node Component Pattern e...
79
11918 security-review yeachan-heo/oh-my-claudecode
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
79
11919 administering-linux ancoleman/ai-design-components
Linux Administration Comprehensive Linux system administration for managing servers, deploying applications, and troubleshooting production issues in modern cloud-native environments. Purpose This skill teaches fundamental and intermediate Linux administration for DevOps engineers, SREs, backend developers, and platform engineers. Focus on systemd-based distributions (Ubuntu, RHEL, Debian, Fedora) covering service management, process monitoring, filesystem operations, user administration, perfor...
79
11920 playwright prowler-cloud/prowler
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
79
11921 top-web-vulnerabilities sickn33/antigravity-awesome-skills
Top 100 Web Vulnerabilities Reference Purpose Provide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats. Content organized into 15 major vulnerability categories aligned with industry standards and real-world attack patterns. Prerequisites Basic understanding of web application...
79
11922 bevy bfollington/terma
Bevy Game Development Skill A specialized skill for developing games and applications using the Bevy game engine, based on real-world experience building complex Bevy projects. When to Use This Skill Invoke this skill when: Implementing features in a Bevy game or application Designing component architectures for ECS Creating or debugging Bevy systems Working with Bevy's UI system Building and testing Bevy projects Troubleshooting common Bevy issues Organizing project structure for Bevy appli...
79
11923 nansen-batch-wallet nansen-ai/nansen-cli
ADDRESSES = "0xaddr1,0xaddr2,0xaddr3,..." CHAIN = ethereum nansen research profiler batch --addresses " $ADDRESSES " --chain $CHAIN --include labels,balance → .data.{total, completed, results[]: {address, chain, labels[], balance, error}} labels[]: {label, category ("smart_money","fund","social","behavioral","others"), fullname} balance: {data[]: {token_symbol, token_amount, price_usd, value_usd}} Check .error per result — invalid addresses return an error message, not a crash. Skip those. Ke...
79
11924 n-version-workflow rysweet/amplihack
Execute N-version programming workflow for critical implementations where multiple independent solutions should be generated and compared to select the best approach. When to Use This Skill USE FOR: - Critical security features (authentication, authorization) - Complex algorithms with multiple valid approaches - High-risk refactoring of core components - Architecture decisions with significant long-term impact - When correctness is paramount over speed AVOID FOR: - Simple CRUD operatio...
79
11925 asana-automation composiohq/awesome-claude-skills
Asana Automation via Rube MCP Automate Asana operations through Composio's Asana toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/asana Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Asana connection via RUBE_MANAGE_CONNECTIONS with toolkit asana Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works...
79
11926 quiz-maker onewave-ai/claude-skills
Quiz Maker Create multiple choice, true/false, fill-in-blank, matching quizzes. Auto-generate plausible distractors. Instant grading with explanations. Instructions You are an expert assessment designer. Create comprehensive quizzes with well-crafted questions, plausible distractors, and detailed explanations for each answer. Output Format Quiz Maker Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices B...
79
11927 asana-automation sickn33/antigravity-awesome-skills
Asana Automation via Rube MCP Automate Asana operations through Composio's Asana toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/asana Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Asana connection via RUBE_MANAGE_CONNECTIONS with toolkit asana Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works...
79
11928 offer-architect shipshitdev/library
Offer Architect - Grand Slam Offer Constructor Overview You are an offer architect specializing in Alex Hormozi's Grand Slam Offer framework. You transform mediocre offers into irresistible ones that make customers feel stupid saying no. Your job is to execute the value equation—not just explain it—by guiding users through each component and producing a complete, ready-to-use offer. Hormozi's Core Principle: "Your offer should be so good people feel stupid saying no." When This Activates Thi...
79
11929 capacitor-deep-linking cap-go/capgo-skills
Deep Linking in Capacitor Implement deep links, universal links, and app links in Capacitor apps. When to Use This Skill User wants deep links User needs universal links User asks about URL schemes User wants to open app from links User needs share links Types of Deep Links Type Platform Format Requires Server Custom URL Scheme Both myapp://path No Universal Links iOS https://myapp.com/path Yes App Links Android https://myapp.com/path Yes Quick Start Install Plugin bun add @capacitor/app bunx ca...
79
11930 github-workflow hairyf/skills
GitHub Workflow Best Practices You are an expert in GitHub workflows, including pull requests, code reviews, GitHub Actions, issue management, and repository best practices. Core Principles Use pull requests for all code changes to enable review and discussion Automate workflows with GitHub Actions for CI/CD Maintain clear issue tracking and project management Follow security best practices for repository access and secrets Document repositories thoroughly with README and contributing guidelin...
79
11931 flyctl sebastiaanwouters/dotagents
Deploy applications to Fly.io's global edge infrastructure. Quick Reference | New app | `fly launch` | Deploy | `fly deploy` | Status | `fly status` | Logs | `fly logs` | SSH | `fly ssh console` | Open | `fly apps open` Core Workflows 1. New App Deployment ``` cd /path/to/project fly launch Interactive setup fly launch --now -y Accept defaults, deploy immediately fly launch --no-deploy Configure only, deploy later ``` Creates: `fly.toml` (config), ...
79
11932 admin-dashboard erichowens/some_claude_skills
Admin & Developer Suite Development This skill helps you extend the admin dashboard and build internal tools following the established patterns. Architecture Overview /admin - Admin Dashboard (user metrics, access control, audit) /dev - Developer Portal (docs, code browser, feature map) [PLANNED] /ops - Operations Console (infrastructure, logs, incidents) [PLANNED] See docs/ADMIN-DEVELOPER-SUITE.md for the full design specification. Current Admin Dashboard Structure Locatio...
79
11933 amazon-category-research cdeistopened/skill-stack
Amazon Category Research Guided workflow for finding profitable Amazon book categories with low competition. Quick Facts You can only select 3 categories per book Amazon has tens of thousands of subcategories Categories drive algorithm visibility Lower BSR (Best Sellers Rank) = more sales Workflow Step 1: Identify Your Genre Space What broad category does your book fit? Fiction Nonfiction Romance Self-help Mystery/Thriller Business Sci-Fi/Fantasy Religion/Spirituality Literary Fiction Health/Fit...
79
11934 agent browser thesethrose/agent-browser-cli
Agent Browser A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands. Installation npm recommended npm install -g agent-browser agent-browser install agent-browser install --with-deps From Source git clone https://github.com/vercel-labs/agent-browser cd agent-browser pnpm install pnpm build agent-browser install Quick Start agent-browser open example.com agent-browser snapshot agent-brows...
79
11935 single-slide-ppt huyansheng3/ppt-skills
Single-Slide PowerPoint Creator Create professional, visually engaging single-slide PowerPoint presentations using PptxGenJS. When to Use This Skill User requests "做一页PPT", "single slide", "create a PPT slide" Visualizing comparisons (before/after, old vs new, problem/solution) Feature showcases (grid layouts, capability matrices) Concept illustrations (workflows, architectures, frameworks) Decision frameworks or process flows Core Workflow 1. Understand Content Structure Analyze the user's requ...
79
11936 supabase-extract-db-string yoanbernabeu/supabase-pentest-skills
Database Connection String Detection 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill detects...
79
11937 moai-lang-cpp modu-ai/moai-adk
Quick Reference (30 seconds) Modern C++ (C++23/C++20) Development Specialist - RAII, smart pointers, concepts, ranges, modules, and CMake. Auto-Triggers: .cpp , .hpp , .h , CMakeLists.txt , vcpkg.json , conanfile.txt , modern C++ discussions Core Capabilities: C++23 Features: std::expected, std::print, std::generator, deducing this C++20 Features: Concepts, Ranges, Modules, Coroutines, std::format Memory Safety: RAII, Rule of 5, smart pointers (unique_ptr, shared_ptr, weak_ptr) STL: Containers, ...
79
11938 shader-fundamentals bbeierle12/skill-mcp-claude
Shader Fundamentals GLSL (OpenGL Shading Language) runs on the GPU. Vertex shaders transform geometry; fragment shaders color pixels. Quick Start // Vertex Shader uniform mat4 projectionMatrix; uniform mat4 modelViewMatrix; attribute vec3 position; attribute vec2 uv; varying vec2 vUv; void main() { vUv = uv; gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0); } // Fragment Shader uniform float uTime; varying vec2 vUv; void main() { vec3 color = vec3(vUv, sin(uTim...
79
11939 moai-lang-typescript modu-ai/moai-adk
Quick Reference (30 seconds) TypeScript 5.9+ Development Specialist - Modern TypeScript with React 19, Next.js 16, and type-safe API patterns. Auto-Triggers: Files with .ts, .tsx, .mts, or .cts extensions, TypeScript configurations, React or Next.js projects Core Stack: TypeScript 5.9: Deferred module evaluation, decorators, satisfies operator React 19: Server Components, use hook, Actions, concurrent features Next.js 16: App Router, Server Actions, middleware, ISR/SSG/SSR Type-Safe APIs: tR...
79
11940 phoenix-ops bobmatnyc/claude-mpm-skills
Phoenix Operations and Deployment (Elixir/BEAM) Production-ready Phoenix apps rely on releases, runtime configuration, telemetry, clustering, and secure endpoints. The BEAM enables rolling restarts and supervision resilience when configured correctly. Releases and Runtime Config MIX_ENV=prod PHX_SERVER=true mix assets.deploy MIX_ENV=prod mix release _build/prod/rel/my_app/bin/my_app eval "IO.puts(:os.type())" _build/prod/rel/my_app/bin/my_app start config/runtime.exs for env-driven settings:...
79
11941 clean-codejs-modules damianwrooby/javascript-clean-code-skills
Clean Code JavaScript – Module Patterns Table of Contents One Responsibility per Module Export Patterns Folder Structure One Responsibility per Module // ❌ Bad // user.js export function createUser ( ) { } export function connectToDb ( ) { } // ✅ Good // user.service.js export function createUser ( ) { } Export Patterns // ✅ Prefer named exports export function parseDate ( ) { } export function formatDate ( ) { } Folder Structure /users user.service.js user.repository.js user.controller.js
79
11942 mobile-security gmh5225/awesome-game-security
This skill covers mobile security resources from the awesome-game-security collection, focusing on Android and iOS game security research, reverse engineering, and protection bypass techniques. Android Security APK Analysis Tools - apktool: Decompile/recompile APKs - jadx: DEX to Java decompiler - APKiD: Identify packers/protectors - Frida: Dynamic instrumentation - APKLab: VS Code integration Workflow ``` Decompile APK apktool d game.apk Analyze DEX files jadx -d output game.ap...
79
11943 indigenous-leader-analyst rysweet/amplihack
Analyze events through the disciplinary lens of indigenous knowledge systems and leadership, applying traditional frameworks (relational thinking, seven generations principle, medicine wheel teachings), holistic methodologies (ceremony, storytelling, consensus-building), and decolonial perspectives to understand interconnectedness, evaluate long-term sustainability, honor collective wisdom, and center indigenous rights and sovereignty in decision-making. When to Use This Skill - Environmental...
79
11944 deployment-procedures vudovn/antigravity-kit
Deployment Procedures Deployment principles and decision-making for safe production releases. Learn to THINK, not memorize scripts. ⚠️ How to Use This Skill This skill teaches deployment principles, not bash scripts to copy. Every deployment is unique Understand the WHY behind each step Adapt procedures to your platform 1. Platform Selection Decision Tree What are you deploying? │ ├── Static site / JAMstack │ └── Vercel, Netlify, Cloudflare Pages │ ├── Simple web app │ ├── Managed → Rail...
79
11945 sales-engineer 404kidwiz/claude-supercode-skills
Sales Engineer Skill A production-ready skill package for pre-sales engineering that bridges technical expertise and sales execution. Provides automated analysis for RFP/RFI responses, competitive positioning, and proof-of-concept planning. Overview Role: Sales Engineer / Solutions Architect Domain: Pre-Sales Engineering, Solution Design, Technical Demos, Proof of Concepts Business Type: SaaS / Pre-Sales Engineering What This Skill Does RFP/RFI Response Analysis - Score requirement coverage, ide...
79
11946 daily-tech-news zerx-lab/website
Daily Tech News - 每日技术资讯深度搜集 自动搜索并汇总当日技术资讯,采用 多源交叉验证 + 深度调研 + 重要性评分 机制,生成高质量 Markdown 博客文章。 ⚠️ 必需参数 调用此 skill 时必须在 prompt 中指定目标日期: TARGET_DATE: YYYY-MM-DD 格式的日期 示例: 2026-02-02 正确的调用方式: ✅ "执行 /daily-tech-news 搜集 2026-02-02 的技术资讯" ✅ "运行 daily-tech-news skill,日期:2026-02-02" ❌ "执行 /daily-tech-news" (缺少日期参数) 执行过程中的所有日期(文件名、frontmatter、标题、搜索关键词)都必须使用此 TARGET_DATE。 核心理念 准确性第一 → 多源交叉验证 + 深度阅读原文 质量优于数量 → 重要性评分筛选 + 去重降噪 深度优于广度 → Top 3 资讯深度分析 + 技术解读 Phase 1: 准备阶段 Step 1.1: 确定搜索日期 重要:日期必须从调用参数中获取,而非自行计算。 当 ...
79
11947 dalle teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
79
11948 self-reflection ninehills/skills
🪞 Self-Reflection A skill for continuous self-improvement. The agent tracks mistakes, lessons learned, and improvements over time through regular heartbeat-triggered reflections. Quick Start Check if reflection is needed self-reflection check Log a new reflection self-reflection log "error-handling" "Forgot timeout on API call" "Always add timeout=30" Read recent lessons self-reflection read View statistics self-reflection stats How It Works Heartbeat (60m) → Agent reads HEARTBEAT.md → Runs ...
79
11949 frontend-design dedalus-erp-pas/foundation-skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
79
11950 ctf-crypto cyberkaida/reverse-engineering-assistant
CTF Cryptography Quick reference for crypto CTF challenges. Each technique has a one-liner here; see supporting files for full details with code. Additional Resources classic-ciphers.md - Classic ciphers: Vigenere (+ Kasiski examination), Atbash, substitution wheels, XOR variants (+ multi-byte frequency analysis), deterministic OTP, cascade XOR, book cipher, OTP key reuse / many-time pad modern-ciphers.md - Modern cipher attacks: AES (CFB-8, ECB leakage), CBC-MAC/OFB-MAC, padding oracle, S-box c...
79