███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3151 | design-flow | julianoczkowski/designer-skills |
This skill orchestrates the full designer workflow by running each skill in sequence. You are a guide walking the designer through each phase. Do not rush. Each phase must be completed and confirmed before moving to the next. Example prompts "Run the full design flow" "Walk me through the complete process for a new project" "Start from scratch and take me through everything" "Design flow for a dashboard app" The Sequence 1. Grill Me → Clarify thinking 2. Design Brief → Document int...
|
4.4K |
| 3152 | cmux-keyboard-shortcuts | manaflow-ai/cmux |
cmux-keyboard-shortcuts Use this skill to turn a user's workflow preferences into cmux shortcut bindings in ~/.config/cmux/cmux.json . It should guide the user, propose compact templates, apply selected changes, and confirm the config parses with recognized keys. Prerequisites Work from a cmux checkout or worktree root when possible. Use skills/cmux-settings/scripts/cmux-settings for every read/write. It reads JSONC, writes atomically, and validates JSON plus recognized settings keys. For action...
|
4.4K |
| 3153 | skill-stocktake | affaan-m/ecc |
skill-stocktake Slash command ( /skill-stocktake ) that audits all Claude skills and commands using a quality checklist + AI holistic judgment. Supports two modes: Quick Scan for recently changed skills, and Full Stocktake for a complete review. Scope The command targets the following paths relative to the directory where it is invoked : Path Description ~/.claude/skills/ Global skills (all projects) {cwd}/.claude/skills/ Project-level skills (if the directory exists) At the start of Phase 1, th...
|
4.4K |
| 3154 | netmiko-ssh-automation | affaan-m/ecc |
Netmiko SSH Automation Use this skill when writing or reviewing Python automation that connects to network devices with Netmiko. Keep the default path read-only; config changes need a separate change window, peer review, and rollback plan. When to Use Collecting show command output across routers, switches, or firewalls. Building a small audit script for interface, routing, or config evidence. Adding timeouts and exception handling to network SSH scripts. Parsing command output with TextFSM when...
|
4.4K |
| 3155 | apollo-client | apollographql/skills |
Apollo Client 4.x Guide Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Version 4.x brings improved caching, better TypeScript support, and React 19 compatibility. Quick Start Step 1: Install npm install @apollo/client graphql rxjs For TypeScript type generation (recommended): npm install -D @graphql-codegen/cli @graphql-codegen/typescript @graphql-codegen/typescript-operations @graphql-codegen/type...
|
4.4K |
| 3156 | coupang-product-search | nomadamas/k-skill |
Coupang Product Search What this skill does coupang-mcp 서버를 경유하여 쿠팡 상품을 검색하고 실시간 가격을 확인한다. 키워드 상품 검색 (로켓배송/일반배송 구분) 로켓배송 전용 필터 검색 가격대 범위 검색 상품 비교표 생성 카테고리별 베스트 상품 골드박스 당일 특가 인기 검색어/계절 상품 추천 How it works Claude Code → MCP Streamable HTTP (JSON-RPC) → HF Space (coupang-mcp 서버) → Netlify 프록시 (도쿄) → 다나와 가격 조회 (1차) / 쿠팡 API 폴백 API 키 불필요 다나와에서 정확한 판매가 우선 조회, 실패 시 쿠팡 API 가격 자동 폴백 해외 IP 차단 우회를 위해 도쿄 리전 프록시 경유 MCP endpoint https://yuju777-coupang-mcp.hf.space/mcp When to use "쿠팡에서 생수 가격 좀 찾아줘" "로켓배송 에어팟 ...
|
4.4K |
| 3157 | angular-developer | affaan-m/ecc |
Angular Developer Guidelines Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user. When generating code, follow Angular's style guide and best practices for maintainability and performance. Use the Angular CLI for scaffolding components, services, directives, pipes, and routes to ensure consistency. O...
|
4.4K |
| 3158 | cisco-ios-patterns | affaan-m/ecc |
Cisco IOS Patterns Use this skill when reviewing Cisco IOS or IOS-XE snippets, building a change-window checklist, or explaining how to collect evidence from a router or switch without making the incident worse. When to Use Reviewing IOS or IOS-XE configuration before a planned change. Choosing read-only show commands for troubleshooting. Checking ACL wildcard masks and interface direction. Explaining global, interface, routing process, and line configuration modes. Verifying that a change lande...
|
4.4K |
| 3159 | plan-orchestrate | affaan-m/ecc |
Plan Orchestrate Bridge a plan document to /orchestrate custom by emitting one ready-to-paste invocation per step. The skill is generative only — it never executes /orchestrate . The user pastes each line when ready. When to Activate User has a multi-step plan document (PRD, RFC, implementation plan) and wants to drive it through /orchestrate . User says "orchestrate this plan", "give me orchestrate prompts for each step", "compose chains for this plan". A step-by-step plan exists but the user d...
|
4.4K |
| 3160 | browser automation | claude-office-skills/skills |
Browser Automation Automate web browser interactions for scraping, testing, and workflow automation. Core Capabilities Navigation navigation : goto : url : "https://example.com" wait_until : "networkidle" timeout : 30000 actions : - wait_for_selector : ".content" - scroll_to_bottom : true - wait_for_navigation : true Element Interaction interactions : click : selector : "button.submit" options : click_count : 1 delay : 100 type : selector : "input[name='email']" text : "user@example.com" options...
|
4.4K |
| 3161 | kakao-bar-nearby | nomadamas/k-skill |
Kakao Bar Nearby What this skill does 유저가 알려준 현재 위치를 기준으로 카카오맵 기준 근처 술집 을 찾아준다. 위치는 자동으로 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 서울역 , 강남 , 사당 , 신논현 , 논현 같은 역명/동네/랜드마크 질의를 그대로 받을 수 있다. 결과에는 현재 영업 상태, 대표 메뉴, 좌석 옵션(단체석/바테이블 등), 전화번호를 포함한다. When to use "서울역 근처 술집 찾아줘" "강남에서 지금 영업중인 와인바 뭐 있어?" "논현 근처 4명 갈만한 술집 알려줘" "사당에서 전화번호 있는 이자카야 몇 군데만 보여줘" Mandatory first question 위치 정보 없이 바로 검색하지 말고 반드시 먼저 물어본다. 권장 질문: 현재 위치를 알려주세요. 서울역/강남/사당 같은 역명이나 동네명으로 보내주시면 카카오맵 기준 근처 술집을 찾아볼게요. 위치가 애매하면: 가까운 역명이나 동 이름으로 한 번만 더 알려...
|
4.4K |
| 3162 | mle-workflow | affaan-m/ecc |
Machine Learning Engineering Workflow Use this skill to turn model work into a production ML system with clear data contracts, repeatable training, measurable quality gates, deployable artifacts, and operational monitoring. When to Activate Planning or reviewing a production ML feature, model refresh, ranking system, recommender, classifier, embedding workflow, or forecasting pipeline Converting notebook code into a reusable training, evaluation, batch inference, or online inference pipeline Des...
|
4.4K |
| 3163 | homelab-network-readiness | affaan-m/ecc |
Homelab Network Readiness Use this skill before changing a home or small-lab network that mixes VLANs, Pi-hole or another local DNS resolver, firewall rules, and remote VPN access. This is a planning and review skill. Do not turn it into copy-paste router, firewall, or VPN configuration unless the target platform, current topology, rollback path, console access, and maintenance window are all known. When to Use Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19...
|
4.4K |
| 3164 | base44-sdk | base44/skills |
Base44 Coder Build apps on the Base44 platform using the Base44 JavaScript SDK. ⚡ IMMEDIATE ACTION REQUIRED - Read This First This skill activates on ANY mention of "base44" or when a base44/ folder exists. DO NOT read documentation files or search the web before acting. Your first action MUST be: Check if base44/config.jsonc exists in the current directory If YES (existing project scenario): This skill (base44-sdk) handles the request Implement features using Base44 SDK Do NOT use base44-c...
|
4.4K |
| 3165 | terraform-engineer | jeffallan/claude-skills |
Terraform Engineer Senior Terraform engineer specializing in infrastructure as code across AWS, Azure, and GCP with expertise in modular design, state management, and production-grade patterns. Role Definition You are a senior DevOps engineer with 10+ years of infrastructure automation experience. You specialize in Terraform 1.5+ with multi-cloud providers, focusing on reusable modules, secure state management, and enterprise compliance. You build scalable, maintainable infrastructure code. ...
|
4.4K |
| 3166 | software-design-philosophy | wondelai/skills |
A Philosophy of Software Design Framework A practical framework for managing the fundamental challenge of software engineering: complexity. Apply these principles when designing modules, reviewing APIs, refactoring code, or advising on architecture decisions. The central thesis is that complexity is the root cause of most software problems, and managing it requires deliberate, strategic thinking at every level of design. Core Principle The greatest limitation in writing software is our ability t...
|
4.4K |
| 3167 | antd | ant-design/ant-design-cli |
Ant Design CLI You have access to @ant-design/cli — a local CLI tool with bundled antd metadata for v3/v4/v5/v6. Use it to query component knowledge, analyze projects, and guide migrations. All data is offline, no network needed. Setup Before first use, check if the CLI is installed. If not, install it automatically: which antd || npm install -g @ant-design/cli After running any command, if the output contains an "Update available" notice, run npm install -g @ant-design/cli to update before cont...
|
4.4K |
| 3168 | network-config-validation | affaan-m/ecc |
Network Config Validation Use this skill to review network configuration before a change window or before an automation run touches production devices. When to Use Reviewing Cisco IOS or IOS-XE style snippets before deployment. Auditing generated config from scripts or templates. Looking for dangerous commands, duplicate IP addresses, or subnet overlaps. Checking whether ACLs, route-maps, prefix-lists, or line policies are referenced but not defined. Building lightweight pre-flight scripts for n...
|
4.4K |
| 3169 | network-bgp-diagnostics | affaan-m/ecc |
Network BGP Diagnostics Use this skill when a BGP session is down, flapping, established with missing routes, or advertising unexpected prefixes. The default workflow is read-only evidence collection; policy and reset actions belong in a reviewed change window. When to Use BGP neighbors are stuck in Idle, Connect, Active, OpenSent, or OpenConfirm. A session is Established but expected prefixes are missing. A route-map, prefix-list, max-prefix limit, or AS path policy may be filtering routes. You...
|
4.4K |
| 3170 | meticulous-cli | alwaysmeticulous/skills |
Meticulous CLI The meticulous CLI records user sessions and replays them to catch visual regressions. It is installed as part of @alwaysmeticulous/cli . Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it. Invocation meticulous < command > [ options ] The skills assume meticulous is on PATH . The meticulous-cli-update skill installs it globally via npm install --global @alw...
|
4.4K |
| 3171 | react-expert | jeffallan/claude-skills |
React Expert Senior React specialist with deep expertise in React 19, Server Components, and production-grade application architecture. When to Use This Skill Building new React components or features Implementing state management (local, Context, Redux, Zustand) Optimizing React performance Setting up React project architecture Working with React 19 Server Components Implementing forms with React 19 actions Data fetching patterns with TanStack Query or use() Core Workflow Analyze requirements -...
|
4.4K |
| 3172 | flox-environments | affaan-m/ecc |
Flox Environments Flox creates reproducible development environments defined in a single TOML manifest. Every developer on the team gets identical packages, tools, and configuration — across macOS and Linux — without containers or VMs. Built on Nix with access to over 150,000 packages. When to Activate Use this skill when the user has an environment management problem — even if they haven't mentioned Flox. Flox is the right tool when: The project needs system-level packages (compilers, databases...
|
4.4K |
| 3173 | quarkus-patterns | affaan-m/ecc |
Quarkus Development Patterns Quarkus 3.x architecture and API patterns for cloud-native, event-driven services with Apache Camel. When to Activate Building REST APIs with JAX-RS or RESTEasy Reactive Structuring resource → service → repository layers Implementing event-driven patterns with Apache Camel and RabbitMQ Configuring Hibernate Panache, caching, or reactive streams Adding validation, exception mapping, or pagination Setting up profiles for dev/staging/production environments (YAML config...
|
4.4K |
| 3174 | homelab-wireguard-vpn | affaan-m/ecc |
Homelab WireGuard VPN WireGuard is a fast, modern VPN protocol. It is the right choice for remote access to a home network — simpler to configure than OpenVPN and faster than most alternatives. All configuration examples show common setups. Review each command — especially the iptables forwarding rules and key file permissions — before applying them to your system, and make changes in a maintenance window. When to Use Setting up WireGuard server on a Raspberry Pi, Linux host, pfSense, or router ...
|
4.4K |
| 3175 | meticulous-simulate-and-diff | alwaysmeticulous/skills |
Simulate a session and analyze diffs This skill covers running a single simulation and interpreting the results. For the simulate command's full option reference see the meticulous-cli-simulate skill. Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it. Prerequisites A sessionId to replay An appUrl (local dev server, or leave blank to use the original recorded URL) Optional...
|
4.4K |
| 3176 | meticulous-iterative-dev | alwaysmeticulous/skills |
Iterative Frontend Development with Meticulous Use this skill when implementing a multi-step frontend change. After each step, run a quick local visual check using Meticulous to catch regressions and unintended side effects early. After all steps are complete, run a full cloud test run to validate across all recorded sessions. Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case ski...
|
4.4K |
| 3177 | ljg-push | lijigang/ljg-skills |
ljg-push: 推送 ljg-* skills 把本地 ~/.claude/skills/ljg-* 里改过的 skills,一键同步到 github repo,覆盖 master 和 md 两个分支。 仓库路径(硬编码) SKILLS_REPO="$HOME/code/ljg-skills" 本地工作 repo SKILLS_LOCAL="$HOME/.claude/skills" 本地 skill 源 REPO_URL="git@github.com:lijigang/ljg-skills.git" 如果 $SKILLS_REPO 不存在,脚本会自动 clone。如果它存在但不是 ljg-skills 的 git repo,脚本会报错退出(不破坏现有目录)。 两条分支的差异 分支 输出格式 文件扩展 加粗 文件头 master (默认) org-mode .org *bold* +title: 等 md markdown .md bold YAML frontmatter ~/.claude/skills/ 里的 skill 是 master 风格 (源版...
|
4.4K |
| 3178 | tdd | vinvcn/mattpocock-skills-zh-cn |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
4.4K |
| 3179 | handoff | vinvcn/mattpocock-skills-zh-cn |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus o...
|
4.4K |
| 3180 | h3-prompt-writing | minimax-ai/minimax-h3 |
H3 Prompt Writing Workflow Identify the input mode: T2VA, I2VA, FL2VA, L2VA, or full-reference Ref2VA. For base text/keyframe modes, read references/base-en.txt and follow its final prompt structure. For full-reference mode, read references/ref-en.txt and follow its six-section rewrite format. Preserve the exact field names, section order, labels, and timing notation from the selected guide. Base Modes T2VA: build the full audiovisual timeline from text. I2VA: start from the first frame and deve...
|
4.4K |
| 3181 | tinystruct-patterns | affaan-m/ecc |
tinystruct Development Patterns Architecture and implementation patterns for building modules with the tinystruct Java framework – a lightweight, high-performance framework that treats CLI and HTTP as equal citizens, requiring no main() method and minimal configuration. Core Principle CLI and HTTP are equal citizens. Every method annotated with @Action should ideally be runnable from both a terminal and a web browser without modification. This "dual-mode" capability is the core design philosophy...
|
4.4K |
| 3182 | meticulous-test | alwaysmeticulous/skills |
To test a frontend change using Meticulous, follow the workflow below step by step, using the CLI commands as described. Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it. Step 1 -- Trigger Meticulous test run If you are already given a test run id, then skip this step. If possible, find out what build artefact Meticulous expects by checking .github/workflows/ for one of ...
|
4.4K |
| 3183 | meticulous-review | alwaysmeticulous/skills |
To review a Meticulous test run, follow the workflow below step by step, using the CLI commands as described. Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it. Assess visual frontend changes Get an overview of all diffs, then visually inspect representative screenshots to cover all changes. The domDiffIds from Step 1 tell you which screenshots share the same structural D...
|
4.4K |
| 3184 | meticulous-cli-update | alwaysmeticulous/skills |
Install or update the Meticulous CLI The @alwaysmeticulous/cli package is under active development and ships frequent changes and improvements. Other Meticulous skills assume the meticulous command is on PATH and up to date, so run this skill once at the start of any Meticulous workflow. This only needs to run once per conversation . If you've already run it earlier in this conversation, skip it — there's no need to re-check the version or re-update on every Meticulous skill invocation. How to h...
|
4.4K |
| 3185 | meticulous-use-session-data | alwaysmeticulous/skills |
Use this workflow to get structured session data from Meticulous — the recorded user flows and network mocks that cover your code changes. Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it. Step 1 — Find relevant sessions and download their data Run the following command from the root of the git repository: meticulous local relevant-sessions --format = multi-file --minimu...
|
4.4K |
| 3186 | platform-permission-set-generate | forcedotcom/sf-skills |
When to Use This Skill Use when generating or editing permission set metadata, or when granting object, field, user, and app permissions. Step 1: Define Core Properties Start by defining the required permission set properties: < PermissionSet xmlns = " http://soap.sforce.com/2006/04/metadata " > < fullName > YourPermissionSetName </ fullName > < label > Display Name for Administrators </ label > < description > Clear description of purpose and intended audience </ description > </ PermissionSet ...
|
4.4K |
| 3187 | platform-custom-object-generate | forcedotcom/sf-skills |
When to Use This Skill Use this skill when you need to: Create new custom objects Generate custom object metadata XML Configure object sharing and security settings Set up object features and capabilities Troubleshoot deployment errors related to custom objects Add, update, or delete a field OR a validation rule on an existing object — any of these may make the object's <description> stale, so you must refresh it (propose + confirm). This applies equally to validation-rule changes, not just fiel...
|
4.4K |
| 3188 | drizzle | lobehub/lobehub |
Drizzle ORM Schema Style Guide Configuration Config: drizzle.config.ts Schemas: src/database/schemas/ Migrations: src/database/migrations/ Dialect: postgresql with strict: true Helper Functions Location: src/database/schemas/_helpers.ts timestamptz(name) : Timestamp with timezone createdAt() , updatedAt() , accessedAt() : Standard timestamp columns timestamps : Object with all three for easy spread Naming Conventions Tables : Plural snake_case ( users , session_groups ) Columns : snake_case ( us...
|
4.4K |
| 3189 | system-design | wondelai/skills |
System Design Help design systems and evaluate architectural decisions. Framework 1. Requirements Gathering Functional requirements (what it does) Non-functional requirements (scale, latency, availability, cost) Constraints (team size, timeline, existing tech stack) 2. High-Level Design Component diagram Data flow API contracts Storage choices 3. Deep Dive Data model design API endpoint design (REST, GraphQL, gRPC) Caching strategy Queue/event design Error handling and retry logic 4. Scale and R...
|
4.4K |
| 3190 | quarkus-security | affaan-m/ecc |
Quarkus Security Review Best practices for securing Quarkus applications with authentication, authorization, and input validation. When to Activate Adding authentication (JWT, OIDC, Basic Auth) Implementing authorization with @RolesAllowed or SecurityIdentity Validating user input (Bean Validation, custom validators) Configuring CORS or security headers Managing secrets (Vault, environment variables, config sources) Adding rate limiting or brute-force protection Scanning dependencies for CVEs Wo...
|
4.4K |
| 3191 | skill-scout | affaan-m/ecc |
Skill Scout Use this skill before creating a new skill. The goal is to avoid duplicating existing community or marketplace work, while still vetting anything external before adoption. Source: salvaged from stale community PR 1232 by redminwang . When to Use The user says "create a skill", "build a skill", "make a skill", or "new skill". The user asks "is there a skill for X?" or "does a skill exist that does Y?" The user describes a workflow and you are about to suggest creating a new skill. The...
|
4.4K |
| 3192 | agent-platform-eval-flywheel | google/skills |
Agent Platform Eval Flywheel Skill Help users evaluate and iteratively improve GenAI models and agents using the Agent Platform GenAI Evaluation SDK ( google.genai / agentplatform ). When to use this skill Evaluating GenAI agents or models with the Agent Platform GenAI Evaluation SDK ( client.evals.evaluate() ). Creating evaluation datasets from session traces, pandas DataFrames, or synthetic generation. Selecting, configuring, or writing custom evaluation metrics. Analyzing rubric verdicts, los...
|
4.4K |
| 3193 | python-expert | shubhamsaboo/awesome-llm-apps |
Python Expert You are a senior Python developer with 10+ years of experience. Your role is to help write, review, and optimize Python code following industry best practices. When to Apply Use this skill when: Writing new Python code (scripts, functions, classes) Reviewing existing Python code for quality and performance Debugging Python issues and exceptions Implementing type hints and improving code documentation Choosing appropriate data structures and algorithms Following PEP 8 style guidelin...
|
4.3K |
| 3194 | clickhousectl-cloud-deploy | clickhouse/agent-skills |
Deploy to ClickHouse Cloud This skill walks through deploying to ClickHouse Cloud using clickhousectl . It covers account setup, CLI authentication, service creation, schema migration, and connecting your application. Follow these steps in order. When to Apply Use this skill when the user wants to: Deploy their ClickHouse application to production Host ClickHouse as a managed cloud service Migrate from a local ClickHouse setup to ClickHouse Cloud Create a ClickHouse Cloud service Set up ClickHou...
|
4.3K |
| 3195 | agent-introspection-debugging | affaan-m/everything-claude-code |
Agent Introspection Debugging Use this skill when an agent run is failing repeatedly, consuming tokens without progress, looping on the same tools, or drifting away from the intended task. This is a workflow skill, not a hidden runtime. It teaches the agent to debug itself systematically before escalating to a human. When to Activate Maximum tool call / loop-limit failures Repeated retries with no forward progress Context growth or prompt drift that starts degrading output quality File-system or...
|
4.3K |
| 3196 | opensource-pipeline | affaan-m/everything-claude-code |
Open-Source Pipeline Skill Safely open-source any project through a 3-stage pipeline: Fork (strip secrets) → Sanitize (verify clean) → Package (CLAUDE.md + setup.sh + README). When to Activate User says "open source this project" or "make this public" User wants to prepare a private repo for public release User needs to strip secrets before pushing to GitHub User invokes /opensource fork , /opensource verify , or /opensource package Commands Show more Installs 1.5K Repository affaan-m/ecc GitHub...
|
4.3K |
| 3197 | accessibility | affaan-m/everything-claude-code |
Accessibility (a11y) Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities. WCAG Principles: POUR Principle Description P erceivable Content can be perceived through different senses O perable Interface can be operated by all users U nderstandable Content and interface are understandable R obust Content works with assistive technologies Conformance levels Level Requirement Target A M...
|
4.3K |
| 3198 | libtv-skill | libtv-labs/libtv-skills |
agent-im 会话(生图 / 生视频) 通过 agent-im 的 OpenAPI 创建会话、发送消息(生图、生视频等)、上传图片/视频文件,并查询会话消息进展。 功能 创建会话 / 发消息 - 创建新会话或向已有会话发送一条消息(如「生一个动漫视频」) 查询会话进展 - 根据 sessionId 拉取该会话的消息列表,用于轮询生图/生视频结果 切换项目 - 将当前 accessKey 绑定的项目切换到新项目,后续 create_session 将使用新 projectUuid 上传文件 - 上传图片或视频文件到 OSS,返回可访问的 OSS 地址 前置要求 export LIBTV_ACCESS_KEY = "your-access-key" 可选: OPENAPI_IM_BASE 或 IM_BASE_URL ,默认 https://im.liblib.tv 。 无需安装额外依赖,仅使用 Python 标准库。 使用方法 1. 创建会话 / 发送消息 创建新会话并发送「生一个动漫视频」 python3 { baseDir } /scripts/create_session.py...
|
4.3K |
| 3199 | connections-optimizer | affaan-m/everything-claude-code |
Connections Optimizer Reorganize the user's network instead of treating outbound as a one-way prospecting list. This skill handles: X following cleanup and expansion LinkedIn follow and connection analysis review-first prune queues add and follow recommendations warm-path identification Apple Mail, X DM, and LinkedIn draft generation in the user's real voice When to Activate the user wants to prune their X following the user wants to rebalance who they follow or stay connected to the user says "...
|
4.3K |
| 3200 | workspace-surface-audit | affaan-m/everything-claude-code |
Workspace Surface Audit Read-only audit skill for answering the question "what can this workspace and machine actually do right now, and what should we add or enable next?" This is the ECC-native answer to setup-audit plugins. It does not modify files unless the user explicitly asks for follow-up implementation. When to Use User says "set up Claude Code", "recommend automations", "what plugins or MCPs should I use?", or "what am I missing?" Auditing a machine or repo before installing more skill...
|
4.3K |