███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3801 | tailwind-best-practices | mastra-ai/mastra |
Tailwind Best Practices Overview Styling guidelines for the Mastra Playground UI, containing 5 rules across 3 categories. Rules are prioritized by impact to guide automated refactoring and code generation. These rules ensure design system consistency, prevent token drift, and maintain component library integrity. Scope packages/playground-ui packages/playground When to Apply Reference these guidelines when: Writing new React components with Tailwind styles Reviewing code for styling consistency ...
|
1.6K |
| 3802 | defining-product-vision | refoundai/lenny-skills |
Defining Product Vision Help the user create compelling product visions using frameworks from 101 product leaders who have defined visions at companies from Notion to Airbnb to the New York Times. How to Help When the user asks for help with product vision: Clarify the scope - Determine if they need a vision (long-term aspiration), strategy (how to win), or roadmap (what to build) Focus on the user's future - Help them describe the world 5-10 years out, not the product features Test for specific...
|
1.6K |
| 3803 | tutor | roundtable02/tutor-skills |
Tutor Skill Quiz-based tutor that tracks what the user knows and doesn't know at the concept level . The goal is helping users discover their blind spots through questions. File Structure StudyVault/ ├── *dashboard* ← Compact overview: proficiency table + stats └── concepts/ ├── {area-name}.md ← Per-area concept tracking (attempts, status, error notes) └── ... Dashboard : Only aggregated numbers. Links to concept files. Stays small forever. Concept files : One per area. Tracks...
|
1.6K |
| 3804 | db-migrate | medusajs/medusa-agent-skills |
Run Database Migrations Execute the Medusa database migration command to apply pending migrations. Use the Bash tool to execute: npx medusa db:migrate Report the migration results to the user, including: Number of migrations applied Any errors that occurred Success confirmation
|
1.6K |
| 3805 | backtesting-trading-strategies | gracefullight/stock-checker |
Backtesting Trading Strategies Overview Validate trading strategies against historical data before risking real capital. This skill provides a complete backtesting framework with 8 built-in strategies, comprehensive performance metrics, and parameter optimization. Key Features: 8 pre-built trading strategies (SMA, EMA, RSI, MACD, Bollinger, Breakout, Mean Reversion, Momentum) Full performance metrics (Sharpe, Sortino, Calmar, VaR, max drawdown) Parameter grid search optimization Equity curve vis...
|
1.6K |
| 3806 | building-pydantic-ai-agents | pydantic/skills |
Building AI Agents with Pydantic AI Pydantic AI is a Python agent framework for building production-grade Generative AI applications. This skill provides patterns, architecture guidance, and tested code examples for building applications with Pydantic AI. When to Use This Skill Invoke this skill when: User asks to build an AI agent, create an LLM-powered app, or mentions Pydantic AI User wants to add tools, capabilities (thinking, web search), or structured output to an agent User asks to define...
|
1.6K |
| 3807 | cli-hub-meta-skill | hkuds/cli-anything |
CLI-Hub Meta-Skill CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents. Quick Start Install the CLI Hub package manager pip install cli-anything-hub Browse all available CLIs cli-hub list Search by category or keyword cli-hub search image cli-hub search "3d modeling" Install a CLI cli-hub install gimp Show details for a CLI cli-hub info gimp Live Catalog URL : https://reeceyang.sgp1.cdn.digitaloceanspaces.com/SKILL.md The ...
|
1.6K |
| 3808 | yeet | paulrberg/agent-skills |
GitHub Contribution Workflows Facilitate GitHub-based open source contribution workflows including pull requests, issues, and discussions. Emphasizes semantic analysis over mechanical operations — understand the intent and context of changes before generating titles, descriptions, or selecting templates. All generated content should be conversational and informal. Prerequisites Verify GitHub CLI authentication before any workflow: gh auth status For pull request workflows, also verify: Working t...
|
1.6K |
| 3809 | 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...
|
1.6K |
| 3810 | elasticsearch-esql | elastic/agent-skills |
Elasticsearch ES|QL Execute ES|QL queries against Elasticsearch. What is ES|QL? ES|QL (Elasticsearch Query Language) is a piped query language for Elasticsearch. It is NOT the same as: Elasticsearch Query DSL (JSON-based) SQL EQL (Event Query Language) ES|QL uses pipes ( | ) to chain commands: FROM index | WHERE condition | STATS aggregation BY field | SORT field | LIMIT n Prerequisite: ES|QL requires _source to be enabled on queried indices. Indices with _source disabled (e.g., "_source": { "en...
|
1.6K |
| 3811 | ce-worktree | everyinc/compound-engineering-plugin |
Worktree Creation Create a worktree under .worktrees/<branch> with branch-specific setup that git worktree add alone does not handle: Copies .env , .env.local , .env.test , etc. from the main repo (skips .env.example ) Trusts mise / direnv configs, with branch-aware safety rules so review branches do not auto-grant trust to untrusted .envrc content Adds .worktrees to .gitignore if not already ignored Does not modify the main repo checkout — from-branch is fetched, not checked out Creating a work...
|
1.6K |
| 3812 | ce-release-notes | everyinc/compound-engineering-plugin |
Compound-Engineering Release Notes Look up what shipped in recent releases of the compound-engineering plugin. Bare invocation summarizes the last 5 plugin releases. Argument invocation searches the last 40 releases and answers a specific question, citing the release version that introduced the change. Data comes from the GitHub Releases API for EveryInc/compound-engineering-plugin , filtered to the compound-engineering-v* tag prefix so sibling components ( cli-v* , coding-tutor-v* , marketplace...
|
1.6K |
| 3813 | ce-gemini-imagegen | everyinc/compound-engineering-plugin |
Gemini Image Generation (Nano Banana Pro) Generate and edit images using Google's Gemini API. The environment variable GEMINI_API_KEY must be set. Default Model Model Resolution Best For gemini-3-pro-image-preview 1K-4K All image generation (default) Note: Always use this Pro model. Only use a different model if explicitly requested. Quick Reference Default Settings Model: gemini-3-pro-image-preview Resolution: 1K (default, options: 1K, 2K, 4K) Aspect Ratio: 1:1 (default) Show more
|
1.6K |
| 3814 | ce-proof | everyinc/compound-engineering-plugin |
Proof - Collaborative Markdown Editor Proof is a collaborative document editor for humans and agents. It supports two modes: Web API - Create and edit shared documents via HTTP (no install needed) Local Bridge - Drive the macOS Proof app via localhost:9847 Identity and Attribution Every write to a Proof doc must be attributed. Two fields carry the agent's identity: Machine ID ( by on every op, X-Agent-Id header): ai:compound-engineering — stable, lowercase-hyphenated, machine-parseable. Appears ...
|
1.6K |
| 3815 | ce-clean-gone-branches | everyinc/compound-engineering-plugin |
Clean Gone Branches Delete local branches whose remote tracking branch has been deleted, including any associated worktrees. Workflow Step 1: Discover gone branches Run the discovery script to fetch the latest remote state and identify gone branches: bash scripts/clean-gone scripts/clean-gone The script runs git fetch --prune first, then parses git branch -vv for branches marked : gone] . If the script outputs __NONE__ , report that no stale branches were found and stop. Show more
|
1.6K |
| 3816 | ce-agent-native-audit | everyinc/compound-engineering-plugin |
Agent-Native Architecture Audit Conduct a comprehensive review of the codebase against agent-native architecture principles, launching parallel sub-agents for each principle and producing a scored report. Core Principles to Audit Action Parity - "Whatever the user can do, the agent can do" Tools as Primitives - "Tools provide capability, not behavior" Context Injection - "System prompt includes dynamic context about app state" Shared Workspace - "Agent and user work in the same data space" CRUD ...
|
1.6K |
| 3817 | ce-report-bug | everyinc/compound-engineering-plugin |
Report a Compound Engineering Plugin Bug Report bugs encountered while using the compound-engineering plugin. This skill gathers structured information and creates a GitHub issue for the maintainer. Step 1: Gather Bug Information Ask the user the following questions using the platform's blocking question tool: AskUserQuestion in Claude Code (call ToolSearch with select:AskUserQuestion first if its schema isn't loaded), request_user_input in Codex, ask_user in Gemini, ask_user in Pi (requires the...
|
1.6K |
| 3818 | ce-test-xcode | everyinc/compound-engineering-plugin |
Xcode Test Skill Build, install, and test iOS apps on the simulator using XcodeBuildMCP. Captures screenshots, logs, and verifies app behavior. Prerequisites Xcode installed with command-line tools XcodeBuildMCP MCP server connected Valid Xcode project or workspace At least one iOS Simulator available Workflow 0. Verify XcodeBuildMCP is Available Check that the XcodeBuildMCP MCP server is connected by calling its list_simulators tool. Show more
|
1.6K |
| 3819 | planning-oracle-to-postgres-migration-integration-testing | github/awesome-copilot |
Planning Integration Testing for Oracle-to-PostgreSQL Migration Analyze a single target project to identify data access artifacts that require integration testing, then produce a structured, actionable testing plan. Workflow Progress: - [ ] Step 1: Identify data access artifacts - [ ] Step 2: Classify testing priorities - [ ] Step 3: Write the testing plan Step 1: Identify data access artifacts Scope to the target project only. Find classes and methods that interact directly with the database — ...
|
1.6K |
| 3820 | company-research | browserbase/skills |
Company Research Skill Overview I help you conduct comprehensive company research for investment decisions, business development, or competitive intelligence. I analyze business models, competitive positioning, market dynamics, and management quality. What I can do: Business model canvas analysis Competitive landscape mapping SWOT and Porter's Five Forces analysis Market size and growth assessment Management and governance review Risk identification What I cannot do: Access proprietary databases...
|
1.6K |
| 3821 | wps-office | lc2panda/wps-skills |
WPS Office 跨应用智能助手 你现在是 WPS Office 跨应用智能助手,能够统一管理和操控 Excel、Word、PPT 三大应用。当用户的需求涉及多个应用或需要通用功能时,你将协调各个专项助手完成任务。 核心能力 1. 应用状态管理 连接检测 :检测 WPS 各应用的运行状态 应用切换 :在不同应用间切换 文档管理 :打开、保存、关闭文档 2. 跨应用操作 数据迁移 :Excel 数据导入 Word 表格 内容复制 :跨应用复制粘贴 格式同步 :统一多个文档的格式风格 3. 批量处理 批量转换 :批量格式转换(如 doc 转 docx) 批量操作 :对多个文件执行相同操作 模板应用 :将模板应用到多个文档 4. 通用功能 文件操作 :新建、打开、保存、另存为 导出功能 :导出 PDF、图片等格式 打印功能 :打印文档 应用识别与路由 当用户提出需求时,首先识别应该使用哪个应用: Excel(表格)场景识别 关键词匹配: 「公式」「函数」「计算」 「表格」「单元格」「工作表」 「图表」「透视表」「数据分析」 「求和」「统计」「筛选」「排序」 「VLOOKUP」「SUMIF...
|
1.6K |
| 3822 | chart-visualization | bytedance/deer-flow |
Chart Visualization Skill This skill provides a comprehensive workflow for transforming data into visual charts. It handles chart selection, parameter extraction, and image generation. Workflow To visualize data, follow these steps: 1. Intelligent Chart Selection Analyze the user's data features to determine the most appropriate chart type. Use the following guidelines (and consult references/ for detailed specs): Time Series: Use generate_line_chart (trends) or generate_area_chart (accumu...
|
1.6K |
| 3823 | ce-simplify-code | everyinc/compound-engineering-plugin |
You are an engineer that is an expert at simplifying code with a specific focus on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Review the changed code for reuse, quality, and efficiency. Fix any issues found. Then verify behavior is preserved by running t...
|
1.6K |
| 3824 | prioritizing-roadmap | refoundai/lenny-skills |
Prioritizing Roadmap Help the user prioritize product roadmaps and backlogs using frameworks from 75 product leaders. How to Help When the user asks for help with prioritization: Understand the decision context - Ask about their goals, constraints, and stakeholder landscape Assess the portfolio - Determine if they need to balance incremental vs big bets, or core vs new Provide frameworks - Recommend appropriate prioritization approaches for their situation Challenge assumptions - Help them quest...
|
1.6K |
| 3825 | design-systems | refoundai/lenny-skills |
Design Systems Help the user build and scale design systems using frameworks from 4 product leaders who have built design systems at companies like Figma and Airbnb. How to Help When the user asks for help with design systems: Assess the need - Determine if they need consistency, speed, or both, and whether they're at the right stage for a design system Define the scope - Clarify whether they need a component library, design tokens, documentation, or all three Design for adoption - Help them mak...
|
1.6K |
| 3826 | prospect | anthropics/knowledge-work-plugins |
Prospect Go from an ICP description to a ranked, enriched lead list in one shot. The user describes their ideal customer via "$ARGUMENTS". Examples /apollo:prospect VP of Engineering at Series B+ SaaS companies in the US, 200-1000 employees /apollo:prospect heads of marketing at e-commerce companies in Europe /apollo:prospect CTOs at fintech startups, 50-500 employees, New York /apollo:prospect procurement managers at manufacturing companies with 1000+ employees /apollo:prospect SDR leaders at c...
|
1.6K |
| 3827 | aws-observability | aws/agent-toolkit-for-aws |
AWS Observability Overview Domain expertise for AWS observability across metrics, logs, and traces. Covers CloudWatch platform capabilities (alarms, dashboards, Log Insights, custom metrics, EMF), X-Ray trace analysis, CloudTrail operational auditing, and ADOT collector configuration. Works best with the AWS MCP server — enables running CLI commands, querying CloudWatch, and validating configurations directly. All guidance also works with standard AWS CLI access. Note: Reference files contain sp...
|
1.6K |
| 3828 | migrate-app-to-flows | cognitedata/builder-skills |
Migrate App to Flows Infrastructure Orchestrates the full migration of a legacy Dune app to the new Flows app hosting ( appsApi ). Works through each area in order, skipping any already in the correct state. Step 1 — Audit current state Read app.json , package.json , vite.config.ts , and manifest.json (if present). Report a concise summary before making any changes: Migration audit: ✗ app.json: missing infra field → will add "infra": "appsApi" ✗ Auth: DuneAuthProvider in use → will run setup-flo...
|
1.6K |
| 3829 | douyin-video | yzfly/douyin-mcp-server |
抖音无水印视频下载和文案提取 从抖音分享链接获取无水印视频下载链接, 下载视频, 并使用语音识别提取视频中的文案, 自动保存到文件. 功能概述 获取下载链接 : 从抖音分享链接解析出无水印视频的直接下载地址 (无需 API 密钥) 下载视频 : 将无水印视频下载到本地指定目录 提取文案 : 通过语音识别从视频中提取文字内容 (需要硅基流动 API 密钥) 自动保存 : 每个视频的文案自动保存到独立文件夹 (视频ID为文件夹名) 环境要求 依赖安装 pip install requests ffmpeg-python 系统要求 FFmpeg 必须安装在系统中 (用于音视频处理) macOS: brew install ffmpeg Ubuntu: apt install ffmpeg API 密钥配置 (仅文案提取需要) 文案提取功能使用硅基流动 API, 需要设置环境变量: export API_KEY = "your-siliconflow-api-key" 获取 API 密钥: https://cloud.siliconflow.cn/ 使用方法 方法一: 使用脚本 (推荐) 获...
|
1.6K |
| 3830 | senior-fullstack | sickn33/antigravity-awesome-skills |
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
|
1.6K |
| 3831 | apollo-server | apollographql/skills |
Apollo Server 4.x Guide Apollo Server is an open-source GraphQL server that works with any GraphQL schema. Version 4.x is framework-agnostic and runs standalone or integrates with Express, Fastify, and serverless environments. Quick Start Step 1: Install npm install @apollo/server graphql For Express integration: npm install @apollo/server express graphql cors Step 2: Define Schema const typeDefs = `graphql type Book { title: String author: String } type Query { books: [...
|
1.6K |
| 3832 | write-query | anthropics/knowledge-work-plugins |
/write-query - Write Optimized SQL If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Write a SQL query from a natural language description, optimized for your specific SQL dialect and following best practices. Usage /write-query <description of what data you need> Workflow 1. Understand the Request Parse the user's description to identify: Output columns : What fields should the result include? Filters : What conditions limit the data (time ranges...
|
1.6K |
| 3833 | status-report | anthropics/knowledge-work-plugins |
/status-report If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a polished status report for leadership or stakeholders. See the risk-assessment skill for risk matrix frameworks and severity definitions. Usage /status-report $ARGUMENTS Output Status Report: [Project/Team] — [Period] Author: [Name] | Date: [Date] Executive Summary [3-4 sentence overview — what's on track, what needs attention, key wins] Overall Status: 🟢 On Track /...
|
1.6K |
| 3834 | lynx-devtool | lynx-community/skills |
DevTool Skill This skill allows you to interact with Lynx applications running on connected devices (Android, iOS, Desktop) using the Lynx DevTool CLI. Usage The CLI is located at <path_to_the_skill>/scripts/index.mjs relative to this skill's directory. You can run it using node . In the skill directory, use: node < path_to_the_skill > /scripts/index.mjs < command > Note: All command outputs are multi-line JSON. You can use jq or Node.js to process the data. Global Options -h, --help : Display h...
|
1.6K |
| 3835 | ce-strategy | everyinc/compound-engineering-plugin |
Product Strategy Note: The current year is 2026. Use this when dating the strategy document. ce-strategy produces and maintains STRATEGY.md - a short, durable anchor document that captures what the product is, who it serves, how it succeeds, and where the team is investing. It lives at the repo root as a canonical, well-known file (peer of README.md ). Downstream skills ( ce-ideate , ce-brainstorm , ce-plan ) read it as grounding when it exists. The document is short and structured on purpose. G...
|
1.6K |
| 3836 | integrate-fusion-agent | cognitedata/builder-skills |
Integrate Fusion Agent Panel Wire a Flows/Dune app into the Fusion built-in PAIA agent using @cognite/app-sdk . There are three independent capabilities — implement only the ones needed: Open the agent panel — a button that shows the sidebar/fullscreen agent UI Send the agent a message — inject context into the chat (e.g. on item click) Register an agent server — expose app state (resources) and actions the agent can call Step 0 — Understand the app Before writing any code, read: package.json — ...
|
1.6K |
| 3837 | xiaohongshu-cover-generator | freestylefly/xiaohongshu-skills |
Xiaohongshu Cover Generator This skill generates Xiaohongshu-style cover images based on user-provided topics. Usage When a user requests a Xiaohongshu cover image: Confirm the topic with the user if not clear Check for API key (CANGHE_API_KEY environment variable or ask user to provide it) Run the generation script with the topic The image will be saved to the current working directory with filename format: xiaohongshu-cover-{timestamp}.png Running the Script The script is located at scrip...
|
1.6K |
| 3838 | public-restroom-nearby | nomadamas/k-skill |
Public Restroom Nearby What this skill does 유저가 알려준 현재 위치를 기준으로 근처 공중화장실 / 개방화장실 을 찾는다. 위치는 자동으로 추정하지 않는다. 반드시 먼저 현재 위치를 질문 한다. 화장실 데이터는 공식 공중화장실정보 표준데이터를 사용한다. 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡고, 가능한 경우 해당 시도 데이터만 좁혀서 조회한다. 좌표를 직접 받으면 바로 nearby 계산으로 들어간다. When to use "근처 화장실 찾아줘" "서울역 근처 공중화장실 있어?" "광화문 주변 개방화장실 몇 군데만 보여줘" "지금 여기서 가까운 화장실 지도 링크 줘" Mandatory first question 위치 정보 없이 바로 검색하지 말고 반드시 먼저 물어본다. 권장 질문: 현재 위치를 알려주세요. 동네/역명/랜드마크/위도·경도 중 편한 형식으로 보내주시면 근처 공중화장실을 찾아볼게요. 위치가 애매하면: 가까운 역명이나...
|
1.6K |
| 3839 | amazon-bedrock | aws/agent-toolkit-for-aws |
No SKILL.md available for this skill. View on GitHub
|
1.6K |
| 3840 | spring-boot-testing | github/awesome-copilot |
Spring Boot Testing This skill provides expert guide for testing Spring Boot 4 applications with modern patterns and best practices. Core Principles Test Pyramid : Unit (fast) > Slice (focused) > Integration (complete) Right Tool : Use the narrowest slice that gives you confidence AssertJ Style : Fluent, readable assertions over verbose matchers Modern APIs : Prefer MockMvcTester and RestTestClient over legacy alternatives Which Test Slice? Scenario Annotation Reference Controller + HTTP semanti...
|
1.6K |
| 3841 | performance-report | anthropics/knowledge-work-plugins |
Performance Report If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a marketing performance report with key metrics, trend analysis, insights, and optimization recommendations. Trigger User runs /performance-report or asks for a marketing report, performance analysis, campaign results, or metrics summary. Inputs Report type — determine which type of report the user needs: Campaign report — performance of a specific campaign Channel repor...
|
1.6K |
| 3842 | runbook | anthropics/knowledge-work-plugins |
/runbook If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create a step-by-step operational runbook for a recurring task or procedure. Usage /runbook $ARGUMENTS Output Runbook: [Task Name] Owner: [Team/Person] | Frequency: [Daily/Weekly/Monthly/As Needed] Last Updated: [Date] | Last Run: [Date] Purpose [What this runbook accomplishes and when to use it] Prerequisites - [ ] [ Access or permission needed ] - [ ] [ Tool or system required...
|
1.6K |
| 3843 | observe-whatsapp | gokapso/agent-skills |
Use this skill for operational diagnostics: message delivery investigation, webhook delivery debugging, error triage, and WhatsApp health checks. Setup Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` How to Investigate message delivery - List messages: `node scripts/messages.js --phone-number-id <id>` - Inspect message: `node scripts/message-details.js --message-id <id>` - Find conversation: `node scripts/lookup-conversation.js --phone-number <e164>`...
|
1.6K |
| 3844 | security-ownership-map | openai/skills |
Security Ownership Map Overview Build a bipartite graph of people and files from git history, then compute ownership risk and export graph artifacts for Neo4j/Gephi. Also build a file co-change graph (Jaccard similarity on shared commits) to cluster files by how they move together while ignoring large, noisy commits. Requirements Python 3 networkx (required; community detection is enabled by default) Install with: pip install networkx Workflow Scope the repo and time window (optional --since/--u...
|
1.6K |
| 3845 | korean-scholarship-search | nomadamas/k-skill |
장학금 검색 및 조회 사용자에게는 장학금 검색 및 조회 라는 이름으로 안내하고, skill slug는 korean-scholarship-search 이다. What this skill does 한국장학재단, 대학, 재단, 기업, 지자체/공공기관의 공식 장학 공고 를 최신 기준으로 검색하고 아래 항목을 정리한다. 이 스킬은 공식 공고 우선 이다. 장학금명 운영기관명 / 기관 유형 ( school , foundation , government , company , local-government , other ) 지원 금액 / 등록금·생활비 구분 신청 기간 지원 조건 / 지원 자격 학자금 지원구간(소득구간) 조건 공식 공고 링크 / 신청 링크 특정 학교가 주어지면 그 학교의 본부, 학생지원처, 단과대, 학과/전공, 대학원 공지를 전수 탐색하려고 시도한다. 학교가 주어지지 않으면 *.ac.kr 전체를 기준으로 전국 대학 장학 공고를 넓게 찾는다. 필요하면 동봉된 helper( scripts...
|
1.6K |
| 3846 | aspnet-core | openai/skills |
ASP.NET Core Overview Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today. Load the smallest set of references that fits the task. Do not load every reference by default. Workflow Confirm the target framework, SDK, and current app model. Open references/stack-selection.md first for new apps or major refactors. Open references/program-and-pipeline.md next for Program.cs , DI, conf...
|
1.6K |
| 3847 | tanstack-start | tanstack-skills/tanstack-skills |
TanStack Start on Cloudflare Build a complete full-stack app from nothing. Claude generates every file — no template clone, no scaffold command. Each project gets exactly what it needs. What You Get Layer Technology Framework TanStack Start v1 (SSR, file-based routing, server functions) Frontend React 19, Tailwind v4, shadcn/ui Backend Server functions (via Nitro on Cloudflare Workers) Database D1 + Drizzle ORM Auth better-auth (Google OAuth + email/password) Deployment Cloudflare Workers Workfl...
|
1.6K |
| 3848 | drizzle-orm-patterns | giuseppe-trisciuoglio/developer-kit |
Drizzle ORM Patterns Overview Expert guide for building type-safe database applications with Drizzle ORM. Covers schema definition, relations, queries, transactions, and migrations for all supported databases. When to Use Defining database schemas with tables, columns, and constraints Creating relations between tables (one-to-one, one-to-many, many-to-many) Writing type-safe CRUD queries Implementing complex joins and aggregations Managing database transactions with rollback Setting up migration...
|
1.6K |
| 3849 | cloud | assistant-ui/skills |
Cloud Architecture Diagram Generator Quick Start: Choose cloud provider → Declare stencil icons → Group into VPC/region zones → Connect with arrow syntax → 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 typical cloud architectures (data flows left→right) Use mxgraph.* stencil syntax for cloud service ...
|
1.6K |
| 3850 | mongodb-connection | mongodb/agent-skills |
MongoDB Connection Optimizer You are an expert in MongoDB connection management across all officially supported driver languages (Node.js, Python, Java, Go, C, Ruby, PHP, etc.). Your role is to ensure connection configurations are optimized for the user's specific environment and requirements, avoiding the common pitfall of blindly applying arbitrary parameters. Core Principle: Context Before Configuration NEVER add connection pool parameters or timeout settings without first understanding the a...
|
1.6K |