Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,408
总 Skills
88.0M
总安装量
2,574
贡献者
# Skill 仓库 描述 安装量
23601 scaffold-cli mblode/agent-skills
Scaffold CLI Scaffold a production-ready TypeScript CLI project (Node 22+) with ESM modules, dual-build (CLI + library), automated releases, and an agent skill definition. Reference Files File Read When references/scaffold-configs.md Default: templates for package.json, tsconfig, tsdown, gitignore, license, changeset config, GitHub Actions references/scaffold-source.md Default: templates for src/cli.ts, src/index.ts, src/types.ts, AGENTS.md, README.md, skills/SKILL.md references/post-scaffold.md...
36
23602 dry-refactoring yyh211/claude-meta-skill
DRY 标准化流程:从识别到重构 这个技能指导你系统性地应用 DRY (Don't Repeat Yourself) 原则,通过四步标准化流程消除代码重复,提升代码质量和可维护性。 When to Use This Skill 使用此技能当用户请求: 消除代码重复或冗余 重构有明显复制粘贴痕迹的代码 应用 DRY 原则优化代码库 识别并修复"代码坏味道"(如魔术数字、重复逻辑) 提取公共逻辑为可复用单元 改善代码的可维护性 关键触发词: DRY, 重复代码, 代码重复, 重构, 消除重复, 复制粘贴, 魔术数字, 代码坏味道, 抽象, 提取函数 核心思想 系统中的每一处知识都必须拥有一个单一、明确、权威的表示。 这意味着: 任何业务逻辑、算法或配置信息都应该只存在于代码库的一个地方 如果需要修改,你只需改这一个地方 修改会自动反映到所有使用该逻辑的地方 两次法则 (Rule of Two): 当你第二次写下几乎相同的代码块时,警钟就应该敲响。这是开始重构的信号。 四步标准化流程 这是一个可在编码任何阶段应用的微循环。严格按照步骤执行,确保重构的安全性和有效性。 ...
36
23603 tanstack-vue-form-skilld harlan-zw/vue-ecosystem-skills
TanStack/form @tanstack/vue-form Powerful, type-safe forms for Vue. Version: 1.28.5 (Mar 2026) Deps: @tanstack/vue-store@^0.9.1, @tanstack/form-core@1.28.5 Tags: latest: 1.28.5 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes for @tanstack/vue-form . BREAKING: field.errors — v1.28.0 flattens errors by default ( [error] not [[error]] ), use disableErrorFlat: true to restore old nested behavior source DEPRECATED: field.getValue() —...
36
23604 mcp-builder letta-ai/skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
36
23605 async-preact-signals rodydavis/skills
Async Preact Signals When working with signals in Javascript, it is very common to work with async data from Promises . Async vs Sync But unlike other state management libraries, signals do not have an asynchronous state graph and all values must be computed synchronously . When people first start using signals they want to simply add async to the function callback but this breaks how they work under the hood and leads to undefined behavior. ☹️ Async functions are a leaky abstraction and force y...
36
23606 planning-prompts scientiacapital/skills
<quick_start> Start a new project: Claude creates planning structure mkdir -p .planning/phases Creates: BRIEF.md, ROADMAP.md, phase plans Invoke via routing: "brief" / "new project" → Create BRIEF.md "roadmap" / "phases" → Create ROADMAP.md "plan phase" / "next phase" → Create phase PLAN.md "meta-prompt" / "research then plan" → Create prompt chain Plans ARE prompts - PLAN.md is directly executable by Claude. </quick_start> <essential_principles> When planning a phase, you are writing the prom...
36
23607 build-perf-diagnostics dotnet/skills
Performance Analysis Methodology Generate a binlog : dotnet build /bl:{} -m Replay to diagnostic log with performance summary : dotnet msbuild build.binlog -noconlog -fl -flp:v = diag ; logfile = full.log ; performancesummary Read the performance summary (at the end of full.log ): grep "Target Performance Summary\|Task Performance Summary" -A 50 full.log Find expensive targets and tasks : The PerformanceSummary section lists all targets/tasks sorted by cumulative time Check for node utilization ...
36
23608 blue-ocean-strategy scientiacapital/skills
Blue Ocean Strategy Framework Strategic framework for creating uncontested market space that makes the competition irrelevant, based on simultaneous pursuit of differentiation and low cost. Core Principle Don't compete in bloody red oceans. Create blue oceans of uncontested market space. Most companies fight for market share in existing industries (red oceans). Winners create new market space where competition is irrelevant (blue oceans) by delivering a leap in value for both buyers and themselv...
36
23609 tts answerzhao/agent-skills
tts Convert any text into speech audio. Supports two backends (Kokoro local, Noiz cloud), two modes (simple or timeline-accurate), and per-segment voice control. Triggers text to speech / tts / speak / say voice clone / dubbing epub to audio / srt to audio / convert to audio 语音 / 说 / 讲 / 说话 Simple Mode — text to audio speak is the default — the subcommand can be omitted: Basic usage (speak is implicit) python3 skills/tts/scripts/tts.py -t "Hello world" add -o path to save python3 skills/tts/sc...
36
23610 markitdown ovachiever/droid-tings
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
36
23611 cc10x-router romiluz13/cc10x
cc10x Router Runtime contract only. When loaded: route intent, hydrate workflow state, write workflow artifacts, execute the task graph, validate agent output, finalize memory. 1. Intent Routing Route using the first matching signal: Priority Signal Keywords Workflow Chain 1 ERROR error, bug, fix, broken, crash, fail, debug, troubleshoot, issue DEBUG bug-investigator -> code-reviewer -> integration-verifier 2 PLAN plan, design, architect, roadmap, strategy, spec, brainstorm PLAN brainstorming ->...
36
23612 architecture-doc-creator jeremylongshore/claude-code-plugins-plus-skills
Architecture Doc Creator Purpose This skill provides automated assistance for architecture doc creator tasks within the Technical Documentation domain. When to Use This skill activates automatically when you: Mention "architecture doc creator" in your request Ask about architecture doc creator patterns or best practices Need help with technical documentation skills covering api docs, user guides, architecture docs, and documentation automation. Capabilities Provides step-by-step guidance for arc...
36
23613 automating-keynote spillwavesolutions/automating-mac-apps-plugin
Automating Keynote (JXA-first, AppleScript discovery) Contents Relationship to the macOS automation skill Core framing Workflow (default) Quick Examples What to load Relationship to the macOS automation skill This skill focuses on Keynote-specific automation (documents, slides, charts). Use automating-mac-apps for cross-app workflows or general macOS scripting foundations. Assumes Apple Events knowledge from the related skill. PyXA Installation: To use PyXA examples in this skill, see the instal...
36
23614 robustadev julianobarbosa/claude-code-skills
RobustaDev Comprehensive guide for Robusta - the SRE agent that transforms Kubernetes alerts into actionable insights using playbooks, AI investigation, and automated remediation. Quick Reference Component Purpose Playbooks Rules engine defining alert responses Triggers Events that activate playbook execution Actions Remediation steps and enrichments Sinks Notification destinations (Slack, Teams, PagerDuty, etc.) Workflow Routing Workflow Trigger File Install "install robusta", "deploy robusta" ...
36
23615 memory-management ruvnet/claude-flow
Memory Management Memory makes Claude your workplace collaborator - someone who speaks your internal language. The Goal Transform shorthand into understanding: User: "ask todd to do the PSR for oracle" ↓ Claude decodes "Ask Todd Martinez (Finance lead) to prepare the Pipeline Status Report for the Oracle Systems deal ($2.3M, closing Q2)" Without memory, that request is meaningless. With memory, Claude knows: todd → Todd Martinez, Finance lead, prefers Slack PSR → Pipeline Status Report (weekly s...
36
23616 agentbox cascade-protocol/agentbox
AgentBox Provision a dedicated AI agent by paying $5 USDC (Solana) via x402. Each agent runs an OpenClaw AI gateway with HTTPS, web terminal, and Solana wallet. Instances last 7 days (extendable). Base URL: https://api.agentbox.fyi Prerequisites npm install @x402/fetch @x402/svm @solana/kit Requires a Solana wallet file ( solana-keygen JSON format: 64-byte array) with USDC funds. 1. Provision Create provision.mjs and run with node provision.mjs /path/to/wallet.json [name] : import { readFileSync...
36
23617 web-automation mauromedda/agent-toolkit
ABOUTME: Claude Code skill for web automation, debugging, and E2E testing using Playwright ABOUTME: Covers interactive automation, passive monitoring, screenshots, and security verification Web Automation with Playwright Browser automation and debugging using Playwright in Python or JavaScript/TypeScript . Detailed patterns : See references/python-patterns.md and references/javascript-patterns.md Quick Reference Task Helper Script Login / fill forms examples/python/form_interaction.py Take scree...
36
23618 sanitize-git-repo letta-ai/skills
Sanitize Git Repository This skill provides guidance for systematically identifying and replacing sensitive information in git repositories, including API keys, tokens, passwords, and other credentials. When to Use This Skill Sanitizing a repository before sharing or open-sourcing Removing accidentally committed secrets from a codebase Replacing hardcoded credentials with placeholders Auditing a repository for sensitive information Preparing code for security review Recommended Approach Phase 1:...
36
23619 discover-skills nesnilnehc/ai-cortex
Skill: Discover Skills Purpose Help the Agent identify missing skills for a task and recommend concrete installation steps. This skill discovers candidates and suggests what to install, but does not install or inject skills automatically. Core Objective Primary Goal : Provide the Agent with top 1-3 skill recommendations and exact installation commands to fill capability gaps. Success Criteria (ALL must be met): ✅ Discovery performed : Searched local skills/INDEX.md and manifest.json , or externa...
36
23620 laravel-prompts rawveg/skillsforge-marketplace
Laravel Prompts is a PHP package for adding beautiful and user-friendly forms to your command-line applications, with browser-like features including placeholder text and validation. It's pre-installed in Laravel and supports macOS, Linux, and Windows with WSL. When to Use This Skill This skill should be triggered when: - Building Laravel Artisan commands with interactive prompts - Creating user-friendly CLI applications in PHP - Implementing form validation in command-line tools - Adding...
36
23621 identity-framework qodex-ai/ai-agent-skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Acce...
36
23622 build-parallelism dotnet/skills
MSBuild Parallelism Model /maxcpucount (or -m ): number of worker nodes (processes) Default: 1 node (sequential!). Always use -m for parallel builds Recommended: -m without a number = use all logical processors Each node builds one project at a time Projects are scheduled based on dependency graph Project Dependency Graph MSBuild builds projects in dependency order (topological sort) Critical path: longest chain of dependent projects determines minimum build time Bottleneck: if project A depends...
36
23623 animation principles - advanced dylantarre/animation-principles
Nuanced Application of Animation Principles You've internalized the fundamentals. Now explore the subtleties that separate competent from exceptional animation. Beyond the Basics Squash and Stretch: The Invisible Application Facial animation relies on subtle squash/stretch most viewers never consciously see. Brows compress, cheeks stretch, jaw volumes shift. The principle applies to rigid objects too - camera shake and motion blur are perceptual squash/stretch. Anticipation: When to Subvert It L...
36
23624 agent-researcher ruvnet/claude-flow
name: researcher type: analyst color: "9B59B6" description: Deep research and information gathering specialist capabilities: code_analysis pattern_recognition documentation_research dependency_tracking knowledge_synthesis priority: high hooks: pre: | echo "🔍 Research agent investigating: $TASK" memory_store "research_context_$(date +%s)" "$TASK" post: | echo "📊 Research findings documented" memory_search "research_*" | head -5 Research and Analysis Agent You are a research specialist focused on ...
36
23625 prowler-readme-table prowler-cloud/prowler
When to Use Use this skill when updating the Prowler at a Glance table in the root README.md . This table tracks the number of checks, services, compliance frameworks, and categories for each supported provider. Procedure Step 1: Collect Stats via CLI Run the following command for each provider and each metric : python3 prowler-cli.py < provider > --list- < metric > Providers: aws , azure , gcp , kubernetes , github , m365 , oraclecloud , alibabacloud , cloudflare , mongodbatlas , openstack , nh...
36
23626 az-aks-agent julianobarbosa/claude-code-skills
Azure AKS Agent CLI Skill Overview The Agentic CLI for Azure Kubernetes Service (AKS) is an AI-powered troubleshooting and insights tool (currently in preview) that brings advanced diagnostics directly to your terminal. It allows you to ask natural language questions about your cluster's health, configuration, and issues without requiring deep Kubernetes expertise or knowledge of complex command syntax. Primary Command: az aks agent Quick Reference Installation Prerequisites: Azure CLI versi...
36
23627 tech-debt-prioritizer patricio0312rev/skills
Tech Debt Prioritizer Systematically prioritize and pay down technical debt. Scoring Rubric Impact Score (1-10) 10 - Critical: Prevents new features Causes frequent prod incidents Blocks multiple teams 7-9 - High: Significantly slows development Causes occasional incidents Affects one team heavily 4-6 - Medium: Moderate development friction Rare incidents Workarounds exist 1-3 - Low: Minor annoyance No incidents Easy workarounds Risk Score (1-10) 10 - Critical: Security vulnerability...
36
23628 protein-assembly letta-ai/skills
Protein Assembly Skill This skill provides structured guidance for designing fusion protein gBlock sequences that combine multiple protein components (antibody fragments, fluorescent proteins, enzyme domains) into a single optimized DNA construct. When to Use This Skill This skill applies to tasks that involve: Designing fusion proteins from multiple sources (PDB, plasmids, protein databases) Creating gBlock sequences with specific linker requirements Codon optimization for GC content constraint...
36
23629 modern-javascript ccheney/robust-skills
Write clean, performant, maintainable JavaScript using modern language features. This skill covers ES6 through ES2025, emphasizing immutability, functional patterns, and expressive syntax. Quick Decision Trees "Which array method should I use?" ``` What do I need? ├─ Transform each element → .map() ├─ Keep some elements → .filter() ├─ Find one element → .find() / .findLast() ├─ Check if condition met → .some() / .every() ├─ Reduce to single ...
36
23630 project-planning ovachiever/droid-tings
Project Planning Skill Specialized planning assistant for web application projects. Generate context-safe phases with comprehensive planning documentation. ⚡ Recommended Workflow ASK 3-5 clarifying questions (auth, data, features, scope) WAIT for user answers CREATE planning docs immediately (IMPLEMENTATION_PHASES.md always, others as needed) OUTPUT all docs to user for review CONFIRM user satisfied SUGGEST creating SESSION.md and starting Phase 1 🤖 Automation Commands Two slash commands are ...
36
23631 extract-moves-from-video letta-ai/skills
Extract Moves From Video Overview This skill provides a systematic approach for extracting text commands from video recordings. Common use cases include extracting gameplay commands from text adventure games (like Zork), capturing terminal commands from screen recordings, or transcribing any typed input visible in video content. Workflow Step 1: Analyze the Source Video Before processing, understand the video characteristics: Determine video properties : Resolution, duration, frame rate Identify...
36
23632 langfuse avivsinai/langfuse-mcp
Langfuse This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically. Core Principles Follow these principles for ALL Langfuse work: Documentation First : NEVER implement based on memory. Always fetch current docs before writing code (Langfuse updates frequently) See the section below on how to access documentation. CLI for Data Access : Use langfuse-cli when querying/modifying Lan...
36
23633 input-validation-checker jeremylongshore/claude-code-plugins-plus-skills
Input Validation Checker Purpose This skill provides automated assistance for input validation checker tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "input validation checker" in your request Ask about input validation checker patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-by-step g...
36
23634 peer-review-initiator qodex-ai/ai-agent-skills
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to main Optional but valuable: When stuck (fresh perspective) Before refactoring (baseline check) After fixing complex bug How to Request 1. Get git SHAs: BASE_SHA=$(git rev-parse HEAD~1) or origin/main HEAD_SHA=$(gi...
36
23635 youtube-transcribe eyadsibai/ltk
Extract subtitles and transcripts from YouTube videos. Methods | CLI | yt-dlp | Fast, reliable, preferred | Browser | Chrome automation | Fallback when CLI fails | API | youtube-transcript-api | Python programmatic access yt-dlp Method (Preferred) Basic Command ``` yt-dlp --write-auto-sub --write-sub --sub-lang en --skip-download -o "%(title)s.%(ext)s" "VIDEO_URL" ``` Key Flags | `--write-sub` | Download manual subtitles | `--write-auto-sub` | Download auto-generated s...
36
23636 discover-engineering rand/cc-polymath
Engineering Skills Discovery Provides automatic access to comprehensive engineering skills. When This Skill Activates This skill auto-activates when you're working with: engineering practices code review documentation team collaboration technical leadership Available Skills Quick Reference The Engineering category contains 14 skills: Software Development Practices: code-review - PR reviews, feedback, automation code-quality - SOLID principles, metrics, code smells refactoring-patterns - S...
36
23637 pr-descriptions zenobi-us/dotfiles
`gh pr edit --body` can fail silently on some GitHub instances or configurations, accepting the command but not persisting changes. The GitHub REST API provides a reliable fallback when standard CLI tools don't work as expected. When to Use - `gh pr edit --body` accepts command but changes don't persist (silent failure) - Need to programmatically update PR description with multiline content - Working with complex PR templates where edits aren't reflected - Need guaranteed persistence befor...
36
23638 antfarm-workflows snarktank/antfarm
Antfarm Multi-agent workflow pipelines on OpenClaw. Each workflow is a sequence of specialized agents (planner, developer, verifier, tester, reviewer) that execute autonomously via cron jobs polling a shared SQLite database. All CLI commands use the full path to avoid PATH issues: node ~/.openclaw/workspace/antfarm/dist/cli/cli.js < command > Shorthand used below: antfarm-cli means node ~/.openclaw/workspace/antfarm/dist/cli/cli.js . Workflows Workflow Pipeline Use for feature-dev plan -> setup ...
36
23639 prd snarktank/amp-skills
Product Requirements Document (PRD) Overview Design comprehensive, production-grade Product Requirements Documents (PRDs) that bridge the gap between business vision and technical execution. This skill works for modern software systems, ensuring that requirements are clearly defined. When to Use Use this skill when: Starting a new product or feature development cycle Translating a vague idea into a concrete technical specification Defining requirements for AI-powered features Stakeholders need a...
36
23640 github-actions teachingai/full-stack-skills
GitHub Actions Build Artifacts Overview Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via gh CLI or GitHub API. When to Apply Use this skill when: Creating CI workflows that build React Native simulator/emulator artifacts. Uploading iOS simulator and Android emulator installables from PRs or manual dispatch runs. Replacing local-only mobile builds with downloadable CI artifacts. Needing stable...
36
23641 style-modeler dongbeixiaohuo/writing-agent
当用户希望"学习某种风格"、"提取文档风格"或"建立风格库"时,请执行以下深度解构流程。 1. 获取样本、预处理与策略路由 此阶段决定了建模的准确度和继承性。 A. 多态输入处理 - 多 URL 列表(批量模式): 串行提取:遇到多个链接时,必须依次调用提取工具,绝不并发以防风控。若某篇失败,记录并跳过,确保流程不中断。 - 超级样本构建:将所有提取的纯文本拼接合并(格式:`=== 样本1:标题 ===\n内容...\n=== 样本2:标题 ===...`),作为单一的长上下文输入进行整体分析。切勿对每篇文章单独建模。 - 微信公众号特规:务必使用绕过安全限制的参数配置。 - URL 输入(自动提取): 如果用户提供文章链接(特别是微信公众号链接),必须先调用 `web-article-extractor` 技能或相关浏览器工具提取正文内容。 针对微信公众号,务必使用绕过安全限制的模式(配置 User-Agent 和 disable-blink-features)。 - 归档保存:提取成功后,必须将文章内容(优先 Markdown 格式,包含元数据)保存到...
36
23642 mongodb teachingai/full-stack-skills
MongoDB & Mongoose Build and query MongoDB databases with best practices. Quick Start npm install mongodb mongoose Native Driver import { MongoClient, ObjectId } from 'mongodb'; const client = new MongoClient(process.env.MONGODB_URI!); const db = client.db('myapp'); const users = db.collection('users'); // Connect await client.connect(); // CRUD Operations await users.insertOne({ name: 'Alice', email: 'alice@example.com' }); const user = await users.findOne({ email: 'alice@example.com' });...
36
23643 docx teachingai/full-stack-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
36
23644 product-documentation hack23/homepage
Product Documentation Skill Purpose Ensures product documentation is clear, comprehensive, and user-focused, helping users understand features, solve problems, and get maximum value from products. Rules Documentation Types User Guides (MUST HAVE): Getting Started guide Feature documentation Troubleshooting guide FAQ Glossary Release Documentation: Release notes (new features, bug fixes, breaking changes) Migration guides Upgrade instructions Deprecation notices Reference Documentation: Feature s...
36
23645 docker fellipeutaka/leon
Docker Containerization Skill Summary Docker provides containerization for packaging applications with their dependencies into isolated, portable units. Containers ensure consistency across development, testing, and production environments, eliminating "works on my machine" problems. When to Use Local Development: Consistent dev environments across team members CI/CD Pipelines: Reproducible build and test environments Microservices: Isolated services with independent scaling Production Deploym...
36
23646 create-prd borghei/claude-skills
Create a Product Requirements Document Purpose You are an experienced product manager responsible for creating a comprehensive Product Requirements Document (PRD) for $ARGUMENTS. This document will serve as the authoritative specification for your product or feature, aligning stakeholders and guiding development. Context A well-structured PRD clearly communicates the what, why, and how of your product initiative. This skill uses an 8-section template proven to communicate product vision effectiv...
36
23647 webapp-testing erichowens/some_claude_skills
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
36
23648 elixir-expert personamanagmentlayer/pcl
Elixir Expert Purpose Provides expertise in Elixir development, Phoenix Framework, and OTP patterns. Covers concurrent programming, real-time features with LiveView, and building fault-tolerant distributed systems on the BEAM VM. When to Use Building Elixir applications Developing Phoenix web applications Implementing real-time features with LiveView Using OTP patterns (GenServer, Supervisor) Building distributed systems on BEAM Designing fault-tolerant architectures Working with Ecto for databa...
36
23649 build-things openai/skills
Build things Overview Generate a URL using the generate_merch_url script then open the URL via the platform open-URL tool. Workflow First, ask the user for their email, then run the script to generate the URL: You should follow this exact prompt, including using the emojis: "Codex Easter egg unlocked 🥚🏈 Share your email to proceed to the next step." Once you have the user's email, run from this skill directory: python scripts/generate_merch_url.py <email> If current working directory is elsewher...
36
23650 security-headers-generator jeremylongshore/claude-code-plugins-plus-skills
Security Headers Generator Purpose This skill provides automated assistance for security headers generator tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "security headers generator" in your request Ask about security headers generator patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-b...
36