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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,419
总 Skills
94.3M
总安装量
2,621
贡献者
# Skill 仓库 描述 安装量
25051 job-search proficientlyjobs/proficiently-claude-skills
Job Search Skill Priority hierarchy : See shared/references/priority-hierarchy.md for conflict resolution. Automated daily job search using browser automation. Quick Start /proficiently:job-search - Run daily search with default terms from matching rules /proficiently:job-search AI infrastructure - Search with specific keywords File Structure scripts/ evaluate-jobs.md Subagent for parallel job evaluation assets/ templates/ Format templates (committed) Data Directory Resolve the d...
35
25052 oss-ready luongnv89/skills
OSS Ready Transform a project into a professional open-source repository with standard community files and GitHub templates. Repo Sync Before Edits (mandatory) Before creating/updating/deleting files in an existing repository, sync the current branch with remote: branch = " $( git rev-parse --abbrev-ref HEAD ) " git fetch origin git pull --rebase origin " $branch " If the working tree is not clean, stash first, sync, then restore: git stash push -u -m "pre-sync" branch = " $( git rev-parse --abb...
35
25053 k8s-yaml-generator akin-ozer/cc-devops-skills
Kubernetes YAML Generator Generate Kubernetes manifests with deterministic steps, bounded CRD research, and mandatory validation for full-resource output. Trigger Guidance Use this skill when the user asks to create or update Kubernetes YAML, for example: "Generate a Deployment + Service manifest for my app." "Create an Argo CD Application CRD." "Write a StatefulSet with PVC templates." "Produce production-ready Kubernetes YAML with best practices." Do not use this skill for validation-only requ...
35
25054 concepts austintgriffith/ethskills
Ethereum Concepts What You Probably Got Wrong "Smart contracts run automatically." No. Smart contracts cannot execute themselves. There is no cron job, no scheduler, no background process. Every function needs a caller who pays gas. This single misconception is the root cause of most broken onchain designs. "Just add a timer." There are no timers. If something needs to happen at a certain time, you need someone to call the function at that time — and you need to give them a reason to do it. "The...
35
25055 slidev marcoshaber99/slidev-skills
Slidev - Presentation Slides for Developers Web-based slides maker built on Vite, Vue, and Markdown. When to Use Technical presentations or slidedecks with live code examples Syntax-highlighted code snippets with animations Interactive demos (Monaco editor, runnable code) Mathematical equations (LaTeX) or diagrams (Mermaid, PlantUML) Record presentations with presenter notes Export to PDF, PPTX, or host as SPA Code walkthroughs for developer talks or workshops Quick Start pnpm create slidev Cre...
35
25056 logging-best-practices ncklrs/startup-os-skills
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
35
25057 media-transformation qodex-ai/ai-agent-skills
TOON v2.0 Formatter Skill (AGGRESSIVE MODE) Purpose AGGRESSIVELY apply TOON v2.0 format to save 30-60% tokens on structured data. Use TOON by default for biggish, regular data. Use native Zig encoder for 20x performance. When to Use (AGGRESSIVE) TOON ALL DAY - Use automatically for: ✅ Arrays with ≥ 5 similar items ✅ Tables, logs, events, transactions, analytics ✅ API responses with uniform structure (≥60% field overlap) ✅ Database query results ✅ Repeatedly-used, structured data in prompts ✅ RAG...
35
25058 lit-sheet-music rodydavis/skills
Lit Sheet Music In this article I will go over how to set up a Lit web component and use it to render musicxml from a src attribute or inline xml using opensheetmusicdisplay . Now any sheet music can be rendered based on the browser width as an svg or canvas (and will resize when the viewport changes). TLDR The final source here and an online demo . Prerequisites Vscode Node >= 16 Typescript Getting Started We can start off by navigating in terminal to the location of the project and run the fol...
35
25059 support-operations ncklrs/startup-os-skills
Support Operations Strategic support operations expertise for customer-facing teams — from ticket management and SLA design to escalation workflows and self-service optimization. Philosophy Great support isn't about closing tickets fast. It's about solving customer problems permanently while building scalable systems. The best support operations teams: Prevent before they support — Self-service and proactive help reduce ticket volume Measure what drives loyalty — Resolution quality beats respons...
35
25060 ln-812-query-optimizer 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. ln-812-query-optimizer Type: L3 Worker Category: 8XX Optimization Parent: ln-810-performance-optimization-coordinator Fixes query efficiency issues found by ln-651-query-efficiency-auditor. Each fix verified via tests with keep/discard pattern. Metric: query count reduction (not runtime benchmark). Overview Aspect Details I...
35
25061 autonomous-tests louiscavalcante/skills
Dynamic Context Args: $ARGUMENTS Branch: ! git branch --show-current Unstaged: ! git diff --stat HEAD 2>/dev/null | tail -5 Staged: ! git diff --cached --stat 2>/dev/null | tail -5 Commits: ! git log --oneline -5 2>/dev/null Docker: ! docker compose ps 2>/dev/null | head -10 || echo "No docker-compose found" Config: ! test -f .claude/autonomous-tests.json && echo "YES" || echo "NO -- first run" Capabilities: ! python3 -c "import json;c=json.load(open('.claude/autonomous-tests.json'));caps=c.get(...
35
25062 php-api pluginagentmarketplace/custom-plugin-php
PHP API Development Skill Atomic skill for mastering API design and implementation in PHP Overview Comprehensive skill for PHP API development covering REST design, GraphQL, authentication strategies, and API documentation. Skill Parameters Input Validation interface SkillParams { topic : | "rest" // RESTful API design | "graphql" // GraphQL with PHP | "authentication" // JWT, OAuth 2.0 | "documentation" // OpenAPI, Swagger | "versioning" // API versioning strategies | "security" ; // Rate limit...
35
25063 speckit-clarify dceoy/speckit-agent-skills
Spec Kit Clarify Skill When to Use The feature spec exists but needs targeted clarification before planning. Inputs The current feature spec in specs/<feature>/spec.md . The user's clarification intent or constraints from the request. If the request is empty or the spec is missing, ask a targeted question before proceeding. Workflow Goal: Detect and reduce ambiguity or missing decision points in the active feature specification and record the clarifications directly in the spec file. Note: This ...
35
25064 effect-best-practices forcedotcom/salesforcedx-vscode
Effect-TS Best Practices This skill enforces opinionated, consistent patterns for Effect-TS codebases. These patterns optimize for type safety, testability, observability, and maintainability. Quick Reference: Critical Rules Category DO DON'T Services Effect.Service with accessors: true Context.Tag for business logic Dependencies dependencies: [Dep.Default] in service Manual Layer.provide at usage sites Errors Schema.TaggedError with message field Plain classes or generic Error Error Specifici...
35
25065 settings-configuration laurigates/claude-plugins
Claude Code Settings Configuration Expert knowledge for configuring Claude Code settings and permissions. When to Use This Skill Use this skill when... Use something else when... Setting up project permissions Fixing plugin registry issues (use plugin-registry skill) Debugging "permission denied" errors Configuring hooks (use hooks-configuration skill) Understanding settings hierarchy Setting up MCP servers (use mcp-configuration skill) Creating allow/deny patterns Settings File Hierarchy Settin...
35
25066 busirocket-nextjs busirocket/agents-skills
Patterns for thin, maintainable route handlers in Next.js App Router. When to Use Use this skill when: - Creating or refactoring `app/api//route.ts` files - Implementing API endpoints - Validating request inputs - Returning standardized JSON responses - Deciding server vs client component boundaries Non-Negotiables (MUST) - Route handlers must be thin: validate input, call a `services/` function, return a response. - No business logic or IO directly in the handler. - Never return un...
35
25067 drizzle-orm-d1 ovachiever/droid-tings
Drizzle ORM for Cloudflare D1 Status: Production Ready ✅ Last Updated: 2026-01-20 Latest Version: drizzle-orm@0.45.1, drizzle-kit@0.31.8, better-sqlite3@12.5.0 Dependencies: cloudflare-d1, cloudflare-worker-base Quick Start (5 Minutes) 1. Install npm install drizzle-orm npm install -D drizzle-kit 2. Configure drizzle.config.ts import { defineConfig } from 'drizzle-kit'; export default defineConfig({ schema: './src/db/schema.ts', out: './migrations', dialect: 'sqlite', driver: 'd1-ht...
35
25068 fal-workflow ilkerzg/agent-skills
fal.ai Workflow Generator Generate 100% working, production-ready fal.ai workflow JSON files . Workflows chain multiple AI models together for complex generation pipelines. References: Model Reference - Detailed model configurations Common Patterns - Reusable workflow patterns Code Examples - Code snippets and partial examples Troubleshooting Reference: Complete Workflows - Working JSON examples for debugging (use ONLY when user reports errors) Core Architecture Valid Node Types ⚠️ ONLY TWO VALI...
35
25069 gitops-workflows nickcrew/claude-ctx-plugin
GitOps Workflows Expert guidance for implementing production-grade GitOps workflows using ArgoCD and Flux CD, covering declarative deployment patterns, progressive delivery strategies, multi-environment management, and secure secret handling for Kubernetes infrastructure. When to Use This Skill Implementing GitOps principles for Kubernetes deployments Automating continuous delivery from Git repositories Managing multi-cluster or multi-environment deployments Implementing progressive delivery (...
35
25070 recovery-coach-patterns erichowens/some_claude_skills
Recovery Coach Development Patterns This skill helps you follow the established patterns and conventions in the Recovery Coach codebase. When to Use ✅ USE this skill for: Writing new components, pages, or API routes in Recovery Coach Following established code organization patterns Implementing database queries with Drizzle ORM Understanding project architecture and conventions Styling components to match the design system ❌ DO NOT use for: Crisis intervention implementation → use crisis-r...
35
25071 literature-review-planner travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
35
25072 process-module-architecture tencentblueking/bk-ci
Process 流水线核心模块架构指南 模块定位: Process 是 BK-CI 的核心模块,负责流水线的编排、调度与执行。 详细文档导航 本 Skill 提供 Process 模块的架构总览。如需深入了解各层实现细节,请查阅以下参考文档: 文档 内容 1-api-layer.md API 接口层详细分析(708 行) 2-service-layer.md Service 业务层详细分析(872 行) 3-engine-control.md 构建引擎 Control 层分析(790 行) 4-dao-database.md DAO 层与数据库表结构(901 行) 5-event-driven.md 事件驱动机制详解(759 行) 使用建议: 先阅读本文档了解整体架构,再根据具体开发需求深入对应的参考文档。 一、模块整体结构 1.1 子模块划分 src/backend/ci/core/process/ ├── api-process/ API 接口定义层 │ └── src/main/kotlin/com/tencent/devops/process...
35
25073 better-forms alexeira/skills
Better Forms Guide A collection of specific UX patterns, accessibility standards, and implementation techniques for modern web forms. This guide bridges the gap between raw HTML/CSS tips and component-based architectures (React, Tailwind, Headless UI). 1. High-Impact UX Patterns (The "Why" & "How") Avoid "Dead Zones" in Lists Concept : Small gaps between clickable list items create frustration. Implementation (Tailwind) : Use a pseudo-element to expand the hit area without affecting layout. // D...
35
25074 ast-grep knoopx/pi
ast-grep Code Search Overview This skill helps translate natural language queries into ast-grep rules for structural code search. ast-grep uses Abstract Syntax Tree (AST) patterns to match code based on its structure rather than just text, enabling powerful and precise code search across large codebases. When to Use This Skill Use this skill when users: Need to search for code patterns using structural matching (e.g., "find all async functions that don't have error handling") Want to locate ...
35
25075 opentofu-coder majesticlabs-dev/majestic-marketplace
OpenTofu Coder ⚠️ SIMPLICITY FIRST - Default to Flat Files ALWAYS start with the simplest approach. Only add complexity when explicitly requested. Simple (DEFAULT) vs Overengineered Aspect ✅ Simple (Default) ❌ Overengineered Structure Flat .tf files in one directory Nested modules/ + environments/ directories Modules None or only remote registry modules Custom local modules for simple resources Environments Workspaces OR single tfvars Duplicate directory per environment Variables Inline defaults...
35
25076 baoyu-comic smallnest/langgraphgo
Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. Usage /baoyu-comic posts/turing-story/source.md /baoyu-comic article.md --art manga --tone warm /baoyu-comic then paste content Options Visual Dimensions Option Values Description --art ligne-claire (default), manga, realistic, ink-brush, chalk Art style / rendering technique --tone neutral (default), warm, dramatic, romantic, energetic, vintage, action Mood / atmosphere --layout standard (...
35
25077 gcc mohitmishra786/low-level-dev-skills
GCC Purpose Guide agents through GCC invocation: flag selection, build modes, warning triage, PGO, LTO, and common error patterns. Assume the project uses GNU Make, CMake, or a shell script. Triggers "What flags should I use for a release build?" "GCC is giving me a warning/error I don't understand" "How do I enable LTO / PGO with GCC?" "How do I compile with -fsanitize ?" "My binary is too large / too slow" Undefined reference errors, ABI mismatch, missing symbols Workflow 1. Choose a build mod...
35
25078 extract-elf letta-ai/skills
ELF Binary Data Extraction This skill provides guidance for tasks involving extraction of data from ELF binary files, including reading headers, parsing segments, and converting binary content to structured output formats. Approach Overview ELF extraction tasks typically require: Parsing the ELF header to understand file structure Reading program headers to identify LOAD segments Extracting data from segments at correct virtual addresses Converting binary data to the required output format Imple...
35
25079 code-splitting-helper jeremylongshore/claude-code-plugins-plus-skills
Code Splitting Helper Purpose This skill provides automated assistance for code splitting helper tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "code splitting helper" in your request Ask about code splitting helper patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for code split...
35
25080 mcmc-sampling-stan letta-ai/skills
MCMC Sampling with Stan Overview This skill provides procedural guidance for implementing Markov Chain Monte Carlo (MCMC) sampling using Stan and RStan. It covers the complete workflow from environment setup through model specification to convergence validation, with emphasis on avoiding common pitfalls in hierarchical Bayesian modeling. When to Use This Skill Installing and configuring RStan in R environments Writing Stan models for Bayesian inference Implementing hierarchical/multilevel models...
35
25081 security austintgriffith/ethskills
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
35
25082 drama-analyzer vangongwanxiaowan/screen-creative-skills
剧本分析专家 功能 分析故事文本,提炼主要情节点并分析每个情节点的戏剧功能。基于资深编剧的专业视角,深入理解故事结构和戏剧张力。 使用场景 分析小说或故事文本的核心情节结构,梳理故事脉络 识别故事中的关键转折点和情感节点,理解故事节奏 评估每个情节点的戏剧作用和推动力,为改编提供依据 为剧本改编提供情节分析基础,确保改编质量 学习优秀作品的戏剧结构和情节设计技巧 核心步骤 深度阅读 : 充分阅读和理解故事文本内容,把握整体结构和主题 情节点识别 : 根据情节点定义,识别并总结故事中的主要情节点 戏剧功能分析 : 深入分析每个情节点在故事中的戏剧作用、推动力和情感影响 结构化输出 : 按照指定格式输出分析结果,确保清晰准确 输入要求 完整的故事文本(小说、剧本大纲、故事梗概等) 文本长度建议:500字以上 输出格式 【情节点】:<单个情节点描述> 【戏剧功能】:<该情节点的戏剧功能分析> 【情节点】:<单个情节点描述> 【戏剧功能】:<该情节点的戏剧功能分析> ... 要求 每个情节点的表述不超过100字 至少提炼5个情节点 严格按照故事文本原文意思总结,不自行创作改编 不使用阿拉伯数字...
35
25083 deep-learning pluginagentmarketplace/custom-plugin-data-engineer
Deep Learning You are an expert in deep learning, neural network architectures, and model optimization. Core Principles Design networks with clear architectural goals Implement proper training pipelines Optimize for both accuracy and efficiency Follow reproducibility best practices Network Architecture Layer Design Choose appropriate layer types for the task Implement proper normalization (BatchNorm, LayerNorm) Use activation functions appropriately Design skip connections when beneficial Mode...
35
25084 vercel-composition-patterns openstatushq/openstatus
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
35
25085 nuxt-modules nuxt-content/nuxt-studio
Nuxt Module Development Guide for creating Nuxt modules that extend framework functionality. Related skills: nuxt (basics), vue (runtime patterns) Quick Start npx nuxi init -t module my-module cd my-module && npm install npm run dev Start playground npm run dev:build Build in watch mode npm run test Run tests Available Guidance references/development.md - Module anatomy, defineNuxtModule, Kit utilities, hooks references/testing-and-publishing.md - E2E testing, best practices...
35
25086 syncable-entity-cache-and-transform twentyhq/twenty
Syncable Entity: Cache & Transform (Step 2/6) Purpose : Create cache layer and transformation utilities to convert between different entity representations. When to use : After completing Step 1 (Types & Constants). Required before building validators and action handlers. Quick Start This step creates: Cache service for flat entity maps Entity-to-flat conversion utility Input transform utils (DTO → Universal Flat Entity) Key principle : Input transform utils must output universal flat entities (...
35
25087 develop-ai-functions-example vercel-labs/ai
AI Functions Examples The examples/ai-functions/ directory contains scripts for validating, testing, and iterating on AI SDK functions across providers. Example Categories Examples are organized by AI SDK function in examples/ai-functions/src/: Directory Purpose generate-text/ Non-streaming text generation with generateText() stream-text/ Streaming text generation with streamText() generate-object/ Structured output generation with generateObject() stream-object/ Streaming structured output ...
35
25088 pencil basics gyejoon/pencil-plugin
Pencil Basics Pencil MCP 서버를 사용하여 .pen 파일을 읽고, 수정하고, 디자인을 생성하는 방법을 제공한다. Core Concepts .pen 파일 구조 .pen 파일은 디자인 데이터를 저장하는 암호화된 형식이다. 반드시 Pencil MCP 도구만 사용하여 접근한다. 중요 : Read, Grep, Write 도구로 .pen 파일을 직접 읽거나 쓰지 않는다. 항상 Pencil MCP 도구를 사용한다. 노드 타입 Type 용도 주요 속성 frame 컨테이너, 레이아웃 layout, gap, padding, fill text 텍스트 콘텐츠 content, fontSize, fontWeight, textColor rectangle 사각형 도형 fill, stroke, cornerRadius ellipse 원/타원 fill, stroke ref 컴포넌트 인스턴스 ref (컴포넌트 ID 참조) image 이미지 프레임 G() 오퍼레이션으로 적용 icon_font 아이콘 i...
35
25089 supporting-modules-architecture tencentblueking/bk-ci
支撑模块架构指南 Skill 概述 本 Skill 涵盖了 BK-CI 的 6 大支撑模块,这些模块为核心业务提供支撑性服务,不直接参与流水线核心执行逻辑,但提供凭证、环境、通知、日志、质量检查、API 开放等关键能力。 模块列表 模块 说明 文档 Ticket 凭证管理模块 1-ticket-module.md Environment 构建机环境模块 2-environment-module.md Notify 通知服务模块 3-notify-module.md Log 构建日志模块 4-log-module.md Quality 质量红线模块 5-quality-module.md OpenAPI 开放接口模块 6-openapi-module.md 核心业务模块 vs 支撑模块 模块分类 BK-CI 模块架构 ├── 核心业务模块 (直接参与流水线执行) │ ├── Process (流水线引擎) │ ├── Auth (权限中心) │ ├── Project (项目管理) │ ├── Repository (代码库) │ ├── Store (研发商店)...
35
25090 slb dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
SLB — Simultaneous Launch Button A Go CLI that implements a two-person rule for running potentially destructive commands from AI coding agents. When an agent wants to run something risky (e.g., rm -rf, git push --force, kubectl delete, DROP TABLE), SLB requires peer review and explicit approval before execution. Why This Exists Coding agents can get tunnel vision, hallucinate, or misunderstand context. A second reviewer (ideally with a different model/tooling) catches mistakes before they bec...
35
25091 terraform-module-creator jeremylongshore/claude-code-plugins-plus-skills
Terraform Module Creator Purpose This skill provides automated assistance for terraform module creator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "terraform module creator" in your request Ask about terraform module creator patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for terraform mo...
35
25092 html-ppt-designer andyhuo520/html-ppt-designer
HTML PPT Designer v5.2 / 智能演示文稿设计器 版本 : 5.2 架构 : LLM 智能设计优先 + 本地模板 fallback + 原文配图提取 + Unsplash 配图 + 真翻页引擎 + 6 种动画 + 视频播客模式 + 内嵌字幕 + 国产 TTS + 纯色设计 + 默认图标装饰 + 控制面板自动隐藏 更新日期 : 2026-02-13 🔧 环境变量配置(首次使用必读) 在使用本 Skill 的配图和 AI 功能前,需要配置相应的 API Key。 必需配置 功能 环境变量 申请地址 免费额度 Unsplash 配图 UNSPLASH_ACCESS_KEY https://unsplash.com/developers 50次/小时 AI 生成插图 ZENMUX_API_KEY https://zenmux.ai 按用量计费 可选配置(视频导出) 功能 环境变量 申请地址 费用 OpenAI TTS OPENAI_API_KEY https://platform.openai.com ~$0.015/分钟 火山引擎 TTS VOLCENGINE_ACCES...
35
25093 onboarding-agent openhands/skills
First-time User Conversation with OpenHands Skill purpose In <= 5 progressive questions , interview the user to identify their coding goal and constraints, then generate a concrete, step-by-step plan that maximizes the likelihood of a successful pull request (PR) . Finish by asking: “Do you want me to execute the plan?” Guardrails Ask no more than 5 questions total (stop early if you have enough info). Progressive: each next question builds on the previous answer. Keep questions concise ( <= 2 s...
35
25094 gitlab-ci-basics jeremylongshore/claude-code-plugins-plus-skills
Gitlab Ci Basics Purpose This skill provides automated assistance for gitlab ci basics tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "gitlab ci basics" in your request Ask about gitlab ci basics 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 gitlab ci basics Follows industry best p...
35
25095 log-summary-date-ranges letta-ai/skills
Log Summary Date Ranges This skill provides guidance for tasks that require analyzing log files and producing summary reports with counts aggregated across date ranges and severity levels. When to Use This Skill This skill applies when: Parsing log files organized by date (e.g., YYYY-MM-DD_source.log ) Counting log entries by severity level (ERROR, WARNING, INFO, DEBUG) Aggregating counts across multiple date ranges (today, last N days, total) Outputting results in structured CSV format Recommen...
35
25096 git-leak-recovery letta-ai/skills
Git Leak Recovery Overview This skill guides the process of recovering sensitive data (secrets, credentials, API keys) that have been removed from Git history through history-rewriting operations, extracting the data, and then securely cleaning the repository to ensure complete removal. Key Concepts Git Object Persistence When commits are "removed" via operations like git reset , git rebase , or git commit --amend , the underlying Git objects are not immediately deleted. They become "unreachable...
35
25097 agent-patterns jeremylongshore/claude-code-plugins-plus-skills
Agent Patterns Overview Agent Patterns defines the coordination protocol for multi-agent sprint execution within the Sprint plugin. It governs how the project architect spawns implementation and testing agents, how agents communicate results via structured reports, and how parallel agents avoid conflicts. Prerequisites Sprint plugin installed and configured ( /plugin install sprint ) Sprint directory initialized at .claude/sprint/[N]/ specs.md written with clear scope and testing configuration F...
35
25098 optimize-images forever-efficient/pitfal-solutions-website
Image Optimization for Web Projects Optimize images for web performance using modern tools. This skill provides scripts and workflows for compressing PNG and JPEG images while maintaining visual quality. When to Use This Skill Preparing images for production web deployment Reducing page load times Optimizing public/images directories Batch compressing screenshots, watercolors, photos Auditing image sizes before/after optimization Core Tool: Sharp Sharp is the fastest Node.js image processing lib...
35
25099 chat-compactor zhanlincui/ultimate-agent-skills-collection
Chat Compactor Generate structured summaries optimized for AI agent continuity across sessions. Why This Exists Human-written summaries and ad-hoc AI summaries lose critical context: Decision rationale gets lost (why X, not Y) Dead ends get forgotten (agent re-tries failed approaches) Implicit knowledge isn't captured (file locations, naming conventions, gotchas) State is unclear (what's done, what's pending, what's blocked) This skill produces agent-optimized handoff documents that prime t...
35
25100 agent-memory-coordinator ruvnet/claude-flow
name: memory-coordinator type: coordination color: green description: Manage persistent memory across sessions and facilitate cross-agent memory sharing capabilities: memory-management namespace-coordination data-persistence compression-optimization synchronization search-retrieval priority: high hooks: pre: | echo "🧠 Memory Coordination Specialist initializing" echo "💾 Checking memory system status and available namespaces" Check memory system availability echo "📊 Current memory usage:" List ac...
35