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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
18251 nano-banana-prompts secondsky/claude-skills
Nano Banana Image Prompt Generator Generate high-quality prompts for Gemini 2.5 Flash Image using proven best practices from October 2025. Core Principle Describe scenes naturally, don't list keywords. ❌ woman, business suit, office, professional ✅ A professional businesswoman in navy suit stands confidently in modern glass-walled office overlooking city skyline. Warm afternoon light streams through windows. Prompt Structure Basic Template A [SHOT TYPE] of [SUBJECT] [ACTION] in [ENVIRONMENT]. [L...
76
18252 cascade-workflow rysweet/amplihack
Cascade Workflow with Graceful Degradation Skill Purpose Implement graceful degradation through cascading fallback strategies. When optimal approaches fail or timeout, the system automatically falls back to simpler, more reliable alternatives while maintaining acceptable functionality. When to Use This Skill USE FOR: External service dependencies (APIs, databases) Time-sensitive operations with acceptable degraded modes Operations where partial results are better than no results High-availab...
76
18253 fix-issue yonatangross/orchestkit
Fix Issue Systematic issue resolution with hypothesis-based root cause analysis, similar issue detection, and prevention recommendations. Quick Start /ork:fix-issue 123 /ork:fix-issue 456 Opus 4.6 : Root cause analysis uses native adaptive thinking. Dynamic token budgets scale with context window for thorough investigation. Argument Resolution ISSUE_NUMBER = "$ARGUMENTS[0]" e.g., "123" (CC 2.1.59 indexed access) $ARGUMENTS contains the full argument string $ARGUMENTS[0] is the first space-sep...
76
18254 alicloud-ai-translation-anytrans-test cinience/alicloud-skills
Category: test AI TRANSLATION ANYTRANS Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/translation/alicloud-ai-translation-anytrans/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/translation/alicloud-ai-translation-anytrans \ --output output/alicloud-ai-translation-anytran...
76
18255 project-structure tartinerlabs/skills
.NET Project Structure and Build Configuration When to Use This Skill Use this skill when: Setting up a new .NET solution with modern best practices Configuring centralized build properties across multiple projects Implementing central package version management Setting up SourceLink for debugging and NuGet packages Automating version management with release notes Pinning SDK versions for consistent builds Recommended Solution Layout MyApp/ ├── .config/ │ └── dotnet-tools.json Local...
76
18256 arxiv-search varde80/arxiv-zotero-obsidian
arXiv Search Skill Usage Run the bundled Python script using the absolute skills directory path from your system prompt: .venv/bin/python [ YOUR_SKILLS_DIR ] /arxiv-search/arxiv_search.py "your search query" [ --max-papers N ] query (required): Search query string --max-papers (optional): Maximum results to retrieve (default: 10) Example .venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5 Returns title and abstract for each match...
76
18257 architecture-patterns yonatangross/orchestkit
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
76
18258 gsap-animation notedit/happy-skills
When to use Use this skill when creating Remotion video compositions that need GSAP's advanced animation capabilities beyond Remotion's built-in interpolate() and spring() . Use GSAP when you need: Complex timeline orchestration (nesting, labels, position parameters like "-=0.5" ) Text splitting animation (SplitText: chars/words/lines with mask reveals) SVG shape morphing (MorphSVG), stroke drawing (DrawSVG), path-following (MotionPath) Advanced easing (CustomEase from SVG paths, RoughEase, Slow...
76
18259 ai-writing-detection mike-coulbourn/claude-vibes
AI Writing Detection Reference Expert-level knowledge base for detecting AI-generated text, compiled from academic research, commercial detection tools, and empirical analysis. Quick Reference: High-Confidence Signals These indicators strongly suggest AI authorship when found together: Vocabulary Red Flags High-signal words (50-700x more common in AI text): "delve", "tapestry", "nuanced", "multifaceted", "underscore" "intricate interplay", "played a crucial role", "complex and multifaceted...
76
18260 upgrading-expo sickn33/antigravity-awesome-skills
References ./references/new-architecture.md -- SDK +53: New Architecture migration guide ./references/react-19.md -- SDK +54: React 19 changes (useContext → use, Context.Provider → Context, forwardRef removal) ./references/react-compiler.md -- SDK +54: React Compiler setup and migration guide ./references/native-tabs.md -- SDK +55: Native tabs changes (Icon/Label/Badge now accessed via NativeTabs.Trigger.*) ./references/expo-av-to-audio.md -- Migrate audio playback and recording from expo-av to ...
76
18261 amplitude-automation sickn33/antigravity-awesome-skills
Amplitude Automation via Rube MCP Automate Amplitude product analytics through Composio's Amplitude toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Amplitude connection via RUBE_MANAGE_CONNECTIONS with toolkit amplitude Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MC...
76
18262 alicloud-backup-bdrc-test cinience/alicloud-skills
Category: test BACKUP BDRC Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/backup/alicloud-backup-bdrc/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/backup/alicloud-backup-bdrc \ --output output/alicloud-backup-bdrc-test/compile-check.json Read the target skill SKILL.md and ide...
76
18263 godot-composition thedivergentai/gd-agentic-skills
Godot Composition Architecture Core Philosophy This skill enforces Composition over Inheritance ("Has-a" vs "Is-a"). In Godot, Nodes are components. A complex entity (Player) is simply an Orchestrator managing specialized Worker Nodes (Components). The Golden Rules Single Responsibility : One script = One job. Encapsulation : Components are "selfish." They handle their internal logic but don't know who owns them. The Orchestrator : The root script (e.g., player.gd ) does no logic . It only manag...
76
18264 moai-lang-csharp modu-ai/moai-adk
C 12 / .NET 8 Development Specialist Modern C development with ASP.NET Core, Entity Framework Core, Blazor, and enterprise patterns. Quick Reference Auto-Triggers: .cs, .csproj, .sln files, C projects, .NET solutions, ASP.NET Core applications Core Stack: C 12: Primary constructors, collection expressions, alias any type, default lambda parameters .NET 8: Minimal APIs, Native AOT, improved performance, WebSockets ASP.NET Core 8: Controllers, Endpoints, Middleware, Authentication Entity Fram...
76
18265 b2c-docs salesforcecommercecloud/b2c-developer-tooling
B2C Docs Skill Use the b2c CLI to search and read bundled Script API documentation and XSD schemas for Salesforce B2C Commerce. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli docs search ProductMgr ). Examples Search Documentation Search for a class by name b2c docs search ProductMgr Search with partial match b2c docs search "catalog product" Limit results b2c docs search status --limit 5 List all available documentation b2c docs sea...
76
18266 slidev-quick-start yoanbernabeu/slidev-skills
This skill helps you get started with Slidev, the presentation framework for developers. You'll learn how to create a new project, understand the basic syntax, and run your first presentation. When to Use This Skill - Creating a new Slidev presentation from scratch - Setting up Slidev for the first time - Understanding basic Slidev concepts - Converting an existing presentation to Slidev - Quickly scaffolding a presentation structure Prerequisites - Node.js: Version 18.0 or higher - P...
75
18267 google-hotels skillhq/hotel-search
Google Hotels Search Search Google Hotels via agent-browser to find hotel prices, ratings, amenities, and availability. When to Use User asks to search, find, or compare hotels or accommodation User wants hotel prices in a city, neighborhood, or near a landmark User asks about hotel availability for specific dates User wants the best-rated or cheapest hotel in an area When NOT to Use Booking : This skill searches only — never complete a purchase Vacation rentals / Airbnb : Google Hotels shows ho...
75
18268 omnicaptions-laicut lattifai/omni-captions-skills
LaiCut LattifAI's audio-text processing toolkit. Currently supports forced alignment, with translate and speaker diarization coming soon. Requires LattifAI API Key - Get from https://lattifai.com/dashboard/api-keys When to Use Accurate/precise timing needed - When user requests accurate timestamps or precise alignment Sync misaligned captions - Fix timing drift in downloaded captions Align manual transcripts - Match text to speech precisely Post-transcription alignment - Improve timing from a...
75
18269 forensic-data-engineer daffy0208/ai-dev-standards
Forensic Data Engineer Skill I help you investigate data anomalies, detect fraud, analyze audit trails, and ensure data integrity and compliance. What I Do Forensic Analysis: Anomaly detection and pattern recognition Fraud detection and prevention Breach investigation and root cause analysis Data integrity verification Audit & Compliance: Audit trail analysis and reconstruction Chain of custody maintenance Regulatory compliance (GDPR, SOC2, HIPAA) Access control auditing Data Recovery: F...
75
18270 sentry-cli getsentry/cli
Sentry CLI Usage Guide Help users interact with Sentry from the command line using the sentry CLI. Prerequisites The CLI must be installed and authenticated before use. Installation curl https://cli.sentry.dev/install -fsS | bash curl https://cli.sentry.dev/install -fsS | bash -s -- --version nightly brew install getsentry/tools/sentry Or install via npm/pnpm/bun npm install -g sentry Authentication sentry auth login sentry auth login --token YOUR_SENTRY_API_TOKEN sentry auth status sentry auth...
75
18271 microsoft-teams-automation composiohq/awesome-claude-skills
Microsoft Teams Automation via Rube MCP Automate Microsoft Teams operations through Composio's Microsoft Teams toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/microsoft_teams Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Microsoft Teams connection via RUBE_MANAGE_CONNECTIONS with toolkit microsoft_teams Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configurat...
75
18272 verl-rl-training davila7/claude-code-templates
verl is a flexible, efficient, and production-ready RL training library for large language models from ByteDance's Seed team. It implements the HybridFlow framework (EuroSys 2025) and powers models like Doubao-1.5-pro achieving O1-level performance on math benchmarks. When to Use verl Choose verl when you need: - Production-ready RL training at scale (tested up to 671B parameters) - Flexibility to swap backends (FSDP ↔ Megatron-LM ↔ vLLM ↔ SGLang) - Support for multiple RL algorithms (PPO,...
75
18273 canvas-design shajith003/awesome-claude-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
75
18274 ln-611-docs-structure-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Documentation Structure Auditor (L3 Worker) Specialized worker auditing structural quality of project documentation. Purpose & Scope Worker in ln-610 coordinator pipeline - invoked by ln-610-docs-auditor Audit documentation for structural quality across 7 categories Scan all .md files in project, build hierarchy from CLAUDE...
75
18275 alicloud-ai-text-document-mind-test cinience/alicloud-skills
Category: test AI TEXT DOCUMENT MIND Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/text/alicloud-ai-text-document-mind/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/text/alicloud-ai-text-document-mind \ --output output/alicloud-ai-text-document-mind-test/compile-check.j...
75
18276 dotnet10-pack-tool rysweet/amplihack
Guides you through creating hybrid .NET 10 tool packages that combine Native AOT for maximum performance on select platforms with CoreCLR fallback for universal compatibility. When I Activate I automatically load when you mention: - "pack .NET tool" or "dotnet pack AOT" - "Native AOT tool" or "hybrid .NET tool" - "ToolPackageRuntimeIdentifiers" - ".NET 10 tool packaging" - "cross-platform .NET tool with AOT" What I Do - Configure your .csproj with `ToolPackageRuntimeIdentifiers` and `...
75
18277 team-composition-analysis sickn33/antigravity-awesome-skills
Team Composition Analysis Design optimal team structures, hiring plans, compensation strategies, and equity allocation for early-stage startups from pre-seed through Series A. Overview Build the right team at the right time with appropriate compensation and equity. Plan role-by-role hiring aligned with revenue milestones, budget constraints, and market benchmarks. Team Structure by Stage Pre-Seed (0-$500K ARR) Team Size: 2-5 people Core Roles: Founders (2-3): Product, engineering, busines...
75
18278 powershell-module-architect 404kidwiz/claude-supercode-skills
Provides PowerShell module design and architecture expertise specializing in creating structured, reusable, and maintainable PowerShell modules. Focuses on module architecture, function design, cross-version compatibility, and profile optimization for enterprise PowerShell environments. When to Use - Transforming scattered scripts into structured, reusable modules - Designing module architecture with public/private function separation - Creating cross-version compatible modules (PowerShell ...
75
18279 unity-mcp-orchestrator coplaydev/unity-mcp
Unity-MCP Operator Guide This skill helps you effectively use the Unity Editor with MCP tools and resources. Template Notice Examples in references/workflows.md and references/tools-reference.md are reusable templates. They may be inaccurate across Unity versions, package setups (UGUI/TMP/Input System), and project-specific conventions. Please check console, compilation errors, or use screenshot after implementation. Before applying a template: Validate targets/components first via resources and...
75
18280 svelte-frontend windmill-labs/windmill
Windmill Svelte Patterns Apply these Windmill-specific patterns when writing Svelte code in frontend/ . For general Svelte 5 syntax (runes, snippets, event handling), use the Svelte MCP server. Windmill UI Components (MUST use) Always use Windmill's design-system components. Never use raw HTML elements. Buttons — <Button> <Button variant="default" onclick={handleClick}>Label</Button> <Button startIcon={{ icon: ChevronLeft }} iconOnly onclick={prev} /> Props: variant?: 'accent' | 'accent-seconda...
75
18281 alicloud-media-vod-test cinience/alicloud-skills
Category: test MEDIA VOD Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/media/vod/alicloud-media-vod/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/media/vod/alicloud-media-vod \ --output output/alicloud-media-vod-test/compile-check.json Read the target skill SKILL.md and ident...
75
18282 vercel-overview bobmatnyc/claude-mpm-skills
Vercel Platform Overview Skill progressive_disclosure: entry_point: summary: "Vercel overview: projects, CLI, Git integration, env vars, project config, REST API, webhooks, and service map for deployments, functions, data, networking, observability, security, and AI." when_to_use: - "When onboarding to Vercel or planning architecture" - "When setting up projects, environments, and automation" - "When selecting Vercel services for a workload" quick_start: - "Create a Vercel project" - "Connect a ...
75
18283 hindsight-local vectorize-io/hindsight
You have persistent memory via the `hindsight-embed` CLI. Proactively store learnings and recall context to provide better assistance. Setup Check (First-Time Only) Before using memory commands, verify Hindsight is configured: ``` uvx hindsight-embed daemon status ``` If this fails or shows "not configured", run the interactive setup: ``` uvx hindsight-embed configure ``` This will prompt for an LLM provider and API key. After setup, the commands below will work. Commands Store a me...
75
18284 default-workflow rysweet/amplihack
Default Workflow Skill Purpose This skill provides the standard development workflow for all non-trivial code changes in amplihack. It auto-activates when detecting multi-file implementations, complex integrations, or significant refactoring work. The workflow defines the canonical execution process: from requirements clarification through design, implementation, testing, review, and merge. It ensures consistent quality by orchestrating specialized agents at each step and enforcing philosophy ...
75
18285 documentation-standards terrylica/cc-skills
Documentation Standards Overview Standards for writing markdown documentation optimized for both LLM consumption and conversion to professional PDFs using Pandoc. Ensures consistency across all documentation. When to Use This Skill Use when: Writing markdown documentation (README, skills, guides, specifications) Creating new skills that include markdown content Authoring content that may be converted to PDF Reviewing documentation for standards compliance Core Principles 1. LLM-Optimized Documen...
75
18286 frontend-prime esramulkpinar/prime-frontend-skills
Ultimate Frontend Skill Every output must feel intentionally crafted — never generic, never "AI slop." 1. Design Before Code Before writing ANY code, decide: Aesthetic direction (pick ONE, match it to the product's audience): Brutally minimal · Maximalist editorial · Retro-futuristic · Organic/natural · Luxury/refined · Playful · Brutalist · Art deco · Dark/moody · Lo-fi/zine · Handcrafted · Swiss/international · Neo-glassmorphic · Industrial · Soft/pastel One unforgettable element : a scroll an...
75
18287 bootstrap jwilger/agent-skills
Project Bootstrap Orchestrator Execute bootstrap in strict order. Do not run migrations or development server until project linking and environment verification are complete. Rules Do not run db:push , db:migrate , db:seed , or dev until Vercel linking is complete and env keys are verified. Prefer Vercel-managed provisioning ( vercel integration ... ) for shared resources. Use provider CLIs only as fallback when Vercel integration flow is unavailable. Never echo secret values in terminal output,...
75
18288 woocommerce-copy-guidelines woocommerce/woocommerce
No SKILL.md available for this skill. [View on GitHub ](https://github.com/woocommerce/woocommerce)
75
18289 brand-guidelines shajith003/awesome-claude-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 Accent Co...
75
18290 ln-612-semantic-content-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Semantic Content Auditor (L3 Worker) Specialized worker auditing semantic accuracy of project documentation. Purpose & Scope Worker in ln-610 coordinator pipeline - invoked by ln-610-docs-auditor for each project document Verify document content matches stated SCOPE (document purpose) Check content aligns with project goals...
75
18291 activecampaign-automation composiohq/awesome-claude-skills
ActiveCampaign Automation via Rube MCP Automate ActiveCampaign CRM and marketing automation operations through Composio's ActiveCampaign toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active ActiveCampaign connection via RUBE_MANAGE_CONNECTIONS with toolkit active_campaign Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — ju...
75
18292 accelint-ts-best-practices gohypergiant/agent-skills
JavaScript and TypeScript Best Practices Comprehensive coding standards for JavaScript and TypeScript applications, designed for AI agents and LLMs working with modern JavaScript/TypeScript codebases. Note: This skill focuses on general best practices, TypeScript patterns, and safety. For performance optimization, use the accelint-ts-performance skill instead. When to Use This Skill This skill provides expert-level patterns for JavaScript and TypeScript code. Load AGENTS.md to scan rule summarie...
75
18293 android-kotlin-compose drjacky/claude-android-ninja
Android Kotlin Compose Development Create production-quality Android applications following Google's official architecture guidance and best practices. Use when building Android apps with Kotlin, Jetpack Compose, MVVM architecture, Hilt dependency injection, Room database, or Android multi-module projects. Triggers on requests to create Android projects, screens, ViewModels, repositories, feature modules, or when asked about Android architecture patterns. Quick Reference Task Reference File Proj...
75
18294 i18n-localization vudovn/antigravity-kit
i18n & Localization Internationalization (i18n) and Localization (L10n) best practices. 1. Core Concepts Term Meaning i18n Internationalization - making app translatable L10n Localization - actual translations Locale Language + Region (en-US, tr-TR) RTL Right-to-left languages (Arabic, Hebrew) 2. When to Use i18n Show more Installs 2.6K Repository sickn33/agentic…e-skills GitHub Stars 45.1K First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
75
18295 codex-review-workflow daffy0208/ai-dev-standards
Codex Review Workflow Overview Automated code review workflow using OpenAI Codex CLI. Implements iterative fix-and-review cycles to ensure code quality through automated validation. Use when: Building features that require automated code review, iterative refinement cycles, or validation against specific quality standards using Codex CLI. When to Use This Skill ✅ Use this skill when: User explicitly requests Codex CLI review (e.g., "Review this with Codex") Implementing features that requir...
75
18296 dignified-code-simplifier dagster-io/erk
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refi...
75
18297 github-copilot-sdk rysweet/amplihack
GitHub Copilot SDK - Comprehensive Skill Overview The GitHub Copilot SDK enables developers to embed Copilot's agentic workflows programmatically in their applications. It exposes the same engine behind Copilot CLI as a production-tested agent runtime you can invoke from code. When to Use the Copilot SDK Use the Copilot SDK when: Building applications that need Copilot's AI capabilities Implementing custom AI assistants with tool-calling abilities Creating integrations that leverage Copilot'...
75
18298 commit windmill-labs/windmill
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
75
18299 docyrus-app-dev docyrus/agent-skills
Docyrus App Developer Build React TypeScript web apps with Docyrus as the backend. Authenticate via OAuth2 PKCE, query data sources with powerful filtering/aggregation, and follow established patterns. Tech Stack React 19 + TypeScript + Vite TanStack Router (code-based), TanStack Query (server state) Tailwind CSS v4, shadcn/ui components @docyrus/api-client (REST client) + @docyrus/signin (auth provider) Auto-generated collections from OpenAPI spec Quick Start: New App Setup Wrap root with Docyr...
75
18300 knowledge-base commontoolsinc/labs
Knowledge Base Foundation Before You Start Read these docs to orient yourself: docs/glossary.md - Terminology (Cell, Piece, Space, Spell, etc.) docs/specs/pattern-construction/overview.md - Authoritative system design AGENTS.md - Documentation reading list and codebase guidelines Source Hierarchy When sources conflict, this is the authoritative order: 1. Specs (Highest Authority) docs/specs/ - Technical specifications with unambiguous intent When specs contradict other docs, specs win . 2. Worki...
75