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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,599
总 Skills
166.1M
总安装量
2,749
贡献者
# Skill 仓库 描述 安装量
8201 storage-analyzer kkkkhazix/khazix-skills
Storage Analyzer 对 macOS 做一次只读存储分析,产出交互式 HTML 报告。流程:扫描 → 分析分级 → 生成网页 → 打开。 铁律 全程只读。 只能跑扫描/统计/列目录/读元信息(df、du、diskutil、stat、ls)。绝对禁止 rm、mv、rmdir、清空回收站、改权限等任何写操作。 删除命令只展示,不执行。 报告里给出的清理命令是供用户自己在终端确认后运行的。即使用户在对话里说"帮我删",也要先停下确认(命中全局红线:删除文件必须先问),不要直接代跑。 估算标注清楚。 涉及"可释放空间"一律说明是估算值。 路径、命令保留原文不翻译。 执行流程 Step 1 扫描(只读) python3 scripts/scan.py > /tmp/storage_scan.json Show more Installs 479 Repository kkkkhazix/khazix-skills GitHub Stars 14.4K First Seen 14 days ago
1.4K
8202 landing-page-generator kostja94/marketing-skills
Pages: Landing Page Guides campaign landing page structure, conversion flow, and optimization. Primary use : Paid ads (PPC/SEM) — landing pages are typically built to receive paid traffic; ad-to-page alignment is critical for conversion. See paid-ads-strategy for when to use paid ads and ad-to-page alignment principles. Also applies to affiliate signup, product launch, lead capture, webinar registration, and other single-goal conversion pages. Scale : When building many landing pages (city-speci...
1.4K
8203 literature-review k-dense-ai/scientific-agent-skills
Literature Review Use this skill when the task is to find, screen, synthesize, and cite a body of academic or technical literature. When to Use Building a systematic, scoping, or narrative literature review. Synthesizing the state of the art for a research question. Finding gaps, contradictions, or future-work directions. Preparing citation-backed background sections for papers or reports. Comparing evidence across peer-reviewed papers, preprints, patents, and technical reports. Review Types Sho...
1.4K
8204 rebuttal-writing lingzhi227/agent-research-skills
Rebuttal Writing Generate structured, evidence-based rebuttals to peer review comments. Input $0 — Reviewer comments (text file, or pasted directly) Optional: current paper draft for reference References Rebuttal prompts and format templates: ~/.claude/skills/rebuttal-writing/references/rebuttal-prompts.md Workflow Show more
1.4K
8205 edit-spec zernie/vigiles
Edit a .spec.ts file to update the project's instruction files. The spec is the source of truth — CLAUDE.md and AGENTS.md are compiled build artifacts that must not be edited directly. Arguments $ARGUMENTS — What the user wants to change. Examples: "add a rule about always using the custom logger" "update the architecture section" "add src/services/auth.ts to key files" "add npm run lint to commands" "change the testing guidance" Instructions Step 1: Find the Spec Look for spec files in the repo...
1.4K
8206 strengthen zernie/vigiles
Scan spec files for guidance() rules and suggest enforce() replacements backed by real linter rules. Principle: auto the free wins, nudge for the costs The dividing line is cost, not strictness . A guidance() → enforce() swap where the linter rule already exists and is enabled is a pure win — free, reversible, no false-positive risk — so apply it (Tier 1 below). Anything that costs something — editing linter config, installing a plugin, or a change that could fail a clean CI — is the user's call...
1.4K
8207 rpi boshu2/agentops
/rpi — Full RPI Lifecycle Orchestrator Quick Ref: One command, full lifecycle. Discovery → Implementation → Validation. The session is the lead; sub-skills manage their own teams. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Runtime Rule (Native Orchestration Only) /rpi MUST orchestrate /research , /plan , /pre-mortem , /crank , /vibe , and /post-mortem directly in-session. Do not hand orchestration to external RPI wrapper commands. Quick Start /rpi "add user authentication" full li...
1.4K
8208 wireframe-prototyping aj-geddes/useful-ai-prompts
Wireframe Prototyping Overview Wireframes and prototypes bridge the gap between ideas and implementation, enabling teams to test concepts, get feedback, and refine designs before costly development. When to Use Early concept validation Stakeholder alignment User testing and feedback Developer handoff Feature exploration UX problem-solving Rapid iteration Instructions 1. Wireframing Fundamentals Wireframe Principles: Low Fidelity (Sketches): Tools: Paper, whiteboard, Balsamiq Time: 30 minu...
1.4K
8209 react-ui-patterns sickn33/agentic-awesome-skills
React UI Patterns Core Principles Never show stale UI - Loading spinners only when actually loading Always surface errors - Users must know when something fails Optimistic updates - Make the UI feel instant Progressive disclosure - Show content as it becomes available Graceful degradation - Partial data is better than no data Loading State Patterns The Golden Rule Show loading indicator ONLY when there's no data to display. // CORRECT - Only show loading when no data exists const { data , loadin...
1.4K
8210 humanize-writing jpeggdev/humanize-writing
Humanize Writing You are an expert editor who specializes in detecting and removing AI writing patterns. Your job is to take content that reads like it was generated by a language model and rewrite it so it sounds like a knowledgeable human wrote it on the first try. Core Philosophy AI writing has a recognizable smell. It's not about any single word or trick. It's the combination: predictable structure, hedge-then-assert phrasing, relentless parallelism, significance inflation, and a tendency to...
1.4K
8211 test-harness zernie/vigiles
Test the Claude Code harness — the hooks, skills, settings, and CLAUDE.md that steer an agent — as the assembled machine it ships as. vigiles gives three tiers, cheapest first; this skill picks the right one, writes the test, and runs it. The guiding rule: start at the cheapest tier that can answer the question, and climb only when it genuinely can't. Two of the three tiers need no model and no API key, so they run on every commit for free — reach for the paid real-model tier only when the quest...
1.4K
8212 flask-api-development aj-geddes/useful-ai-prompts
Flask API Development Overview Create efficient Flask APIs with blueprints for modular organization, SQLAlchemy for ORM, JWT authentication, comprehensive error handling, and proper request validation following REST principles. When to Use Building RESTful APIs with Flask Creating microservices with minimal overhead Implementing lightweight authentication systems Designing API endpoints with proper validation Integrating with relational databases Building request/response handling systems Inst...
1.4K
8213 agent-owasp-compliance github/awesome-copilot
Agent OWASP ASI Compliance Check Evaluate AI agent systems against the OWASP Agentic Security Initiative (ASI) Top 10 — the industry standard for agent security posture. Overview The OWASP ASI Top 10 defines the critical security risks specific to autonomous AI agents — not LLMs, not chatbots, but agents that call tools, access systems, and act on behalf of users. This skill checks whether your agent implementation addresses each risk. Codebase → Scan for each ASI control: ASI-01: Prompt Injecti...
1.4K
8214 design-lab 0xdesign/design-plugin
This skill implements a complete design exploration workflow: interview, generate variations, collect feedback, refine, preview, and finalize. CRITICAL: Cleanup Behavior All temporary files MUST be deleted when the process ends, whether by: - User confirms final design → cleanup, then generate plan - User aborts/cancels → cleanup immediately, no plan generated Never leave `.claude-design/` or `__design_lab` routes behind. If the user says "cancel", "abort", "stop", or "nevermind" at any po...
1.4K
8215 image-to-editable-ppt ningzimu/image-to-editable-ppt-skill
Image to Editable PPT Overview This skill rebuilds visual slide inputs into object-level editable PowerPoint .pptx files. Inputs can be a single image, multiple images, a PDF, or an image-based PPT/PPTX. The output is always .pptx . The goal is not to wrap a full-slide screenshot inside PowerPoint; the goal is to use the editppt runtime and page-level prompts to decompose, reconstruct, validate, and assemble editable slides. References Each rule in this skill has exactly one authoritative home; ...
1.4K
8216 pptx-official sickn33/agentic-awesome-skills
PPTX creation, editing, and analysis Overview A user may ask you to create, edit, or analyze the contents of a .pptx file. A .pptx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks. Reading and analyzing content Text extraction If you just need to read the text contents of a presentation, you should convert the document to markdown: Convert document to markdown python -m mark...
1.4K
8217 wordpress-setup jezweb/claude-skills
WordPress Setup Connect to a WordPress site and verify working access via WP-CLI or REST API. Produces a verified connection config ready for content management and Elementor editing. Workflow Step 1: Check WP-CLI wp --version If not installed, guide the user: macOS/Linux curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp Also ensure the SSH extension is available (needed for remote sites): wp package inst...
1.4K
8218 stock-monitor chjm-ai/stock-monitor-skill
Stock Monitor Pro - 全功能智能投顾系统 🎯 核心特色 1. 七大预警规则 (全都要!) 规则 触发条件 权重 成本百分比 盈利+15% / 亏损-12% ⭐⭐⭐ 日内涨跌幅 个股±4% / ETF±2% / 黄金±2.5% ⭐⭐ 成交量异动 放量>2倍均量 / 缩量<0.5倍 ⭐⭐ 均线金叉/死叉 MA5上穿/下穿MA10 ⭐⭐⭐ RSI超买超卖 RSI>70超买 / RSI<30超卖 ⭐⭐ 跳空缺口 向上/向下跳空>1% ⭐⭐ 动态止盈 盈利10%+后回撤5%/10% ⭐⭐⭐ 2. 分级预警系统 🚨 紧急级 : 多条件共振 (如: 放量+均线金叉+突破成本) ⚠️ 警告级 : 2个条件触发 (如: RSI超卖+放量) 📢 提醒级 : 单一条件触发 3. 中国习惯 🔴 红色 = 上涨 / 盈利 🟢 绿色 = 下跌 / 亏损 📋 监控配置 完整预警规则示例 { "code" : "600362" , "name" : "江西铜业" , "type" : "individual" , 个股 "market" : "sh" , "cost" : 57.00 , 持仓成...
1.4K
8219 compare-models replicate/skills
Docs Reference: https://replicate.com/docs/llms.txt OpenAPI schema: https://api.replicate.com/openapi.json MCP server: https://mcp.replicate.com Per-model docs: https://replicate.com/{owner}/{model}/llms.txt Set Accept: text/markdown when requesting docs pages for Markdown responses. Workflow Search or browse collections to build a shortlist of candidate models. Fetch each model's schema to compare inputs, outputs, and capabilities. Check pricing from model metadata or the Replicate website. Run...
1.4K
8220 ticket-resolution hubspot/agent-cli-skills
Read bulk-operations/SKILL.md first — JSONL piping, batch read, pagination, dry-run/digest/confirm, and hubspot history recovery live there. hubspot <command> --help is authoritative. Tickets use the tickets object type (plural, e.g. tickets:45123 ). 1. Discover pipeline + stages (portal-specific, run every session) Stage IDs differ in every portal — never hard-code them. hubspot pipelines list --type tickets --format table hubspot pipelines stages --type tickets --pipeline < pipeline_id > --for...
1.4K
8221 12-principles-of-animation raphaelsalaja/skill
12 Principles of Animation Review animation code for compliance with Disney's 12 principles adapted for web interfaces. How It Works Read the specified files (or prompt user for files/pattern) Check against all rules below Output findings in file:line format Rule Categories Priority Category Prefix 1 Timing timing- 2 Easing easing- 3 Physics physics- 4 Staging staging- Show more Installs 519 Repository raphaelsalaja/skill GitHub Stars 20 First Seen Apr 3, 2026 Security Audits Gen Agent Trust Hub...
1.4K
8222 valibot open-circle/agent-skills
Valibot This skill helps you work effectively with Valibot , the modular and type-safe schema library for validating structural data. When to use this skill When the user asks about schema validation with Valibot When creating or modifying Valibot schemas When parsing or validating user input When the user mentions Valibot, schema, or validation When migrating from Zod to Valibot CRITICAL: Valibot vs Zod — Do Not Confuse! Valibot and Zod have different APIs. Never mix them up! Key Differences Fe...
1.4K
8223 monitoring-operations acedergren/oci-agent-skills
OCI Monitoring and Observability - Expert Knowledge 🏗️ Use OCI Landing Zone Terraform Modules Don't reinvent the wheel. Use oracle-terraform-modules/landing-zone for observability stack. Landing Zone solves: ❌ Bad Practice 10: No logging, monitoring, notifications (Landing Zone deploys complete observability) ❌ Bad Practice 7: Limited security services (Landing Zone integrates Cloud Guard, VSS, OSMS) This skill provides : Metrics, alarms, and troubleshooting for monitoring deployed WITHIN a Land...
1.4K
8224 frontend-design vercel-labs/agent-eval
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.4K
8225 pydantic-ai-harness pydantic/skills
Building with Pydantic AI Harness Pydantic AI Harness is the official capability library for Pydantic AI. Capabilities that need model or framework support -- and those fundamental to every agent -- live in core pydantic-ai ; optional, batteries-included capabilities live here. Both are composed onto an agent through the same capabilities=[...] API. This skill covers the capabilities shipped by pydantic-ai-harness . For the core framework -- agents, tools, structured output, hooks, and testing -...
1.4K
8226 social-media-context-sms blacktwist/social-media-skills
When to Use User wants to set up or update their social media profile, voice, or audience User mentions "set up context," "my voice," or "my audience" User says "content pillars," "brand voice," or "who I'm writing for" User mentions "social media profile" or wants to avoid repeating foundational info User is starting a new project and needs to configure their identity before using other skills User wants to update their platforms, voice adjectives, or example posts Purpose You are an expert soc...
1.4K
8227 prompt-optimizer getsentry/skills
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
1.4K
8228 controlling-costs axiomhq/skills
Axiom Cost Control Dashboards, monitors, and waste identification for Axiom usage optimization. Before You Start Load required skills: skill: axiom-sre skill: building-dashboards Building-dashboards provides: dashboard-list, dashboard-get, dashboard-create, dashboard-update, dashboard-delete Find the audit dataset. Try axiom-audit first: ['axiom-audit'] | where _time > ago(1h) | summarize count() by action | where action in ('usageCalculated', 'runAPLQueryCost') If not found → ask user....
1.4K
8229 kelos-e2e kelos-dev/e2e-skills
Kelos e2e verification skill Run exactly this command and show its output: echo "KELOS_E2E_SKILL_MARKER_x7k2p9" Installs 806 Repository kelos-dev/e2e-skills First Seen Jun 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.4K
8230 kotlin-multiplatform vitorpamplona/amethyst
Kotlin Multiplatform: Platform Abstraction Decisions Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific. When to Use This Skill Making platform abstraction decisions: "Should I create expect/actual or keep Android-only?" "Can I share this ViewModel logic?" "Where does this crypto/JSON/network implementation belong?" "This uses Android Context - can it be abstracted?" "Is this code in the wrong module?" Preparing for iOS/web/wasm targets Detect...
1.4K
8231 linter-docs zernie/vigiles
Reference material for the linters vigiles cross-references. Open the file for the linter you're working with when you need exact rule names, AST selectors, or config details to author an enforce() rule (or diagnose why one is reported missing or disabled). Linter Reference ESLint eslint.md — plugin table, AST selectors, type-aware rules, auto-fix Ruff ruff.md — 800+ reimplemented rules, selection, auto-fix, pyproject config Pylint pylint.md — plugin table, astroid AST, type inference, custom ch...
1.4K
8232 mapbox-search-patterns mapbox/mapbox-agent-skills
Mapbox Search Patterns Skill Expert guidance for AI assistants on using Mapbox search tools effectively. Covers tool selection, parameter optimization, and best practices for geocoding, POI search, and location discovery. Available Search Tools 1. search_and_geocode_tool Best for: Specific places, addresses, brands, named locations Use when query contains: Specific names: "Starbucks on 5th Avenue", "Empire State Building" Brand names: "McDonald's", "Whole Foods" Addresses: "123 Main Street, Seat...
1.4K
8233 typeui-fundamentals bergside/typeui
Design Fundamentals — Agent Instructions Universal design principles that define why patterns work, how to apply them correctly, and what accessibility requirements are non-negotiable. These are timeless, design-system-agnostic foundations that apply to every surface regardless of vertical or workflow phase. Load order Read these files after loading the design system ( SKILL.md / DESIGN.md + token modules). The design system tells you what token to use; these files explain why that decision is c...
1.4K
8234 tailwindcss mindrally/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.4K
8235 business-analyst sickn33/agentic-awesome-skills
Business Analyst Role: Phase 1 - Analysis Specialist Function: Conduct product discovery, research, and create product briefs When to Use This Skill Activate this skill when you need to: Create a product brief for a new product or feature Conduct product discovery and problem analysis Brainstorm and explore product ideas Perform market and competitive research Gather and document requirements Interview stakeholders about needs and pain points Define success metrics and goals Set the foundation b...
1.4K
8236 redis-observability redis/agent-skills
Redis Observability What to watch, what to run, and what to alert on. Covers the metrics every Redis deployment should monitor and the built-in commands for ad-hoc diagnosis. When to apply Setting up monitoring or alerts for a Redis instance. Diagnosing a Redis performance regression (high latency, memory pressure, connection storms). Profiling a slow FT.SEARCH or pipeline. Wiring Redis metrics into Prometheus, Datadog, CloudWatch, or similar. 1. Monitor these metrics These come from INFO and sh...
1.4K
8237 brand-identity travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
1.4K
8238 para-memory-files paperclipai/paperclip
PARA Memory Files Persistent, file-based memory organized by Tiago Forte's PARA method. Three layers: a knowledge graph, daily notes, and tacit knowledge. All paths are relative to $AGENT_HOME . Three Memory Layers Layer 1: Knowledge Graph ( $AGENT_HOME/life/ -- PARA) Entity-based storage. Each entity gets a folder with two tiers: summary.md -- quick context, load first. items.yaml -- atomic facts, load on demand. Show more Installs 749 Repository getpaperclipai/paperclip First Seen 2 days ago S...
1.4K
8239 clickup civitai/civitai
ClickUp Interact with ClickUp tasks and documents via the API. Get task information, view comments, create tasks, manage assignments, post updates, and create/edit documents. Setup Copy .env-example to .env in this skill directory Add your ClickUp Personal API Token (starts with pk_ ) Generate token at: ClickUp Settings > Apps > API Token cp .claude/skills/clickup/.env-example .claude/skills/clickup/.env Edit .env and add your token Team ID and User ID are auto-detected and cached on first use....
1.4K
8240 trader-memory-core tradermonty/claude-trading-skills
Trader Memory Core Overview Persistent state layer that bundles screening → analysis → position sizing → portfolio management outputs into a single "thesis object" per investment idea. Tracks what you thought, what happened, and what you learned — across conversations. Phase 1 supports single-ticker theses: dividend_income, growth_momentum, mean_reversion, earnings_drift, pivot_breakout. When to Use After a screener (kanchi, earnings-trade-analyzer, vcp, pead, canslim, edge-candidate-agent) prod...
1.4K
8241 storytelling ghaida/intent
Storytelling Overview You are the storytelling discipline in Intent. You exist because product design defaults to sterility — data, frameworks, optimization — and the field keeps having to re-justify emotion as legitimate content. Your job is to bring emotional truth back into design work without sacrificing rigor. You are not a cognitive mode like Philosopher. Philosopher opens the space; you structure the space. You produce visible narrative structure that other skills attach to or that stands...
1.4K
8242 nushell-pro hustcer/nushell-pro
Nushell Pro — Best Practices & Security Skill Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls. Core Principles Think in pipelines — Data flows through pipelines; prefer functional transformations over imperative loops Immutability first — Use let by default; only use mut when functional alternatives don't apply Structured data — Nushell works with tables, records, and lists na...
1.4K
8243 jwt-security mindrally/skills
JWT Security You are an expert in JSON Web Token (JWT) security implementation. Follow these guidelines when working with JWTs for authentication and authorization. Core Principles JWTs are not inherently secure - security depends on implementation Always validate tokens server-side, even for internal services Use asymmetric signing (RS256, ES256) when possible Keep tokens short-lived and implement proper refresh mechanisms Never store sensitive data in JWT payloads Token Structure A JWT cons...
1.4K
8244 related-work-writing lingzhi227/agent-research-skills
Related Work Writing Generate publication-quality Related Work sections with proper citations and thematic organization. Input $0 — Current paper draft or method description $1 — Collected literature (BibTeX entries, paper summaries, or literature review notes) References Related work writing prompts and strategies: ~/.claude/skills/related-work-writing/references/related-work-prompts.md Workflow Step 1: Analyze the Paper's Contributions Read the current paper draft (especially Methods and Intro...
1.4K
8245 data-analysis-jupyter mindrally/skills
Data Analysis and Jupyter Notebook Development You are an expert in data analysis, visualization, and Jupyter Notebook development, with a focus on pandas, matplotlib, seaborn, and numpy. Key Principles Write concise, technical responses with accurate Python examples Prioritize readability and reproducibility in data analysis workflows Favor functional programming approaches; minimize class-based solutions Prefer vectorized operations over explicit loops for better performance Employ descripti...
1.4K
8246 tsdown rolldown/tsdown
tsdown - The Elegant Library Bundler Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc. When to Use Building TypeScript/JavaScript libraries for npm Generating TypeScript declaration files (.d.ts) Bundling for multiple formats (ESM, CJS, IIFE, UMD) Optimizing bundles with tree shaking and minification Migrating from tsup with minimal changes Building React, Vue, Solid, or Svelte component libraries Quick Start Install pnpm add -D tsdown Basic usage npx tsdown...
1.4K
8247 figma-generate-diagram figma/mcp-server-guide
generate-diagram You MUST load this skill before every generate_diagram tool call. Skipping it causes preventable rendering failures and low-quality output. generate_diagram takes Mermaid.js syntax and produces an editable FigJam diagram. This skill routes you to the right per-type guidance and sets universal constraints. Step 1: Is generate_diagram the right tool? Supported diagram types flowchart , sequenceDiagram , stateDiagram / stateDiagram-v2 , gantt , erDiagram . Unsupported — don't call ...
1.4K
8248 workflow-automation sickn33/agentic-awesome-skills
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
1.4K
8249 frontend-dev-guidelines sickn33/agentic-awesome-skills
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
1.4K
8250 before-you-build wshobson/agents
Before You Build Run a compact pre-mortem before implementation. The goal is not to block building; it is to identify the highest-risk assumption, the smallest validation step, and the build scope that should be delayed until evidence improves. When To Use Use this skill when a user asks to build or ship: A new product, MVP, prototype, landing page, SaaS app, marketplace, content site, agent workflow, or internal tool A major feature with unclear adoption, revenue, retention, trust, or distribut...
1.4K