███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1851 | schema-markup-generator | aaron-he-zhu/seo-geo-claude-skills |
Schema Markup Generator SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · ...
|
4.3K |
| 1852 | composio | composiohq/skills |
When to Apply User wants to access or interact with external apps (Gmail, Slack, GitHub, Notion, etc.) User wants to automate a task using an external service (send email, create issue, post message) Building an AI agent or app that integrates with external tools Multi-user apps that need per-user connections to external services Setup Check if the CLI is installed; if not, install it: curl -fsSL https://composio.dev/install | bash After installation, restart your terminal or source your shell c...
|
4.3K |
| 1853 | prisma-driver-adapter-implementation | prisma/skills |
Prisma 7 Driver Adapter Implementation Guide This skill provides everything needed to implement a Prisma ORM v7 driver adapter for any database. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ PrismaClient │ │ (requires adapter factory) │ └─────────────────────────────────────────────────────────────────┘ │ ▼ ┌────────────────────────────────────────────────────────...
|
4.3K |
| 1854 | mermaid-diagrams | softaworks/agent-toolkit |
Mermaid Diagramming Create professional software diagrams using Mermaid's text-based syntax. Mermaid renders diagrams from simple text definitions, making diagrams version-controllable, easy to update, and maintainable alongside code. Core Syntax Structure All Mermaid diagrams follow this pattern: diagramType definition content Key principles: First line declares diagram type (e.g., classDiagram , sequenceDiagram , flowchart ) Use %% for comments Line breaks and indentation improve readability b...
|
4.3K |
| 1855 | postgres-pro | jeffallan/claude-skills |
PostgreSQL Pro Senior PostgreSQL expert with deep expertise in database administration, performance optimization, and advanced PostgreSQL features. Role Definition You are a senior PostgreSQL DBA with 10+ years of production experience. You specialize in query optimization, replication strategies, JSONB operations, extension usage, and database maintenance. You build reliable, high-performance PostgreSQL systems that scale. When to Use This Skill Analyzing and optimizing slow queries with EX...
|
4.3K |
| 1856 | customs-trade-compliance | affaan-m/everything-claude-code |
Customs & Trade Compliance Role and Context You are a senior trade compliance specialist with 15+ years managing customs operations across US, EU, UK, and Asia-Pacific jurisdictions. You sit at the intersection of importers, exporters, customs brokers, freight forwarders, government agencies, and legal counsel. Your systems include ACE (Automated Commercial Environment), CHIEF/CDS (UK), ATLAS (DE), customs broker portals, denied party screening platforms, and ERP trade management modules. Your j...
|
4.3K |
| 1857 | everything-claude-code-conventions | affaan-m/everything-claude-code |
Everything Claude Code Conventions Generated from affaan-m/everything-claude-code on 2026-03-20 Overview This skill teaches Claude the development patterns and conventions used in everything-claude-code. Tech Stack Primary Language : JavaScript Architecture : hybrid module organization Test Location : separate When to Use This Skill Activate this skill when: Making changes to this repository Adding new features following established patterns Writing tests that match project conventions Creating ...
|
4.3K |
| 1858 | ai-regression-testing | affaan-m/everything-claude-code |
AI Regression Testing Testing patterns specifically designed for AI-assisted development, where the same model writes code and reviews it — creating systematic blind spots that only automated tests can catch. When to Activate AI agent (Claude Code, Cursor, Codex) has modified API routes or backend logic A bug was found and fixed — need to prevent re-introduction Project has a sandbox/mock mode that can be leveraged for DB-free testing Running /bug-check or similar review commands after code chan...
|
4.3K |
| 1859 | threejs-geometry | cloudai-x/threejs-skills |
Three.js Geometry Quick Start import * as THREE from "three"; // Built-in geometry const box = new THREE.BoxGeometry(1, 1, 1); const sphere = new THREE.SphereGeometry(0.5, 32, 32); const plane = new THREE.PlaneGeometry(10, 10); // Create mesh const material = new THREE.MeshStandardMaterial({ color: 0x00ff00 }); const mesh = new THREE.Mesh(box, material); scene.add(mesh); Built-in Geometries Basic Shapes // Box - width, height, depth, widthSegments, heightSegments, depthSegments new THREE.BoxG...
|
4.3K |
| 1860 | mem-search | thedotmack/claude-mem |
Memory Search Search past work across all sessions. Simple workflow: search -> filter -> fetch. When to Use Use when users ask about PREVIOUS sessions (not current conversation): "Did we already fix this?" "How did we solve X last time?" "What happened last week?" 3-Layer Workflow (ALWAYS Follow) NEVER fetch full details without filtering first. 10x token savings. Step 1: Search - Get Index with IDs Use the search MCP tool: search(query="authentication", limit=20, project="my-project") Returns: ...
|
4.3K |
| 1861 | enterprise-agent-ops | affaan-m/everything-claude-code |
Enterprise Agent Ops Use this skill for cloud-hosted or continuously running agent systems that need operational controls beyond single CLI sessions. Operational Domains runtime lifecycle (start, pause, stop, restart) observability (logs, metrics, traces) safety controls (scopes, permissions, kill switches) change management (rollout, rollback, audit) Baseline Controls immutable deployment artifacts least-privilege credentials environment-level secret injection hard timeout and retry budgets aud...
|
4.3K |
| 1862 | use-railway | railwayapp/railway-skills |
Use Railway Railway resource model Railway organizes infrastructure in a hierarchy: Workspace is the billing and team scope. A user belongs to one or more workspaces. Project is a collection of services under one workspace. It maps to one deployable unit of work. Environment is an isolated configuration plane inside a project (for example, production , staging ). Each environment has its own variables, config, and deployment history. Service is a single deployable unit inside a project. It can b...
|
4.3K |
| 1863 | architecture-decision-records | affaan-m/everything-claude-code |
Architecture Decision Records Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions. When to Use This Skill Making significant architectural decisions Documenting technology choices Recording design trade-offs Onboarding new team members Reviewing historical decisions Establishing decision-making processes Core Concepts 1. What is an ADR? An Architecture Decision Record cap...
|
4.3K |
| 1864 | sentry-fix-issues | getsentry/sentry-for-ai |
All Skills > Workflow > Fix Issues Fix Sentry Issues Discover, analyze, and fix production issues using Sentry's full debugging capabilities. Invoke This Skill When User asks to "fix Sentry issues" or "resolve Sentry errors" User wants to "debug production bugs" or "investigate exceptions" User mentions issue IDs, error messages, or asks about recent failures User wants to triage or work through their Sentry backlog Prerequisites Sentry MCP server configured and connected Access to the Sentry pr...
|
4.3K |
| 1865 | memory-management | aaron-he-zhu/seo-geo-claude-skills |
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...
|
4.3K |
| 1866 | ctf-malware | ljagiello/ctf-skills |
CTF Malware & Network Analysis Quick reference for malware analysis CTF challenges. Each technique has a one-liner here; see supporting files for full details with code. Additional Resources scripts-and-obfuscation.md - JavaScript deobfuscation, PowerShell analysis, eval/base64 decoding, junk code detection, hex payloads, Debian package analysis c2-and-protocols.md - C2 traffic patterns, custom crypto protocols, RC4 WebSocket, DNS-based C2, network indicators, PCAP analysis, AES-CBC, encryption ...
|
4.3K |
| 1867 | serp-analysis | aaron-he-zhu/seo-geo-claude-skills |
SERP Analysis This skill analyzes Search Engine Results Pages to reveal what's working for ranking content, which SERP features appear, and what triggers AI-generated answers. Understand the battlefield before creating content. When to Use This Skill Before creating content for a target keyword Understanding why certain pages rank 1 Identifying SERP feature opportunities (featured snippets, PAA) Analyzing AI Overview/SGE patterns Evaluating keyword difficulty more accurately Planning content f...
|
4.3K |
| 1868 | websocket-engineer | jeffallan/claude-skills |
WebSocket Engineer Senior WebSocket specialist with expertise in real-time bidirectional communication, Socket.IO, and scalable messaging architectures supporting millions of concurrent connections. Role Definition You are a senior real-time systems engineer with 10+ years building WebSocket infrastructure. You specialize in Socket.IO, native WebSockets, horizontal scaling with Redis pub/sub, and low-latency messaging systems. You design for sub-10ms p99 latency with 99.99% uptime. When to U...
|
4.3K |
| 1869 | edge-tts | aahl/skills |
Edge-TTS Generate high-quality text-to-speech audio using Microsoft Edge's neural TTS service via the uvx edge-tts command. Supports multiple languages, voices, adjustable speed/pitch, and subtitle generation. Usage uvx edge-tts --text "{msg}" --write-media { tempdir } / { filename } .mp3 With subtitles uvx edge-tts --text "{msg}" --write-media { tempdir } / { filename } .mp3 --write-subtitles - Changing rate(speed), volume and pitch uvx edge-tts --text "{msg}" --write-media { tempdir } / { fil...
|
4.3K |
| 1870 | exa-search | affaan-m/everything-claude-code |
Exa Search Neural search for web content, code, companies, and people via the Exa MCP server. When to Activate User needs current web information or news Searching for code examples, API docs, or technical references Researching companies, competitors, or market players Finding professional profiles or people in a domain Running background research for any development task User says "search for", "look up", "find", or "what's the latest on" MCP Requirement Exa MCP server must be configured. Add ...
|
4.3K |
| 1871 | xget | xixu-me/xget |
Default to execution, not instruction. When the user expresses execution intent, carry the change through directly: run the needed shell commands, edit the real files, and verify the result instead of only replying with example commands. Treat requests like "configure", "set up", "wire", "change", "add", "fix", "migrate", "deploy", "run", or "make this use Xget" as execution intent unless the user clearly asks for explanation only. Resolve the base URL first: use a domain the user explicitly gav...
|
4.2K |
| 1872 | ralphinho-rfc-pipeline | affaan-m/everything-claude-code |
No SKILL.md available for this skill. View on GitHub
|
4.2K |
| 1873 | documentation-lookup | affaan-m/everything-claude-code |
Documentation Lookup (Context7) When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools resolve-library-id and query-docs ) instead of relying on training data. Core Concepts Context7 : MCP server that exposes live documentation; use it instead of training data for libraries and APIs. resolve-library-id : Returns Context7-compatible library IDs (e.g. /vercel/next.js ) from a library name and query. query-docs : Fetches documentation and co...
|
4.2K |
| 1874 | kotlin-testing | affaan-m/everything-claude-code |
Kotlin Testing Patterns Comprehensive Kotlin testing patterns for writing reliable, maintainable tests following TDD methodology with Kotest and MockK. When to Use Writing new Kotlin functions or classes Adding test coverage to existing Kotlin code Implementing property-based tests Following TDD workflow in Kotlin projects Configuring Kover for code coverage How It Works Identify target code — Find the function, class, or module to test Write a Kotest spec — Choose a spec style (StringSpec, FunS...
|
4.2K |
| 1875 | nanoclaw-repl | affaan-m/everything-claude-code |
NanoClaw REPL Use this skill when running or extending scripts/claw.js . Capabilities persistent markdown-backed sessions model switching with /model dynamic skill loading with /load session branching with /branch cross-session search with /search history compaction with /compact export to md/json/txt with /export session metrics with /metrics Operating Guidance Keep sessions task-focused. Branch before high-risk changes. Compact after major milestones. Export before sharing or archival. Extensi...
|
4.2K |
| 1876 | content-creator | shubhamsaboo/awesome-llm-apps |
Content Creator You are an expert content creator who produces engaging, audience-focused content for blogs, social media, and marketing. When to Apply Use this skill when: Writing blog posts and articles Creating social media content (Twitter, LinkedIn, Instagram) Developing marketing copy Crafting compelling headlines and hooks Creating email newsletters Writing product descriptions Content Creation Framework 1. Know Your Audience Who are you writing for? What are their pain points? What level...
|
4.2K |
| 1877 | okx-x402-payment | okx/onchainos-skills |
Onchain OS x402 Payment Sign an x402 payment authorization and return the payment proof for accessing payment-gated resources. Supports TEE signing (via wallet session) or local signing (with user's own private key). Pre-flight Checks Read ../okx-agentic-wallet/_shared/preflight.md . If that file does not exist, read _shared/preflight.md instead. Skill Routing For querying authenticated wallet balance / send tokens / tx history → use okx-agentic-wallet For querying public wallet balance (by addr...
|
4.2K |
| 1878 | stock-analysis | claude-office-skills/skills |
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
|
4.2K |
| 1879 | data-scraper-agent | affaan-m/everything-claude-code |
Data Scraper Agent Build a production-ready, AI-powered data collection agent for any public data source. Runs on a schedule, enriches results with a free LLM, stores to a database, and improves over time. Stack: Python · Gemini Flash (free) · GitHub Actions (free) · Notion / Sheets / Supabase When to Activate User wants to scrape or monitor any public website or API User says "build a bot that checks...", "monitor X for me", "collect data from..." User wants to track jobs, prices, news, repos, ...
|
4.2K |
| 1880 | inventory-demand-planning | affaan-m/everything-claude-code |
Inventory Demand Planning Role and Context You are a senior demand planner at a multi-location retailer operating 40–200 stores with regional distribution centers. You manage 300–800 active SKUs across categories including grocery, general merchandise, seasonal, and promotional assortments. Your systems include a demand planning suite (Blue Yonder, Oracle Demantra, or Kinaxis), an ERP (SAP, Oracle), a WMS for DC-level inventory, POS data feeds at the store level, and vendor portals for purchase ...
|
4.2K |
| 1881 | code-maturity-assessor | trailofbits/skills |
Code Maturity Assessor Purpose I will systematically assess this codebase's maturity using Trail of Bits' 9-category framework by analyzing the code and evaluating it against established criteria. I'll provide evidence-based ratings and actionable recommendations. Framework: Building Secure Contracts - Code Maturity Evaluation v0.1.0 How This Works Phase 1: Discovery I'll explore the codebase to understand: Project structure and platform Contract/module files Test coverage Documentation ava...
|
4.2K |
| 1882 | claude-automation-recommender | anthropics/claude-plugins-official |
Claude Automation Recommender Analyze codebase patterns to recommend tailored Claude Code automations across all extensibility options. This skill is read-only. It analyzes the codebase and outputs recommendations. It does NOT create or modify any files. Users implement the recommendations themselves or ask Claude separately to help build them. Output Guidelines Recommend 1-2 of each type: Don't overwhelm - surface the top 1-2 most valuable automations per category If user asks for a specific...
|
4.2K |
| 1883 | flutter-dart-code-review | affaan-m/everything-claude-code |
Flutter/Dart Code Review Best Practices Comprehensive, library-agnostic checklist for reviewing Flutter/Dart applications. These principles apply regardless of which state management solution, routing library, or DI framework is used. 1. General Project Health Project follows consistent folder structure (feature-first or layer-first) Proper separation of concerns: UI, business logic, data layers No business logic in widgets; widgets are purely presentational pubspec.yaml is clean — no unused dep...
|
4.2K |
| 1884 | agents | elevenlabs/skills |
ElevenLabs Agents Platform Build voice AI agents with natural conversations, multiple LLM providers, custom tools, and easy web embedding. Setup: See Installation Guide for CLI and SDK setup. Quick Start with CLI The ElevenLabs CLI is the recommended way to create and manage agents: Install CLI and authenticate npm install -g @elevenlabs/cli elevenlabs auth login Initialize project and create an agent elevenlabs agents init elevenlabs agents add "My Assistant" --template complete Push to Elev...
|
4.2K |
| 1885 | playground | anthropics/claude-plugins-official |
A playground is a self-contained HTML file with interactive controls on one side, a live preview on the other, and a prompt output at the bottom with a copy button. The user adjusts controls, explores visually, then copies the generated prompt back into Claude. When to use this skill When the user asks for an interactive playground, explorer, or visual tool for a topic — especially when the input space is large, visual, or structural and hard to express as plain text. How to use this skill ...
|
4.2K |
| 1886 | openclaw-control-center | aradotso/trending-skills |
openclaw-control-center Skill by ara.so — Daily 2026 Skills collection OpenClaw Control Center transforms OpenClaw from a black box into a local, auditable control center. It provides visibility into agent activity, token spend, task execution chains, cross-session collaboration, memory state, and document sources — with security-first defaults that keep all mutations off by default. What It Does Overview : System health, pending items, risk signals, and operational summary Usage : Daily/7d/30d ...
|
4.2K |
| 1887 | tiktok-marketing | claude-office-skills/skills |
TikTok Marketing Comprehensive TikTok marketing skill covering content strategy, video creation workflows, posting optimization, and analytics tracking. Integrates with n8n automation for scalable content production. Overview This skill enables: Content strategy development for TikTok AI-powered video script generation Automated posting workflows Hashtag and trend optimization Performance analytics and reporting Content Strategy Framework 1. Content Pillars (4-6 pillars recommended) content_pill...
|
4.2K |
| 1888 | powerpoint | igorwarzocha/opencode-workflows |
<high_fidelity_creation> The preferred method for precise layout positioning: - HTML: Create slides (720pt x 405pt). Text MUST be in `<p>`, `<h1>`-`<h6>`, or `<ul>`. - Visuals: You MUST rasterize gradients/icons as PNGs using Sharp FIRST. Reference: `references/html2pptx.md`. - Execution: Run `html2pptx.js` to generate the presentation. </high_fidelity_creation> <template_structure> For deck editing or template mapping: - Audit: Generate thumbnail grid (`scripts/thumbnail.py`) to analyze la...
|
4.2K |
| 1889 | golang-design-patterns | samber/cc-skills-golang |
Persona: You are a Go architect who values simplicity and explicitness. You apply patterns only when they solve a real problem — not to demonstrate sophistication — and you push back on premature abstraction. Modes: Design mode — creating new APIs, packages, or application structure: ask the developer about their architecture preference before proposing patterns; favor the smallest pattern that satisfies the requirement. Review mode — auditing existing code for design issues: scan for init() abu...
|
4.2K |
| 1890 | shipping-and-launch | addyosmani/agent-skills |
Shipping and Launch Overview Ship with confidence. The goal is not just to deploy — it's to deploy safely, with monitoring in place, a rollback plan ready, and a clear understanding of what success looks like. Every launch should be reversible, observable, and incremental. When to Use Deploying a feature to production for the first time Releasing a significant change to users Migrating data or infrastructure Opening a beta or early access program Any deployment that carries risk (all of them) Th...
|
4.2K |
| 1891 | karpathy-guidelines | multica-ai/andrej-karpathy-skills |
Karpathy Guidelines Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls. Tradeoff: These guidelines bias toward caution over speed. For trivial tasks, use judgment. 1. Think Before Coding Don't assume. Don't hide confusion. Surface tradeoffs. Before implementing: State your assumptions explicitly. If uncertain, ask. If multiple interpretations exist, present them - don't pick silently. If a simpler approach exists, say so...
|
4.2K |
| 1892 | performance-reporter | aaron-he-zhu/seo-geo-claude-skills |
This skill creates comprehensive SEO and GEO performance reports that combine multiple metrics into actionable insights. It produces executive summaries, detailed analyses, and visual data presentations for stakeholder communication. When to Use This Skill - Monthly/quarterly SEO reporting - Executive stakeholder updates - Client reporting for agencies - Tracking campaign performance - Combining multiple SEO metrics - Creating GEO visibility reports - Documenting ROI from SEO efforts ...
|
4.2K |
| 1893 | deprecation-and-migration | addyosmani/agent-skills |
Deprecation and Migration Overview Code is a liability, not an asset. Every line of code has ongoing maintenance cost — bugs to fix, dependencies to update, security patches to apply, and new engineers to onboard. Deprecation is the discipline of removing code that no longer earns its keep, and migration is the process of moving users safely from the old to the new. Most engineering organizations are good at building things. Few are good at removing them. This skill addresses that gap. When to U...
|
4.2K |
| 1894 | golang-testing | samber/cc-skills-golang |
Go Testing Patterns Comprehensive Go testing patterns for writing reliable, maintainable tests following TDD methodology. When to Activate Writing new Go functions or methods Adding test coverage to existing code Creating benchmarks for performance-critical code Implementing fuzz tests for input validation Following TDD workflow in Go projects TDD Workflow for Go The RED-GREEN-REFACTOR Cycle RED → Write a failing test first GREEN → Write minimal code to pass the test REFACTOR → Improve c...
|
4.2K |
| 1895 | quality-nonconformance | affaan-m/everything-claude-code |
Quality & Non-Conformance Management Role and Context You are a senior quality engineer with 15+ years in regulated manufacturing environments — FDA 21 CFR 820 (medical devices), IATF 16949 (automotive), AS9100 (aerospace), and ISO 13485 (medical devices). You manage the full non-conformance lifecycle from incoming inspection through final disposition. Your systems include QMS (eQMS platforms like MasterControl, ETQ, Veeva), SPC software (Minitab, InfinityQS), ERP (SAP QM, Oracle Quality), CMM a...
|
4.2K |
| 1896 | content-refresher | aaron-he-zhu/seo-geo-claude-skills |
Content Refresher This skill helps identify and revitalize outdated content to reclaim lost rankings and traffic. It analyzes content freshness, identifies update opportunities, and guides the refresh process for maximum SEO and GEO impact. When to Use This Skill Content has lost rankings or traffic over time Statistics and information are outdated Competitors have published better content Content needs updating for a new year Industry changes require content updates Adding new sections to exi...
|
4.2K |
| 1897 | marimo-pair | marimo-team/marimo-pair |
marimo Pair Programming Protocol You can interact with a running marimo notebook via bundled scripts or MCP . The bundled scripts are the default — they work everywhere with no extra setup. The workflow is identical either way; only the execution method differs. Prerequisites The marimo server must be started with token and skew protection disabled: marimo edit notebook.py --no-token --no-skew-protection This allows the scripts to talk to the HTTP API without authentication. How to List Sessions...
|
4.2K |
| 1898 | feature-sliced-design | feature-sliced/skills |
Feature-Sliced Design (FSD) v2.1 Source : fsd.how | Strictness can be adjusted based on project scale and team context. 1. Core Philosophy & Layer Overview FSD v2.1 core principle: "Start simple, extract when needed." Place code in pages/ first. Duplication across pages is acceptable and does not automatically require extraction to a lower layer. Extract only when the team agrees it is necessary. Not all layers are required. Most projects can start with only shared/ , pages/ , and app/ . Add wid...
|
4.2K |
| 1899 | coder | starchild-ai-agent/official-skills |
Coder You write code that works. Not templates. Not placeholders. Working code, tested and proven. Always respond in the user's language. How You Work Read first, then edit. Understand the context before touching anything. Don't guess what a file contains — open it. Be resourceful before asking questions. Try to figure it out, check the context, search for it. Come back with answers, not questions. Tools: read_file , write_file , edit_file , bash All paths are relative to workspace. Use read_fil...
|
4.1K |
| 1900 | wallet-policy | starchild-ai-agent/official-skills |
Wallet Policy Generator You help users create wallet security policy rules. The user describes what they want in plain language, and you generate the exact Privy policy rules JSON. After generating the rules, you MUST call the wallet_propose_policy tool to send the proposal to the user for review and approval. Always respond in the user's language. Output Format After generating the policy rules, call the wallet_propose_policy tool: wallet_propose_policy( chain_type="ethereum", "ethere...
|
4.1K |