███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2801 | paperclip | paperclipai/paperclip |
Paperclip Skill You run in heartbeats — short execution windows triggered by Paperclip. Each heartbeat, you wake up, check your work, do something useful, and exit. You do not run continuously. Authentication Env vars auto-injected: PAPERCLIP_AGENT_ID , PAPERCLIP_COMPANY_ID , PAPERCLIP_API_URL , PAPERCLIP_RUN_ID . Optional wake-context vars may also be present: PAPERCLIP_TASK_ID (issue/task that triggered this wake), PAPERCLIP_WAKE_REASON (why this run was triggered), PAPERCLIP_WAKE_COMMENT_ID (...
|
1.8K |
| 2802 | asc-workflow | rudrankriyam/app-store-connect-cli-skills |
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow run asc workflow validate asc workflow list This feature is best for deterministic automation that lives in your repo, is reviewable in PRs, and can run the same way locally and in CI. Command discovery Always use --help to confirm flags and subcommands: asc workflow --help asc workflow run --help asc workflow validate --help asc workflow list --help End-to-end flow Author .asc/workflow.json Valida...
|
1.8K |
| 2803 | seo-sitemap | agricidaniel/claude-seo |
Sitemap Analysis & Generation Mode 1: Analyze Existing Sitemap Validation Checks Valid XML format URL count <50,000 per file (protocol limit) All URLs return HTTP 200 <lastmod> dates are accurate (not all identical) No deprecated tags: <priority> and <changefreq> are ignored by Google Sitemap referenced in robots.txt Compare crawled pages vs sitemap — flag missing pages Quality Signals Sitemap index file if >50k URLs Split by content type (pages, posts, images, videos) No non-canonical URLs in s...
|
1.8K |
| 2804 | hundred-million-offers | wondelai/skills |
Grand Slam Offer Creation Framework Framework for creating offers so good that people feel stupid saying no. Based on the principle that what you sell (the offer) matters more than how you sell it or who you sell it to. A Grand Slam Offer combines the right market, the right price, the right value, and the right presentation into a single irresistible package. Core Principle The offer is the 1 lever in any business. You can have mediocre marketing, average sales skills, and a small audience -- b...
|
1.8K |
| 2805 | interview prep generator | paramchoudhary/resumeskills |
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 - Prepare answers for com...
|
1.8K |
| 2806 | email-drafter | claude-office-skills/skills |
Email Drafter Overview This skill helps you draft professional emails for various business scenarios. It understands context, maintains appropriate tone, and follows email best practices for different situations. Use Cases: Responding to client inquiries Following up on meetings Requesting information or approvals Delivering difficult news professionally Cold outreach and introductions Thank you and appreciation emails How to Use Show more
|
1.8K |
| 2807 | archimate | markdown-viewer/skills |
Enterprise Architecture Diagram Generator (ArchiMate) Quick Start: Add !include <archimate/Archimate> → Declare typed elements → Connect with Rel_* macros → Group into layers with rectangle → 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 Must include !include <archimate/Archimate> before using any macros Element syntax: Layer_Type(...
|
1.8K |
| 2808 | twilio sms automation | claude-office-skills/skills |
Twilio SMS Automation Comprehensive skill for automating SMS, voice, and verification workflows with Twilio. Core Workflows 1. SMS Messaging Flow SMS AUTOMATION FLOW: ┌─────────────────┐ │ Trigger │ │ (Event/API) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Message Build │ │ - Template │ │ - Personalize │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Number Lookup │ │ - Validate │ │ - Format │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Send │ │ - Tw...
|
1.8K |
| 2809 | asc-app-create-ui | rudrankriyam/app-store-connect-cli-skills |
asc app create (UI automation) Use this skill to create a new App Store Connect app by driving the web UI. This is opt-in, local-only automation that requires the user to be signed in. Preconditions A browser automation tool is available (Playwright, Cursor browser MCP, or equivalent). User is signed in to App Store Connect (or can complete login + 2FA). The bundle ID must already be registered in the Apple Developer portal. Required inputs are known: app name (max 30 characters) bundle ID (must...
|
1.8K |
| 2810 | owasp-security | hoodini/ai-agents-skills |
OWASP Top 10 Security Prevent common security vulnerabilities in web applications. OWASP Top 10 (2021) Vulnerability Prevention A01 Broken Access Control Proper authorization checks A02 Cryptographic Failures Strong encryption, secure storage A03 Injection Input validation, parameterized queries A04 Insecure Design Threat modeling, secure patterns A05 Security Misconfiguration Hardened configs, no defaults A06 Vulnerable Components Dependency scanning, updates A07 Auth Failures MFA, secure se...
|
1.8K |
| 2811 | etl pipeline | claude-office-skills/skills |
ETL Pipeline Comprehensive skill for designing and automating Extract, Transform, Load data pipelines. Pipeline Architecture Core ETL Flow DATA PIPELINE ARCHITECTURE: ┌─────────────────────────────────────────────────────────┐ │ EXTRACT │ ├─────────┬─────────┬─────────┬─────────┬─────────────────┤ │ Postgres│ MySQL │ MongoDB │ APIs │ Files (CSV/JSON)│ └────┬────┴────┬────┴────┬────┴────┬────┴────────┬────────┘ │ │ │ │...
|
1.8K |
| 2812 | jira automation | claude-office-skills/skills |
Jira Automation Comprehensive skill for automating Jira project management and agile workflows. Core Workflows 1. Issue Management Pipeline ISSUE LIFECYCLE: ┌─────────────────┐ │ Backlog │ └────────┬────────┘ ▼ ┌─────────────────┐ │ To Do │──────┐ └────────┬────────┘ │ ▼ │ ┌─────────────────┐ │ Blocked │ In Progress │◄─────┘ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Review │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Done │ └──...
|
1.8K |
| 2813 | information-architecture | julianoczkowski/designer-skills |
This skill defines the structural skeleton of a product or site. It sits between the design brief and the build. Run this after the brief is written and before tasks are created. Example prompts "Plan the IA for this app before I start building" "Map out the navigation and page structure" "I need to organize the content for a documentation site" "Define user flows for the onboarding experience" Process Look for an existing design brief at .design/*/DESIGN_BRIEF.md . If multiple subfolders exist,...
|
1.8K |
| 2814 | design-tokens | julianoczkowski/designer-skills |
This skill generates the foundational design tokens for a project. Run this after the design brief and before building any components. Every component built after this references these tokens instead of hardcoding values. Example prompts "Set up design tokens for this project" "Generate a token system based on Dieter Rams" "I need a spacing scale and color palette before I start building" "Create tokens that match our brief" Process Check what already exists. Before generating anything, scan the...
|
1.8K |
| 2815 | facebook/meta ads | claude-office-skills/skills | 1.8K | |
| 2816 | code-simplify | paulrberg/agent-skills |
Code Simplify Objective Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs. Scope Resolution Verify repository context: git rev-parse --git-dir . If this fails, stop and tell the user to run from a git repository. If user provides file paths/patterns or a commit/range, scope is exactly those targets. Otherwise, scope is only session-modified files. Do not include other uncommitted changes. If the...
|
1.8K |
| 2817 | expense-report | claude-office-skills/skills |
Expense Report Overview This skill helps you organize business expenses into clear, categorized reports suitable for reimbursement requests, accounting, and tax preparation. Use Cases: Creating expense reimbursement reports Organizing receipts for tax preparation Categorizing business expenses Summarizing travel expenses Preparing monthly/quarterly expense summaries How to Use Provide your expense information (receipts, transactions, or descriptions) Specify the purpose (reimbursement, tax prep,...
|
1.8K |
| 2818 | convex-http-actions | waynesutton/convexskills |
Convex HTTP Actions Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/functions/http-actions Actions Overview: https://docs.convex.dev/functions/actions Authentication: https://docs.convex.dev/auth For broader context: https://docs.convex.dev/llms.txt Instructions HTTP Actions Overview HTTP actions allow you to defin...
|
1.7K |
| 2819 | convex-security-check | waynesutton/convexskills |
Convex Security Check A quick security audit checklist for Convex applications covering authentication, function exposure, argument validation, row-level access control, and environment variable handling. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth Production Security: https://docs.convex.dev/production Functions Auth: https://docs.convex.dev/auth/functions-auth For broader context: https://docs.convex.dev/ll...
|
1.7K |
| 2820 | convex-file-storage | waynesutton/convexskills |
Convex File Storage Handle file uploads, storage, serving, and management in Convex applications with proper patterns for images, documents, and generated files. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/file-storage Upload Files: https://docs.convex.dev/file-storage/upload-files Serve Files: https://docs.convex.dev/file-storage/serve-files For broader context: https://docs.convex.dev/llms.txt Instructions File ...
|
1.7K |
| 2821 | dbs-save | dontbesilent2025/dbskill |
dbs-save:诊断存档 你是 dbskill 的状态保存工具。你的工作是:把当前对话里诊断出来的关键结论、用户已经否决的方向、推荐的下一步,写成一个结构化的 markdown 文件存到本地。 你不做诊断。 诊断是别的 skill 的事,你只做记录。 用户面向的措辞约定 跟用户对话时一律用中文,不要把内部术语暴露出去: 「snapshot」→「存档」(一份诊断状态文件叫一份存档) 「session」→「对话」或「下次回来」 「slug」→「项目」(每个项目下独立一份存档目录) frontmatter 字段名(status / title / source_skill / next_skill)和文件路径中的 sessions / slug,是技术标识,不出现在用户对话里。 为什么需要存档 dbskill 现有的 13 个诊断 skill,每次对话都是冷启动。用户上周诊断出来的结论、否决的方向,今天再来全部丢失。 诊断本来是累积的。客户跟你说过的话、走过的弯路、已经验证过的判断,下次应该接着用,而不是从头再讲一遍。 存档不是「写日记」。存档是把诊断从「单次问诊」升级成「私人医生」的前提...
|
1.7K |
| 2822 | dbs-report | dontbesilent2025/dbskill |
dbs-report:诊断报告 你是 dbskill 的报告产物工具。你的工作是:把 dbs-save 留下的多份存档文件合并成一份可读、可分享、可归档的诊断报告。 报告不是你从对话里凭空总结。 你只读 ~/.dbs/sessions/{项目名}/ 下的存档文件,按时间顺序合并、去重、分类。这是报告的可信度来源——它是用户已经确认过的状态的合集,不是 AI 二次发挥。 用户面向的措辞约定 跟用户对话时一律用中文,不要把内部术语暴露出去: 「snapshot」→「存档」(一份诊断状态文件叫一份存档) 「session」→「对话」或「下次回来」 「slug」→「项目」(每个项目下独立一份存档目录) frontmatter 字段名(status / title / source_skill / next_skill)和文件路径中的 sessions / slug,是技术标识,不出现在用户对话里。 为什么需要报告 诊断结论现在漂在聊天里。客户想发给合伙人、想三周后回顾、想跟外部顾问对账,都得自己截图复制。 报告把累积的存档固化成一份带日期、带版本、带索引的 markdown 文档。这是 dbs...
|
1.7K |
| 2823 | dbs-restore | dontbesilent2025/dbskill |
dbs-restore:接续诊断 你是 dbskill 的状态恢复工具。你的工作是:从本地拉出最近一次保存的诊断存档,把状态呈现给用户,让他可以接着上次继续。 你不做诊断,不主动跳到别的 skill。 你只负责把记忆拿回来。 用户面向的措辞约定 跟用户对话时一律用中文,不要把内部术语暴露出去: 「snapshot」→「存档」(一份诊断状态文件叫一份存档) 「session」→「对话」或「下次回来」 「slug」→「项目」(每个项目下独立一份存档目录) frontmatter 字段名(status / title / source_skill / next_skill)和文件路径中的 sessions / slug,是技术标识,不出现在用户对话里。 触发方式 命令 行为 /dbs-restore 拉当前项目下最新的存档 /dbs-restore <序号> 拉指定的存档(list 中的编号) /dbs-restore list 等价于 /dbs-save list /dbs-restore --slug <项目名> 切到别的项目,拉那个项目的最新存档 「接着上次」「之前的结论」「上次诊断到...
|
1.7K |
| 2824 | academic-paper-reviewer | imbad0202/academic-research-skills |
Academic Paper Reviewer v1.4 — Multi-Perspective Academic Paper Review Agent Team Simulates a complete international journal peer review process: automatically identifies the paper's field, dynamically configures 5 reviewers (Editor-in-Chief + 3 peer reviewers + Devil's Advocate) who review from four non-overlapping perspectives — methodology, domain expertise, cross-disciplinary viewpoints, and core argument challenges — ultimately producing a structured Editorial Decision and Revision Roadmap....
|
1.7K |
| 2825 | 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 → ...
|
1.7K |
| 2826 | llm-wiki | ar9av/obsidian-wiki |
LLM Wiki — Knowledge Distillation Pattern You are maintaining a persistent, compounding knowledge base. The wiki is not a chatbot — it is a compiled artifact where knowledge is distilled once and kept current, not re-derived on every query. Three-Layer Architecture Layer 1: Raw Sources (immutable) The user's original documents — articles, papers, notes, PDFs, conversation logs, bookmarks, and images (screenshots, whiteboard photos, diagrams, slide captures). These are never modified by the syste...
|
1.7K |
| 2827 | writing-prds | refoundai/lenny-skills |
Writing PRDs Help the user write effective product requirements documents using frameworks and insights from 11 product leaders. How to Help When the user asks for help with PRDs: Start with the why - Ask about the problem being solved and why it matters now, before features Define success upfront - Help them articulate how they'll know the feature succeeded Choose the right format - Discuss whether they need a traditional doc, a prototype, or executable evals Keep it actionable - Ensure the doc...
|
1.7K |
| 2828 | pp-movie-goat | mvanhorn/printing-press-library |
Movie Goat — Printing Press CLI Prerequisites: Install the CLI This skill drives the movie-goat-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install movie-goat --cli-only Verify: movie-goat-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direct Go ins...
|
1.7K |
| 2829 | pr-creator | google-gemini/gemini-cli |
Pull Request Creator This skill guides the creation of high-quality Pull Requests that adhere to the repository's standards. Workflow Follow these steps to create a Pull Request: Branch Management: Check the current branch to avoid working directly on main. Run git branch --show-current. If the current branch is main, create and switch to a new descriptive branch: git checkout -b <new-branch-name> Locate Template: Search for a pull request template in the repository. Check .github/pull_r...
|
1.7K |
| 2830 | household-waste-info | nomadamas/k-skill |
Household Waste Info What this skill does 행정안전부 생활쓰레기배출정보 Open API를 조회해 지역별 생활쓰레기/음식물쓰레기/재활용품 배출 기준과 요일/시간 정보를 안내한다. 기본 조회 단위는 시군구명( SGG_NM )이다. 응답은 사용자에게 이해하기 쉬운 요약 형태로 정리한다. Base URL은 원본 API( https://apis.data.go.kr/1741000/household_waste_info )를 기준으로 한다. serviceKey ( DATA_GO_KR_API_KEY )만 proxy 서버에서 주입/관리한다. When to use "강남구 쓰레기 배출 요일 알려줘" "우리 동네 음식물쓰레기 언제 버려?" "재활용품 배출 시간 확인해줘" "생활쓰레기 배출 장소/방법 찾아줘" Prerequisites 인터넷 연결 curl , python3 사용 가능 환경 원본 API 접근 가능 환경 API 키 주입용 proxy 접근 가능 환경 Credent...
|
1.7K |
| 2831 | fullstack-dev | minimax-ai/skills |
Full-Stack Development Practices MANDATORY WORKFLOW — Follow These Steps In Order When this skill is triggered, you MUST follow this workflow before writing any code. Step 0: Gather Requirements Before scaffolding anything, ask the user to clarify (or infer from context): Stack : Language/framework for backend and frontend (e.g., Express + React, Django + Vue, Go + HTMX) Service type : API-only, full-stack monolith, or microservice? Database : SQL (PostgreSQL, SQLite, MySQL) or NoSQL (MongoDB, R...
|
1.7K |
| 2832 | shadcn | shadcn-ui/ui |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
1.7K |
| 2833 | stop-slop | hardikpandya/stop-slop |
Stop Slop Eliminate predictable AI writing patterns from prose. Core Rules Cut filler phrases. Remove throat-clearing openers and emphasis crutches. See references/phrases.md. Break formulaic structures. Avoid binary contrasts, dramatic fragmentation, rhetorical setups. See references/structures.md. Vary rhythm. Mix sentence lengths. Two items beat three. End paragraphs differently. Trust readers. State facts directly. Skip softening, justification, hand-holding. Cut quotables. If it soun...
|
1.7K |
| 2834 | chart | starchild-ai-agent/official-skills |
Chart — Project-Based Interactive Charting Generate interactive chart pages with Apache ECharts. Each chart lives in a dedicated project folder under output/chart-html/ , making it easy to reuse and iterate. When to Use Any time the user wants a visual chart: price charts, comparisons, dashboards, business analytics, etc. Architecture ECharts (CDN) for rendering ECharts native export ( getDataURL ) + canvas merge for reliable PNG output Project-based storage : one folder per chart project No gal...
|
1.7K |
| 2835 | security-review | sickn33/antigravity-awesome-skills |
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
|
1.7K |
| 2836 | frontend-design | affaan-m/everything-claude-code |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
1.7K |
| 2837 | vitest | onmax/nuxt-skills |
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
|
1.7K |
| 2838 | vibe-coding | refoundai/lenny-skills |
Vibe Coding Help the user build software using AI tools and natural language, using frameworks and insights from 3 product leaders. How to Help When the user asks for help with vibe coding: Understand the goal - Ask what they're trying to build and who it's for (prototype, internal tool, production app) Guide the approach - Help them break down the problem into smaller pieces for iterative AI prompts Set expectations - Discuss what vibe coding is good for (prototypes, MVPs) versus when professio...
|
1.7K |
| 2839 | network | markdown-viewer/skills |
Network Topology Diagram Generator Quick Start: Choose topology type → Add network devices (routers, switches, firewalls) → Connect with appropriate link types → Add labels and zones → Wrap in ```drawio fence. ⚠️ IMPORTANT: Always use ```drawio code fence. NEVER use ```xml — it will NOT render as a diagram. Critical Rules 🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md . Read the base rules first. Network-specific additions: Check sten...
|
1.7K |
| 2840 | startup-ideation | refoundai/lenny-skills |
Startup Ideation Help the user generate and evaluate startup ideas using frameworks and insights from 2 product leaders. How to Help When the user asks for help with startup ideation: Understand their background - Ask about their personal experience, skills, and what problems they've encountered firsthand Explore information sources - Discuss what they read, who they talk to, and whether their information diet is differentiated Apply the Why Now test - Help them identify what has changed that ma...
|
1.7K |
| 2841 | tailwindcss | hairyf/skills |
Tailwind CSS The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28. Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system. Core References Topic Description Reference Installation Vite, PostCSS, CLI, and CDN setup core-installation U...
|
1.7K |
| 2842 | cover-letter | claude-office-skills/skills |
Cover Letter Overview This skill helps you write personalized, compelling cover letters that effectively communicate your value to potential employers and increase your chances of landing interviews. Use Cases: Job applications Career transitions Internal transfers Referral introductions Speculative applications How to Use Share the job posting or describe the role Tell me about your relevant experience Mention any specific points you want to highlight I'll create a tailored cover letter Example...
|
1.7K |
| 2843 | customer-success | claude-office-skills/skills |
Customer Success Comprehensive customer success management covering onboarding, health scoring, QBRs, expansion playbooks, and retention strategies. Overview This skill covers: Customer onboarding programs Health scoring and monitoring QBR (Quarterly Business Review) templates Expansion and upsell playbooks Retention and churn prevention Customer Onboarding Onboarding Program Structure onboarding_phases : phase_1_kickoff : duration : "Week 1" goals : - establish_relationship - set_expectations -...
|
1.7K |
| 2844 | tech resume optimizer | paramchoudhary/resumeskills |
Use this skill when the user: - Is applying for software engineering roles - Wants to optimize a technical resume - Needs help with developer/PM/technical job applications - Mentions: "tech resume", "software engineer resume", "developer resume", "technical resume", "SWE resume", "PM resume" Core Capabilities - Optimize resumes for technical roles (SWE, PM, Data, DevOps) - Structure technical skills sections effectively - Highlight projects and technical achievements - Balance technica...
|
1.7K |
| 2845 | diagram-creator | claude-office-skills/skills |
Diagram Creator Skill Overview I help you create professional diagrams using text-based diagram tools like Mermaid and PlantUML. These diagrams can be rendered in documentation, presentations, and development tools. What I can do: Create flowcharts and process diagrams Generate sequence diagrams Build architecture and system diagrams Design ER (Entity-Relationship) diagrams Create class diagrams and UML Generate organizational charts Build Gantt charts and timelines What I cannot do: Render imag...
|
1.7K |
| 2846 | bunjang-search | nomadamas/k-skill |
Bunjang Search What this skill does upstream bunjang-cli / pinion05/bunjangcli 를 사용해 번개장터에서 아래 흐름을 처리한다. 상품 검색 상품 상세조회 선택적 찜/채팅 다페이지 대량 수집 AI 분석용 TOON chunk export Core policy 기본 경로는 항상 CLI first 다. 기본 명령은 npx --yes bunjang-cli ... 형식을 쓴다. auth login 은 headful 브라우저 + TTY / interactive 터미널 이 필요하다. 로그인 전에는 검색/상세조회/대량 수집 위주로 답하고, favorite / chat / purchase 는 선택적 로그인 플로우 로만 안내한다. 대량 수집은 --start-page , --pages , --max-items , --with-detail , --output 조합을 우선 쓴다. AI 분석용 export 는 --ai --output <director...
|
1.7K |
| 2847 | design-sprint | wondelai/skills |
Design Sprint Framework A five-day process for answering critical business questions through design, prototyping, and testing ideas with customers. Developed at Google Ventures and used by Google, Slack, Airbnb, and hundreds of startups. Core Principle Great solutions require both deep work and fast iteration. The Design Sprint compresses months of debate, design, and testing into a single week, creating focus and urgency that eliminates endless discussion. The foundation: Traditional product de...
|
1.7K |
| 2848 | security-threat-model | openai/skills |
Threat Model Source Code Repo Deliver an actionable AppSec-grade threat model that is specific to the repository or a project path, not a generic checklist. Anchor every architectural claim to evidence in the repo and keep assumptions explicit. Prioritizing realistic attacker goals and concrete impacts over generic checklists. Quick start Collect (or infer) inputs: Repo root path and any in-scope paths. Intended usage, deployment model, internet exposure, and auth expectations (if known). Any ex...
|
1.7K |
| 2849 | hipass-receipt | nomadamas/k-skill |
하이패스 영수증 발급 What this skill does 공식 하이패스 홈페이지( https://www.hipass.co.kr )에서 이미 로그인된 브라우저 세션 을 재사용해: 사용내역 조회 특정 행 선택 영수증 팝업/출력 화면 진입 세션 만료 감지 후 재로그인 안내 까지를 반자동으로 돕는다. Hard limits 로그인은 반드시 사용자가 직접 해야 한다. 이 스킬은 로그인된 세션에서만 동작한다. ID/PW, 인증코드, OTP, 공동인증서 절차를 자동 입력하지 않는다. JSESSIONID 쿠키만 저장해 장시간 재사용하는 방식은 지원하지 않는다. 권장 세션 형태는 Playwright persistent context 또는 Chrome user-data-dir / remote-debugging 재사용이다. 세션이 만료되면 즉시 중단하고 다시 로그인 해야 한다. Why this design 현재 공개 페이지 기준으로: 로그인 페이지와 메인 페이지에 session_time=1200 이 노...
|
1.7K |
| 2850 | apple-notes | steipete/clawdis |
Apple Notes CLI Use memo notes to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown. Setup Install (Homebrew): brew tap antoniorodr/memo && brew install antoniorodr/memo/memo Manual (pip): pip install . (after cloning the repo) macOS-only; if prompted, grant Automation access to Notes.app. View Notes List all notes: memo notes Filter by folder: memo notes -f "Folder Name" Search notes (fuzzy): memo notes -s ...
|
1.7K |