███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2351 | refero-design | referodesign/refero_skill |
No SKILL.md available for this skill. View on GitHub
|
6.7K |
| 2352 | bailian-gen | modelstudioai/cli |
Bailian media generation ( bl image / bl video / bl speech / bl omni ) CRITICAL — Before executing, MUST read the shared protocol in ../bailian-protocol/SKILL.md : Provider selection and consent (one-time ask templates), Version & updates (pre-flight checklist), and CLI errors: report an issue. Command details are authoritative in reference/ and bl <command> --help — do not guess flags. If that protocol file is missing, stop and run npx skills add modelstudioai/cli --all -g ; do not guess auth/c...
|
6.7K |
| 2353 | bailian-protocol | modelstudioai/cli |
Bailian shared protocol ( bailian-protocol ) 本 skill 是 bailian-* 家族的统一执行协议。所有业务 skill 在跑 bl 前都应先读本文件。 Install(supported): 整包装齐,含本 skill 与全部业务 skill: npx skills add modelstudioai/cli --all -g Agent Skills / npx skills 不会 解析 frontmatter 依赖字段。子集 -s 为 advanced / 不推荐;若坚持子集,必须 手动 同时带上 bailian-protocol ,否则业务 skill 的相对路径 Read 会失败。 Provider selection and consent Classify the request into exactly one class before doing anything: Show more Installs 1.0K Repository modelstudioai/cli GitHub Stars 296 First S...
|
6.7K |
| 2354 | research | tavily-ai/skills |
Spin up a background agent to do the research, so you keep working while it reads. Its job: Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not a secondary write-up of them. Follow every claim back to the source that owns it. Write the findings to a single Markdown file, citing each claim's source. Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where. ...
|
6.6K |
| 2355 | optimize-for-ai | calm-north/seojuice-skills |
Optimize for AI Optimize for AI search engines (ChatGPT, Perplexity, Claude, Gemini, Google AI Overviews) using citation architecture, E-E-A-T signals, and brand entity building. The Shift: Ranked vs Cited Traditional SEO gets you ranked in a list of results. AI SEO gets you cited as a source in AI-generated answers. The difference matters: AI systems select sources based on content quality, structure, and authority — not just ranking position AI Overviews appear in a growing share of Google sea...
|
6.6K |
| 2356 | okx-audit-log | okx/onchainos-skills |
Onchain OS Audit Log Provide the audit log file path for developers to troubleshoot issues offline. Response Tell the user: Log file path : ~/.onchainos/audit.jsonl (or $ONCHAINOS_HOME/audit.jsonl if the env var is set) Format : JSON Lines, one JSON object per line First line (device header) : {"type":"device","os":"<os>","arch":"<arch>","version":"<cli_version>"} — written once when the log file is created; preserved across rotations Entry fields : ts (local time with timezone, e.g. 2026-03-18 ...
|
6.6K |
| 2357 | okx-defi-portfolio | okx/onchainos-skills |
OKX DeFi Portfolio 2 commands for viewing DeFi positions and holdings across protocols and chains. Skill Routing For DeFi deposit/redeem/claim → use okx-defi-invest For token price/chart → use okx-dex-market For wallet token balances → use okx-wallet-portfolio For DEX spot swap → use okx-dex-swap Quickstart Get DeFi holdings overview across chains onchainos defi positions \ --address 0xYourWallet \ --chains ethereum,bsc,solana Get detailed holdings for a specific protocol (analysisPlatformId f...
|
6.6K |
| 2358 | continuous-learning | affaan-m/everything-claude-code |
Continuous Learning Skill - DEPRECATED DEPRECATED 2026-04-28. Use continuous-learning-v2 instead. v2 is a strict superset: stop-hook observation becomes PreToolUse/PostToolUse observation, full skills become atomic instincts with confidence scoring, and global-only storage becomes project-scoped plus global promotion. This file is kept for archival reference and backward compatibility with existing installs. Original v1 Documentation (archival) Automatically evaluates Claude Code sessions on end...
|
6.6K |
| 2359 | security-scan | affaan-m/everything-claude-code |
Security Scan Skill Audit your Claude Code configuration for security issues using AgentShield . When to Activate Setting up a new Claude Code project After modifying .claude/settings.json , CLAUDE.md , or MCP configs Before committing configuration changes When onboarding to a new repository with existing Claude Code configs Periodic security hygiene checks What It Scans Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust H...
|
6.6K |
| 2360 | django-tdd | affaan-m/everything-claude-code |
Django Testing with TDD Test-driven development for Django applications using pytest, factory_boy, and Django REST Framework. When to Activate Writing new Django applications Implementing Django REST Framework APIs Testing Django models, views, and serializers Setting up testing infrastructure for Django projects TDD Workflow for Django Red-Green-Refactor Cycle Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Soc...
|
6.6K |
| 2361 | laravel-security | affaan-m/everything-claude-code |
Laravel Security Best Practices Comprehensive security guidelines for Laravel applications to protect against common vulnerabilities. When to Activate Setting up Laravel authentication and authorization (Sanctum, Passport, Jetstream, Breeze) Implementing user roles, permissions, and policies Configuring production security settings and environment variables Reviewing Laravel applications for security vulnerabilities Deploying Laravel applications to production Writing secure Eloquent queries and...
|
6.6K |
| 2362 | laravel-patterns | affaan-m/everything-claude-code |
Laravel Development Patterns Production-grade Laravel architecture patterns for scalable, maintainable applications. When to Use Building Laravel web applications or APIs Structuring controllers, services, and domain logic Working with Eloquent models and relationships Designing APIs with resources and pagination Adding queues, events, caching, and background jobs How It Works Structure the app around clear boundaries (controllers -> services/actions -> models). Use explicit bindings and scoped ...
|
6.6K |
| 2363 | e2e-testing | affaan-m/everything-claude-code |
E2E Testing Patterns Comprehensive Playwright patterns for building stable, fast, and maintainable E2E test suites. Test File Organization Show more Installs 1.7K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
6.6K |
| 2364 | okx-defi-invest | okx/onchainos-skills |
OKX DeFi Invest Multi-chain DeFi product discovery and investment execution. The CLI handles precision conversion, multi-step orchestration, and validation internally. For CLI parameter details, see references/cli-reference.md . Skill Routing For DeFi positions / holdings → use okx-defi-portfolio For token price/chart → use okx-dex-market For token search by name/contract → use okx-dex-token For DEX spot swap execution → use okx-dex-swap For wallet token balances → use okx-wallet-portfolio For b...
|
6.6K |
| 2365 | ljg-card | lijigang/ljg-skills |
ljg-card: 铸 将内容铸成可见的形态。内容进去,PNG 出来。模具决定形状。 参数 参数 模具 尺寸 说明 -l (默认) 长图 1080 x auto 单张阅读卡,内容自动撑高 -i 信息图 1080 x auto 内容驱动的自适应视觉布局 -m 多卡 1080 x 1440 自动切分为多张阅读卡片 -v 视觉笔记 1080 x auto 手绘风格 sketchnote,动态选择风格路线 -c 漫画 1080 x auto 日式黑白漫画风格,动态选择漫画家视觉语言 -w 白板 1080 x auto 白板马克笔风格,结构化框图+箭头+彩色标记 -b 大字 1080 x 1440 碑刻大字 + 和紙 + 外阴影,小红书附件风格(单句/短段) 约束 本 skill 输出为视觉文件(PNG),不适用 L0 中的 Org-mode、Denote 和 ASCII-only 规范。 共享基础 获取内容 URL --> WebFetch 获取 粘贴文本 --> 直接使用 文件路径 --> Read 获取 文件命名 从内容提取标题或核心思想作为 {name} (中文直接用,去标点,≤ 20 ...
|
6.6K |
| 2366 | karpathy-llm-wiki | astro-han/karpathy-llm-wiki |
Karpathy LLM Wiki Build and maintain a personal knowledge base using LLMs. You manage two directories: raw/ (immutable source material) and wiki/ (compiled knowledge articles). Sources go into raw/, you compile them into wiki articles, and the wiki compounds over time. Core ideas from Karpathy: "The LLM writes and maintains the wiki; the human reads and asks questions." "The wiki is a persistent, compounding artifact." Architecture Three layers, all under the user's project root: raw/ — Immutabl...
|
6.6K |
| 2367 | ck | affaan-m/ecc |
ck — Context Keeper You are the Context Keeper assistant. When the user invokes any /ck:* command, run the corresponding Node.js script and present its stdout to the user verbatim. Scripts live at: ~/.claude/skills/ck/commands/ (expand ~ with $HOME ). Data Layout ~/.claude/ck/ ├── projects.json ← path → {name, contextDir, lastUpdated} └── contexts/<name>/ ├── context.json ← SOURCE OF TRUTH (structured JSON, v2) └── CONTEXT.md ← generated view — do not hand-edit...
|
6.6K |
| 2368 | canary-watch | affaan-m/ecc |
Canary Watch — Post-Deploy Monitoring When to Use After deploying to production or staging After merging a risky PR When you want to verify a fix actually fixed it Continuous monitoring during a launch window After dependency upgrades How It Works Monitors a deployed URL for regressions. Runs in a loop until stopped or until the watch window expires. What It Watches Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pas...
|
6.6K |
| 2369 | manim-video | affaan-m/ecc |
Manim Video Use Manim for technical explainers where motion, structure, and clarity matter more than photorealism. When to Activate the user wants a technical explainer animation the concept is a graph, workflow, architecture, metric progression, or system diagram the user wants a short product or launch explainer for X or a landing page the visual should feel precise instead of generically cinematic Tool Requirements manim CLI for scene rendering ffmpeg for post-processing if needed video-editi...
|
6.6K |
| 2370 | playground | anthropics/claude-plugins-official |
A playground is a self-contained HTML file with interactive controls on one side, a live preview on the other, and a prompt output at the bottom with a copy button. The user adjusts controls, explores visually, then copies the generated prompt back into Claude. When to use this skill When the user asks for an interactive playground, explorer, or visual tool for a topic — especially when the input space is large, visual, or structural and hard to express as plain text. How to use this skill ...
|
6.6K |
| 2371 | cmux-browser | manaflow-ai/cmux |
Browser Automation with cmux Use this skill for browser tasks inside cmux webviews. Core Workflow Open or target a browser surface. Verify navigation with get url before waiting or snapshotting. Snapshot ( --interactive ) to get fresh element refs. Act with refs ( click , fill , type , select , press ). Wait for state changes. Re-snapshot after DOM/navigation changes. cmux --json browser open https://example.com use returned surface ref, for example: surface:7 cmux browser surface:7 get url cmu...
|
6.6K |
| 2372 | postgres-pro | jeffallan/claude-skills |
PostgreSQL Pro Senior PostgreSQL expert with deep expertise in database administration, performance optimization, and advanced PostgreSQL features. Role Definition You are a senior PostgreSQL DBA with 10+ years of production experience. You specialize in query optimization, replication strategies, JSONB operations, extension usage, and database maintenance. You build reliable, high-performance PostgreSQL systems that scale. When to Use This Skill Analyzing and optimizing slow queries with EX...
|
6.6K |
| 2373 | healthcare-cdss-patterns | affaan-m/ecc |
Healthcare CDSS Development Patterns Patterns for building Clinical Decision Support Systems that integrate into EMR workflows. CDSS modules are patient safety critical — zero tolerance for false negatives. When to Use Implementing drug interaction checking Building dose validation engines Implementing clinical scoring systems (NEWS2, qSOFA, APACHE, GCS) Designing alert systems for abnormal clinical values Building medication order entry with safety checks Integrating lab result interpretation w...
|
6.6K |
| 2374 | healthcare-eval-harness | affaan-m/ecc |
Healthcare Eval Harness — Patient Safety Verification Automated verification system for healthcare application deployments. A single CRITICAL failure blocks deployment. Patient safety is non-negotiable. Note: Examples use Jest as the reference test runner. Adapt commands for your framework (Vitest, pytest, PHPUnit, etc.) — the test categories and pass thresholds are framework-agnostic. When to Use Before any deployment of EMR/EHR applications After modifying CDSS logic (drug interactions, dose v...
|
6.6K |
| 2375 | asc-xcode-build | rorkai/app-store-connect-cli-skills |
Xcode build and export Use this skill when you need to build an app from source and prepare it for App Store Connect. Prefer asc xcode archive and asc xcode export over raw xcodebuild recipes when they fit the project. Preconditions Xcode and command line tools are installed. Signing identity and provisioning profiles are available, or automatic signing is enabled. App Store Connect auth is configured when upload or build lookup is needed. Manage version and build numbers Show more Installs 2.3K...
|
6.6K |
| 2376 | resume-formatter | paramchoudhary/resumeskills |
Resume Formatter When to Use This Skill Use this skill when the user: Needs help with resume layout and formatting Has a messy or hard-to-read resume Wants to ensure ATS compatibility through formatting Needs a clean, professional design Mentions: "format resume", "resume layout", "resume design", "clean resume", "professional format" Core Capabilities Structure resumes for optimal readability Ensure ATS compatibility through formatting Create visual hierarchy Optimize white space and margins Se...
|
6.6K |
| 2377 | interview-prep-generator | paramchoudhary/resumeskills |
Interview Prep Generator When to Use This Skill Use this skill when the user wants to: Prepare for a job interview Practice answering interview questions Create STAR stories from their experience Anticipate questions for a specific role Mentions: "interview prep", "prepare for interview", "STAR stories", "interview questions", "behavioral questions" Core Capabilities Generate role-specific interview questions Create STAR stories from resume bullets Predict questions based on job description Prep...
|
6.6K |
| 2378 | expo-skill-feedback | expo/skills |
Expo Skill Feedback Send anonymous feedback on an Expo skill — or on Expo itself — and turn the bundled usage telemetry on or off. Telemetry is off by default (opt-in) — nothing is sent until it's enabled. Feedback goes to the Expo team via PostHog. Only the skill name, your rating + note, platform, and a hash of a random local install id are sent — never code, prompts, file paths, secrets, or personal data. (A separate automatic skill_invoked event fires when a skill runs once enabled ; the swi...
|
6.6K |
| 2379 | bailian-finetune | modelstudioai/cli |
Bailian fine-tuning pipeline ( bl dataset / bl finetune / bl deploy ) CRITICAL — Before executing, MUST read the shared protocol in ../bailian-protocol/SKILL.md : Version & updates (pre-flight checklist), Setup & auth, and CLI errors: report an issue. Command details are authoritative in reference/ (dataset / finetune / deploy) and bl <command> --help — do not guess flags. The whole pipeline requires an API key. If that protocol file is missing, stop and run npx skills add modelstudioai/cli --al...
|
6.6K |
| 2380 | bailian-managed-agent | modelstudioai/cli |
Bailian managed agent IaC ( bl managed-agent ) CRITICAL — Before executing, MUST read the shared protocol in ../bailian-protocol/SKILL.md : Version & updates (pre-flight checklist) and CLI errors: report an issue. Command details are authoritative in reference/managed-agent.md and bl managed-agent --help — do not guess flags. If that protocol file is missing, stop and run npx skills add modelstudioai/cli --all -g ; do not guess auth/consent. Safety guardrail (the most important rule) apply / des...
|
6.6K |
| 2381 | strategy-red-team | phuryn/pm-skills |
Strategy Red-Team: Attack the Assumptions Before Reality Does Purpose You are a sharp, fair adversary reviewing $ARGUMENTS. Most plans only survived polite feedback. This skill finds the load-bearing assumptions that would make the plan fail, attacks them honestly, and returns — for each — the evidence to get this week, the kill criteria, and the cheapest test. Context A red-team is not a pre-mortem. A pre-mortem imagines the plan already failed and narrates why. A red-team attacks the load-bear...
|
6.6K |
| 2382 | sdf | earthtojake/text-to-cad |
SDF Use this skill for SDFormat/SDF outputs that must describe simulation or visualization semantics: models, worlds, links, joints, frames, poses, inertials, collision/visual geometry, sensors, lights, physics, plugins, and simulator metadata. SDF correctness is primarily a pose, frame, unit, and simulator-compatibility problem. Well-formed XML is not enough. Because language models are weak at spatial reasoning, never generate or edit SDF poses, joint axes, mesh scales, inertials, or plugin pa...
|
6.6K |
| 2383 | urdf | earthtojake/text-to-cad |
URDF Use this skill for URDF robot-description outputs. Treat URDF work as constrained kinematic modeling, not just XML writing. The main correctness risks are frame placement, joint-axis semantics, unit consistency, mesh scale, inertial data, and generated-artifact drift. Core Rules Treat the Python source that defines gen_urdf() as the source of truth. Treat configured .urdf files as generated artifacts. Generate only explicit URDF targets. Do not regenerate unrelated CAD, mesh, render, SRDF, ...
|
6.6K |
| 2384 | tanstack-query | tanstack-skills/tanstack-skills |
Overview TanStack Query (formerly React Query) manages server state - data that lives on the server and needs to be fetched, cached, synchronized, and updated. It provides automatic caching, background refetching, stale-while-revalidate patterns, pagination, infinite scrolling, and optimistic updates out of the box. Package: @tanstack/react-query Devtools: @tanstack/react-query-devtools Current Version: v5 Installation npm install @tanstack/react-query npm install -D @tanstack/react-query-devtoo...
|
6.6K |
| 2385 | upstash-redis-js | upstash/skills |
Upstash Redis SDK - Complete Skills Guide This directory contains comprehensive guides for using the @upstash/redis SDK. These skill files are designed to help developers and AI assistants understand and use the SDK effectively. Installation npm install @upstash/redis Quick Start Basic Initialization import { Redis } from "@upstash/redis" ; Show more Installs 707 Repository upstash/skills GitHub Stars 15 First Seen Mar 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
6.6K |
| 2386 | build-links | calm-north/seojuice-skills |
Build Links Design a targeted link acquisition campaign using asset mapping, prospect scoring, and outreach sequence design. Before You Start Gather this context (ask if not provided): Domain and niche. What site needs links? What industry? Current backlink profile. Any idea of current referring domains count, domain rating/authority? Linkable assets. Does the site have: original research, tools, data, infographics, comprehensive guides? Budget and resources. Can the team invest in content creat...
|
6.5K |
| 2387 | weather | steipete/clawdis |
Weather Skill Get current weather conditions and forecasts. When to Use ✅ USE this skill when: "What's the weather?" "Will it rain today/tomorrow?" "Temperature in [city]" "Weather forecast for the week" Travel planning weather checks When NOT to Use ❌ DON'T use this skill when: Historical weather data → use weather archives/APIs Climate analysis or trends → use specialized data sources Hyper-local microclimate data → use local sensors Severe weather alerts → check official NWS sources Aviation/...
|
6.5K |
| 2388 | insecure-defaults | trailofbits/skills |
Finds fail-open vulnerabilities where apps run insecurely with missing configuration. Distinguishes exploitable defaults from fail-secure patterns that crash safely. - Fail-open (CRITICAL): `SECRET = env.get('KEY') or 'default'` → App runs with weak secret - Fail-secure (SAFE): `SECRET = env['KEY']` → App crashes if missing When to Use - Security audits of production applications (auth, crypto, API security) - Configuration review of deployment files, IaC templates, Docker configs - Code ...
|
6.5K |
| 2389 | deployment-patterns | affaan-m/everything-claude-code |
Deployment Patterns Production deployment workflows and CI/CD best practices. When to Activate Setting up CI/CD pipelines Dockerizing an application Planning deployment strategy (blue-green, canary, rolling) Implementing health checks and readiness probes Preparing for a production release Configuring environment-specific settings Deployment Strategies Rolling Deployment (Default) Replace instances gradually — old and new versions run simultaneously during rollout. Show more Installs 1.6K Reposi...
|
6.5K |
| 2390 | weather | openclaw/openclaw |
Weather Skill Get current weather conditions and forecasts. When to Use ✅ USE this skill when: "What's the weather?" "Will it rain today/tomorrow?" "Temperature in [city]" "Weather forecast for the week" Travel planning weather checks When NOT to Use ❌ DON'T use this skill when: Historical weather data → use weather archives/APIs Climate analysis or trends → use specialized data sources Hyper-local microclimate data → use local sensors Severe weather alerts → check official NWS sources Aviation/...
|
6.5K |
| 2391 | system-design | anthropics/knowledge-work-plugins |
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...
|
6.5K |
| 2392 | angular-routing | analogjs/angular-skills |
Angular Routing Configure routing in Angular v20+ with lazy loading, functional guards, and signal-based route parameters. Basic Setup // app.routes.ts import { Routes } from '@angular/router'; export const routes: Routes = [ { path: '', redirectTo: '/home', pathMatch: 'full' }, { path: 'home', component: HomeComponent }, { path: 'about', component: AboutComponent }, { path: '', component: NotFoundComponent }, ]; // app.config.ts import { ApplicationConfig } from '@angular/core'; imp...
|
6.5K |
| 2393 | ljg-paper | lijigang/ljg-skills |
ljg-paper: 读论文 读论文不是做学术,是猎取思想。把别人的发现拆解成自己能用的认知。 格式约束 Org-mode 语法 加粗用 *bold* (单星号),禁止 bold 标题层级从 * 开始,不跳级 ASCII Art 所有图表用纯 ASCII 字符。允许: + - | / \ > < v ^ * = ~ . : [ ] ( ) _ , ; ! ' " 和空格。禁止 Unicode 绘图符号。 模板权威性 输出结构依据 references/template.org 。禁止参考 ~/Documents/notes/ 中已有论文文件的章节结构——旧文件可能使用过期模板。 Denote 文件规范 时间戳: date +%Y%m%dT%H%M%S 可读时间: date "+%Y-%m-%d %a %H:%M" 文件名: {时间戳}--paper-{简短标题}__paper.org 输出目录: ~/Documents/notes/ Org 文件头 +title: paper-{简短标题} +date: [{YYYY-MM-DD Day HH:MM}] +fil...
|
6.5K |
| 2394 | data-analysis | claude-office-skills/skills |
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
|
6.5K |
| 2395 | asc-id-resolver | rorkai/app-store-connect-cli-skills |
asc id resolver Use this skill to map names to IDs needed by other commands. App ID By bundle ID or name: asc apps list --bundle-id "com.example.app" asc apps list --name "My App" Fetch everything: asc apps list --paginate Set default: ASC_APP_ID=... Build ID Latest build: asc builds info --app "APP_ID" --latest --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 5 Show more Installs 2.4K Repository rorkai/app-stor…i-skills GitHub Stars 955...
|
6.5K |
| 2396 | customer-billing-ops | affaan-m/ecc |
Customer Billing Ops Use this skill for real customer operations, not generic payment API design. The goal is to help the operator answer: who is this customer, what happened, what is the safest fix, and what follow-up should we send? When to Use Customer says billing is broken, they want a refund, or they cannot cancel Investigating duplicate subscriptions, accidental charges, failed renewals, or churn risk Reviewing plan mix, active subscriptions, yearly vs monthly conversion, or team-seat con...
|
6.5K |
| 2397 | ctf-malware | ljagiello/ctf-skills |
CTF Malware & Network Analysis Quick reference for malware analysis CTF challenges. Each technique has a one-liner here; see supporting files for full details with code. Additional Resources scripts-and-obfuscation.md - JavaScript deobfuscation, PowerShell analysis, eval/base64 decoding, junk code detection, hex payloads, Debian package analysis c2-and-protocols.md - C2 traffic patterns, custom crypto protocols, RC4 WebSocket, DNS-based C2, network indicators, PCAP analysis, AES-CBC, encryption ...
|
6.5K |
| 2398 | agent-introspection-debugging | affaan-m/ecc |
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...
|
6.5K |
| 2399 | security-bounty-hunter | affaan-m/ecc |
Security Bounty Hunter Use this when the goal is practical vulnerability discovery for responsible disclosure or bounty submission, not a broad best-practices review. When to Use Scanning a repository for exploitable vulnerabilities Preparing a Huntr, HackerOne, or similar bounty submission Triage where the question is "does this actually pay?" rather than "is this theoretically unsafe?" How It Works Bias toward remotely reachable, user-controlled attack paths and throw away patterns that platfo...
|
6.5K |
| 2400 | dotnet-patterns | affaan-m/ecc |
.NET Development Patterns Idiomatic C and .NET patterns for building robust, performant, and maintainable applications. When to Activate Writing new C code Reviewing C code Refactoring existing .NET applications Designing service architectures with ASP.NET Core Core Principles 1. Prefer Immutability Use records and init-only properties for data models. Mutability should be an explicit, justified choice. Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 S...
|
6.5K |