███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4651 | gke-compute-classes | google/skills |
GKE ComputeClasses Guidance on configuring, optimizing, and troubleshooting GKE ComputeClasses. When to Use Cost optimization: Spot VMs with on-demand fallback. GPU/TPU workloads: Target specific accelerators (e.g., L4, H100, v5p). Performance tuning: Select specific machine families (c3, c4, n4). Zone targeting: Colocate workloads with zonal resources. Engagement Rules: Generalized First, Refine Later ComputeClasses depend on zone availability, CUDs, and workload constraints. Do not block the u...
|
2.8K |
| 4652 | ssrf-server-side-request-forgery | yaklang/hack-skills |
SKILL: Server-Side Request Forgery (SSRF) — Expert Attack Playbook AI LOAD INSTRUCTION : Expert SSRF techniques. Covers URL filter bypass, cloud metadata endpoints, protocol exploitation, blind SSRF detection, and chaining to RCE. Base models know basic 169.254.169.254 — this file covers what they miss. For real-world CVE chains, DNS Rebinding deep dives, K8s SSRF, and SSRF → Redis → RCE full exploitation, load the companion SCENARIOS.md . 0. QUICK START Extended Scenarios Also load SCENARIOS.md...
|
2.8K |
| 4653 | docs-guard | amelnagdy/guard-skills |
Docs Guard You are reviewing generated or changed documentation before it ships. Apply the rules below as a guard pass after the first documentation pass. The core principle: documentation is a set of claims about a codebase, and every claim is checkable. Your job is to check them. These rules exist because AI agents document from memory of how APIs usually look, not from the code in front of them. Published research: half of AI answers to programming questions contain incorrect information, and...
|
2.8K |
| 4654 | gke-multitenancy | google/skills |
GKE Multi-Tenancy This reference covers enterprise multi-tenancy patterns on GKE, including namespace isolation, RBAC planning, resource quotas, and network segmentation. MCP Tools: apply_k8s_manifest , get_k8s_resource , check_k8s_auth , describe_k8s_resource , delete_k8s_resource When to Use Multiple teams sharing a single GKE cluster Isolating workloads by environment (dev/staging/prod) within one cluster Implementing least-privilege access control Cost allocation across teams or projects Mul...
|
2.8K |
| 4655 | scroll-world | oso95/scroll-world |
scroll-world Produces a landing page where scroll drives a camera : it dives from outside a scene into its interior, then flies out and into the next scene, continuously, with no visible cuts. The visuals are AI-generated (Higgsfield); the page just scrubs pre-rendered video by scroll position. This is the same technique behind Apple's scroll-through product pages — the camera genuinely moves, scroll only drives time. What you generate: N scene stills → N "dive-in" camera clips → N-1 "connector"...
|
2.8K |
| 4656 | gke-app-onboarding | google/skills |
GKE App Onboarding This reference provides workflows for containerizing and deploying applications to GKE for the first time. MCP Tools: apply_k8s_manifest , get_k8s_resource , get_k8s_rollout_status , get_k8s_logs , describe_k8s_resource Workflow 1. App Assessment Before containerizing, assess the application: Show more Installs 698 Repository google/skills GitHub Stars 14.5K First Seen Jun 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
2.8K |
| 4657 | gke-backup-dr | google/skills |
GKE Backup & Disaster Recovery Protects stateful GKE workloads using Backup for GKE. CLI Reference Enable GKE Backup addon (Slow cluster-level update) gcloud container clusters update < CLUSTER_NAME > --enable-gke-backup --region < REGION > --quiet Create Backup Plan gcloud container backup-restore backup-plans create < PLAN_NAME > \ --cluster = < CLUSTER_NAME > --location = < REGION > \ --retention-days = < DAYS > --cron-schedule = "<CRON>" --all-namespaces --quiet Trigger Manual Backup gclo...
|
2.8K |
| 4658 | google-analytics-admin-api-basics | google/skills |
Getting Started with Google Analytics Admin API The Google Analytics Admin API provides programmatic access to Google Analytics account and property configuration. It lets you automate account management, manage data streams, configure custom dimensions, and handle product integrations. Enabling the API via Cloud CLI Before making API calls, ensure the Google Analytics Admin API is enabled in your Google Cloud project. If gcloud is not found, prompt the user to install the Google Cloud CLI befor...
|
2.8K |
| 4659 | book-study | sanyuan0704/sanyuan-skills |
Book Study — Reading Coach Guide users through books systematically. Self-contained system covering: knowledge compilation (ingest), mastery testing, spaced repetition review, and knowledge querying. IRON LAW: Understanding is proven by explanation + example + application. Never mark a concept as mastered just because the user says "got it." Usage /book-study <book-name> Start a new book or resume progress /book-study <book-name> --chapter 3 Jump to chapter 3 /book-st...
|
2.8K |
| 4660 | grilling | vinvcn/mattpocock-skills-zh-cn |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering. If a question can be answered by exploring the codebase, explore the codebase instead. Installs 1.7K Repository matt...
|
2.8K |
| 4661 | opentui | anomalyco/opentui |
OpenTUI Platform Skill Consolidated skill for building terminal user interfaces with OpenTUI. Use decision trees below to find the right framework and components, then load detailed references. Critical Rules Follow these rules in all OpenTUI code: Use create-tui for new projects. See framework README.md quick starts. create-tui options must come before arguments. bunx create-tui -t react my-app works, bunx create-tui my-app -t react does NOT. Never call process.exit() directly. Use renderer...
|
2.8K |
| 4662 | aws-database | aws/agent-toolkit-for-aws |
AWS Database STOP — Do not answer from general knowledge. Before responding to any database question, match the user's request against the sub-skill registry below and follow its procedure. If the procedure says to hand off to a service skill, you MUST load that skill before providing operational guidance. Never skip the routing step. AWS Databases comprise 15+ fully-managed database engines and offer a high-performance, secure, and reliable foundation to power agentic AI and data-driven applica...
|
2.8K |
| 4663 | skill-installer | openai/skills |
Skill Installer Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated , but users can also provide other locations. Use the helper scripts based on the task: List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated , but you can pass --path skills/.experimental when they ask about experimental skills. Install from the curated list when the user provides a skill ...
|
2.8K |
| 4664 | typescript-docs | giuseppe-trisciuoglio/developer-kit |
TypeScript Documentation Skill Overview Deliver production-ready TypeScript documentation that serves multiple audiences through layered documentation architecture. Generate API docs with TypeDoc, create architectural decision records, and maintain comprehensive code examples. When to Use "generate TypeScript API docs" - Create TypeDoc configuration and generate documentation "document this TypeScript module" - Add comprehensive JSDoc to a module "create ADR for TypeScript decision" - Document...
|
2.8K |
| 4665 | agentx | starchild-ai-agent/official-skills |
🌟 AgentX The Starchild community forum. Use this skill before the first agentx tool call to get action signatures and posting rules. The agentx tool stays built-in (no install needed); this SKILL.md is the reference doc. ⚠️ Platform disambiguation — AgentX vs. Twitter/X agentx tool posts to AgentX (Starchild community), NOT Twitter/X. "post a tweet" / "tweet this" / "post on Twitter/X" / any mention of Twitter/X → use the Composio skill TWITTER_CREATION_OF_A_POST , NOT this tool. "post on AgentX...
|
2.8K |
| 4666 | security | markdown-viewer/skills |
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...
|
2.8K |
| 4667 | sqlite database expert | martinholovsky/claude-skills-generator |
SQLite Database Expert 0. Mandatory Reading Protocol CRITICAL : Before implementing ANY database operation, you MUST read the relevant reference files: Trigger Conditions for Reference Files Read references/advanced-patterns.md WHEN : Implementing database migrations Setting up Full-Text Search (FTS5) Designing complex queries with CTEs or window functions Implementing connection pooling or WAL mode Performance optimization tasks Read references/security-examples.md WHEN : Writing ANY SQL query ...
|
2.8K |
| 4668 | m10-performance | actionbook/rust-skills |
No SKILL.md available for this skill. View on GitHub Installs 853 Repository actionbook/rust-skills GitHub Stars 1.2K First Seen Jan 23, 2026
|
2.8K |
| 4669 | ce-doc-review | everyinc/compound-engineering-plugin |
Document Review Review requirements or plan documents through multi-persona analysis. Dispatches specialized reviewer agents in parallel, auto-applies safe_auto fixes, and routes remaining findings through a four-option interaction (per-finding walk-through, auto-resolve with best judgment, Append-to-Open-Questions, Report-only) for user decision. Interactive mode rules Pre-load the platform question tool before any question fires. In Claude Code, AskUserQuestion is a deferred tool — its schema ...
|
2.8K |
| 4670 | game-ui-design | omer-metin/skills-for-antigravity |
Game Ui Design Identity You are a game UI designer who has shipped AAA titles and indie darlings alike. You've designed HUDs for 200-hour RPGs and 30-second arcade games. You understand that the health bar in Dark Souls tells a different story than the one in Overwatch, and you know why both are perfect for their contexts. You've debugged UI on 4K TVs viewed from couches and on Steam Decks held at arm's length. You've learned that what looks crisp in Figma becomes muddy on a CRT filter, and th...
|
2.8K |
| 4671 | elasticsearch-authn | elastic/agent-skills |
Elasticsearch Authentication Authenticate to an Elasticsearch cluster using any supported authentication realm that is already configured. This skill covers all built-in realms, credential verification, and the full API key lifecycle. For roles, users, role assignment, and role mappings, see the elasticsearch-authz skill. For detailed API endpoints, see references/api-reference.md . Deployment note: Not all realms are available on every deployment type. See Deployment Compatibility for self-mana...
|
2.8K |
| 4672 | api-recon-and-docs | yaklang/hack-skills |
SKILL: API Recon and Docs — Endpoints, Schemas, and Version Surface AI LOAD INSTRUCTION : Use this skill first when the target is a REST, mobile, or GraphQL API and you need to enumerate endpoints, documentation, versions, and hidden surface area before exploitation. 1. PRIMARY GOALS Discover all reachable API entrypoints. Extract schemas, optional fields, and role differences. Identify old versions, mobile paths, GraphQL endpoints, and undocumented parameters. 2. RECON CHECKLIST JavaScript and ...
|
2.8K |
| 4673 | authbypass-authentication-flaws | yaklang/hack-skills |
SKILL: Authentication Bypass — Expert Attack Playbook AI LOAD INSTRUCTION : Expert authentication bypass techniques. Covers SQL injection-based login bypass, password reset flaws, token predictability, account enumeration, brute force bypass, and multi-factor auth bypass. Distinct from JWT/OAuth (covered in ../jwt-oauth-token-attacks/SKILL.md). Focus on the login mechanism itself. 0. AUTHORIZED CREDENTIAL TEST PLANNING 在减少入口后,默认凭证、用户名变体、端口聚焦和字典规模选择并入这里统一处理。 Service-first tiny sets Service Type F...
|
2.8K |
| 4674 | gke-batch-hpc | google/skills |
GKE Batch & HPC Workloads This reference covers running batch processing and high-performance computing (HPC) workloads on GKE. MCP Tools: apply_k8s_manifest , get_k8s_resource , describe_k8s_resource , get_k8s_logs , delete_k8s_resource , list_k8s_events When to Use Running batch data processing pipelines HPC simulations (CFD, molecular dynamics, financial modeling) Large-scale parallel computation (MPI, MapReduce) ML training jobs CI/CD build farms Batch Processing on GKE Show more Installs 70...
|
2.8K |
| 4675 | nestjs | giuseppe-trisciuoglio/developer-kit |
NestJS Framework with Drizzle ORM When to Use Building REST APIs or GraphQL servers with NestJS Setting up authentication and authorization Implementing middleware, guards, or interceptors Working with databases (TypeORM, Drizzle ORM) Creating microservices architecture Writing unit and integration tests Setting up OpenAPI/Swagger documentation Core Architecture Module Structure import { Module } from '@nestjs/common'; @Module({ imports: [/* other modules */], controllers: [/* controllers *...
|
2.8K |
| 4676 | gke-inference | google/skills |
GKE AI/ML Inference This reference covers deploying AI/ML inference workloads on GKE using Google's Inference Quickstart (GIQ) and best practices for LLM serving. MCP Tools: apply_k8s_manifest , get_k8s_resource , get_k8s_logs , get_k8s_rollout_status , describe_k8s_resource , list_k8s_events . CLI-only: gcloud container ai profiles * When to Use Deploy an AI model (Llama, Gemma, Mistral, etc.) to GKE Generate optimized Kubernetes manifests for inference Select GPU/TPU accelerators for model ser...
|
2.8K |
| 4677 | amazon-aurora-mysql | aws/agent-toolkit-for-aws |
Amazon Aurora MySQL A modular toolkit for Aurora MySQL organized as a registry of sub-skills. Each sub-skill handles one domain of Aurora MySQL work. The router matches user intent to the right sub-skill, then loads only the references needed. (For Aurora PostgreSQL — and its express-configuration quick-start — use the amazon-aurora-postgresql skill.) Operating procedure (follow in order) Route — match the request to a sub-skill using the Trigger phrases column (match on meaning, not exact wordi...
|
2.8K |
| 4678 | limrun-maestro-testing | limrun-inc/skills |
Maestro on Limrun iOS Run the stock upstream Maestro CLI against a remote Limrun iOS simulator. lim ios maestro wires maestro test to the instance transparently: it installs and launches the Maestro XCTest runner on the simulator when needed, then routes the driver traffic to it. No fork of Maestro, no local simulator, no local Xcode. Prerequisites lim CLI 0.22.0 or newer: npm install --global lim . Auth is lim login or LIM_API_KEY (it may be set outside the project, so don't ask for it just bec...
|
2.8K |
| 4679 | adk-cheatsheet | google/adk-docs |
ADK Cheatsheet Python only for now. This cheatsheet currently covers the Python ADK SDK. Support for other languages is coming soon. Reference Files File Contents references/python.md Python ADK API quick reference — agents, tools, auth, orchestration, callbacks, plugins, state, artifacts, context caching/compaction, session rewind references/docs-index.md ADK docs index (synced from llms.txt) — titles and URLs for fetching ADK documentation pages. If missing, fetch https://google.github.io/adk-...
|
2.8K |
| 4680 | sentry-sdk-upgrade | getsentry/sentry-for-ai |
All Skills > Workflow > SDK Upgrade Sentry JavaScript SDK Upgrade Upgrade the Sentry JavaScript SDK across major versions with AI-guided migration. Invoke This Skill When User asks to "upgrade Sentry" or "migrate Sentry SDK" User mentions deprecated Sentry APIs or breaking changes after a version bump User wants to move from v7 to v8, v8 to v9, or any major version jump User encounters errors after updating @sentry/* package versions User asks about Sentry migration guides or changelogs Phase 1:...
|
2.8K |
| 4681 | api-auth-and-jwt-abuse | yaklang/hack-skills |
SKILL: API Auth and JWT Abuse — Token Trust, Header Tricks, and Rate Limits AI LOAD INSTRUCTION : Use this skill when APIs rely on JWT, bearer tokens, API keys, or weak request identity signals. Focus on token trust boundaries, claim misuse, header spoofing, and rate-limit bypass. 1. TOKEN TRIAGE Inspect: alg , kid , jku , x5u role, org, tenant, scope, or privilege claims issuer and audience mismatches reuse of mobile and web tokens across products 2. QUICK ATTACK PICKS Pattern First Test alg:no...
|
2.8K |
| 4682 | voice-changer | elevenlabs/skills |
ElevenLabs Voice Changer Transform the voice in an audio recording into a different target voice. Voice Changer (previously called Speech-to-Speech — the API endpoint and SDK methods still use the speech_to_speech / speechToSpeech name) keeps the original performance — emotion, pacing, intonation, breaths, whispers, laughs, cries — and only swaps who is speaking. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Key Facts Maximum input length: 5 minutes per request...
|
2.8K |
| 4683 | spring-boot-test-patterns | giuseppe-trisciuoglio/developer-kit |
Spring Boot Testing Patterns Overview This skill provides comprehensive guidance for writing robust test suites for Spring Boot applications. It covers unit testing with Mockito, integration testing with Testcontainers, performance-optimized slice testing patterns, and best practices for maintaining fast feedback loops. When to Use This Skill Use this skill when: Writing unit tests for services, repositories, or utilities Implementing integration tests with real databases using Testcontainers Se...
|
2.8K |
| 4684 | coss-particles | cosscom/coss |
COSS UI Particles Index Particles are copy-paste-ready UI patterns built on coss primitives. Browse them visually at https://coss.com/ui/particles . How to use this skill Describe the UI you need (e.g. "a form with validation", "a dialog with a form inside", "tabs with icons"). Search this index for matching particles by component type and description. Fetch the JSON URL to get the full source code of the particle. Adapt the particle code to your needs. JSON URL pattern Each particle has a JSON ...
|
2.8K |
| 4685 | aws-deployment | aws/agent-toolkit-for-aws |
AWS Deploy (CI/CD) Works best with the AWS MCP server for running CLI commands and validating configurations directly. All guidance also works with standard AWS CLI. Critical Warnings CodeConnections PENDING trap : Connections created via CLI/CloudFormation remain PENDING indefinitely — MUST complete OAuth in the AWS Console. No API-only path exists. Cross-account triple requirement : Cross-account deploys need ALL THREE: (1) KMS key policy granting target account (use key ID, not alias), (2) S3...
|
2.8K |
| 4686 | keyword-research | every-app/open-seo |
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
|
2.8K |
| 4687 | adk-scaffold | google/adk-docs |
ADK Project Scaffolding Guide Use the agent-starter-pack CLI (via uvx ) to create new ADK agent projects or enhance existing ones with deployment, CI/CD, and infrastructure scaffolding. Step 1: Gather Requirements Start with the use case, then ask follow-ups based on answers. Always ask: What problem will the agent solve? — Core purpose and capabilities External APIs or data sources needed? — Tools, integrations, auth requirements Safety constraints? — What the agent must NOT do, guardrails Depl...
|
2.7K |
| 4688 | multi-search-engine | aaaaqwq/claude-code-skills |
Multi Search Engine v2.0.1 Integration of 17 search engines for web crawling without API keys. Search Engines Domestic (8) Baidu : https://www.baidu.com/s?wd={keyword} Bing CN : https://cn.bing.com/search?q={keyword}&ensearch=0 Bing INT : https://cn.bing.com/search?q={keyword}&ensearch=1 360 : https://www.so.com/s?q={keyword} Sogou : https://sogou.com/web?query={keyword} WeChat : https://wx.sogou.com/weixin?type=2&query={keyword} Toutiao : https://so.toutiao.com/search?keyword={keyword} Jisilu :...
|
2.7K |
| 4689 | tailwind-v4-shadcn | jezweb/claude-skills |
Tailwind v4 + shadcn/ui Production Stack Production-tested : WordPress Auditor ( https://wordpress-auditor.webfonts.workers.dev ) Last Updated : 2025-12-04 Status : Production Ready ✅ Table of Contents Before You Start Quick Start Four-Step Architecture Dark Mode Setup Critical Rules Semantic Color Tokens Common Issues & Fixes File Templates Setup Checklist Advanced Topics Dependencies Tailwind v4 Plugins Reference Documentation When to Load References ⚠️ BEFORE YOU START (READ THIS!) CRITICAL F...
|
2.7K |
| 4690 | adk-eval-guide | google/adk-docs |
ADK Evaluation Guide Scaffolded project? If you used /adk-scaffold , you already have make eval , tests/eval/evalsets/ , and tests/eval/eval_config.json . Start with make eval and iterate from there. Non-scaffolded? Use adk eval directly — see Running Evaluations below. Reference Files File Contents references/criteria-guide.md Complete metrics reference — all 8 criteria, match types, custom metrics, judge model config references/user-simulation.md Dynamic conversation testing — ConversationScen...
|
2.7K |
| 4691 | adk-deploy-guide | google/adk-docs |
ADK Deployment Guide Scaffolded project? Use the make commands throughout this guide — they wrap Terraform, Docker, and deployment into a tested pipeline. No scaffold? See Quick Deploy below, or the ADK deployment docs . For production infrastructure, scaffold with /adk-scaffold . Reference Files For deeper details, consult these reference files in references/ : cloud-run.md — Scaling defaults, Dockerfile, session types, networking agent-engine.md — deploy.py CLI, AdkApp pattern, Terraform resou...
|
2.7K |
| 4692 | characteristic-voice | noizai/skills |
characteristic-voice Make your AI agent sound like a real companion — one who sighs, laughs, hesitates, and speaks with genuine feeling. Triggers say like talk like speak like companion voice comfort me cheer me up sound more human The Two Tricks Non-lexical fillers — sprinkle in little human noises (hmm, haha, aww, heh) at natural pause points to make speech feel alive Emotion tuning — adjust warmth, joy, sadness, tenderness to match the moment Filler Sounds Palette Sound Feeling Use for hmm......
|
2.7K |
| 4693 | sprint-planner | shubhamsaboo/awesome-llm-apps |
Sprint Planner You are an expert scrum master who facilitates effective sprint planning for agile teams. When to Apply Use this skill when: Planning sprint iterations Estimating user stories with story points Defining sprint goals Managing sprint capacity Prioritizing backlog items Identifying sprint dependencies and risks Sprint Planning Framework Story Points: Use Modified Fibonacci: 1, 2, 3, 5, 8, 13, 20 Team Capacity: (Team × Days × Hours × Focus Factor 0.6-0.8) Velocity: Average points comp...
|
2.7K |
| 4694 | create-agent | openrouterteam/agent-skills |
Build a Modular AI Agent with OpenRouter This skill helps you create a modular AI agent with: Standalone Agent Core - Runs independently, extensible via hooks OpenRouter SDK - Unified access to 300+ language models Optional Ink TUI - Beautiful terminal UI (separate from agent logic) Architecture ┌─────────────────────────────────────────────────────┐ │ Your Application │ ├─────────────────────────────────────────────────────┤ │ ┌─────────────┐ ┌─────────────┐...
|
2.7K |
| 4695 | auth0-quickstart | auth0/agent-skills |
Auth0 Quickstart Detect your framework and get started with Auth0 authentication. Step 1: Detect Your Framework Run this command to identify your framework: Check package.json dependencies cat package.json | grep -E "react|next|vue|angular|express|fastify|@nestjs" Or check project files ls -la | grep -E "angular.json|vue.config.js|next.config" Framework Detection Table: Framework Detection Skill to Use React (Vite/CRA) "react" in package.json, no Next.js auth0-react Next.js "next" in package.j...
|
2.7K |
| 4696 | competitive-analysis | refoundai/lenny-skills |
No SKILL.md available for this skill. View on GitHub Installs 2.3K Repository claude-office-s…s/skills GitHub Stars 160 First Seen Mar 9, 2026
|
2.7K |
| 4697 | inkos-multi-agent-novel-writing | aradotso/trending-skills |
InkOS Multi-Agent Novel Writing Skill by ara.so — Daily 2026 Skills collection InkOS is a multi-agent CLI system that autonomously writes, audits, and revises novels. Agents handle the full pipeline: Writer → Validator → Auditor → Reviser, with human review gates at configurable checkpoints. Installation npm install -g @actalk/inkos or run directly npx @actalk/inkos --version Requirements: Node.js ≥ 20.0.0 Quick Start Create a new novel project inkos book create --title "吞天魔帝" --genre xuanhuan...
|
2.7K |
| 4698 | adk-observability-guide | google/adk-docs |
ADK Observability Guide Scaffolded project? Cloud Trace and prompt-response logging are pre-configured by Terraform. See references/cloud-trace-and-logging.md for infrastructure details, env vars, and verification commands. No scaffold? Follow the ADK docs links below for manual setup. For production infrastructure, scaffold with /adk-scaffold . Reference Files File Contents references/cloud-trace-and-logging.md Scaffolded project details — Terraform-provisioned resources, environment variables,...
|
2.7K |
| 4699 | asc-submission-health | rudrankriyam/app-store-connect-cli-skills |
App Store submission health Use this skill to explain why a release cannot proceed and to manage an existing review submission. Hand healthy release execution back to asc-release-flow . Ownership boundary This skill owns: readiness validation and blocker diagnosis; public-API, web-session, and manual repair routing; review status and history; cancellation and retry decisions. Do not stage, upload, publish, or submit a healthy release from this skill. Answer order Show more Installs 2.4K Reposito...
|
2.7K |
| 4700 | vue-router-best-practices | hyf0/vue-skills |
Vue Router best practices, common gotchas, and navigation patterns. Navigation Guards Navigating between same route with different params → See router-beforeenter-no-param-trigger Accessing component instance in beforeRouteEnter guard → See router-beforerouteenter-no-this Navigation guard making API calls without awaiting → See router-guard-async-await-pattern Users trapped in infinite redirect loops → See router-navigation-guard-infinite-loop Navigation guard using deprecated next() function → ...
|
2.7K |