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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,431
总 Skills
35.0M
总安装量
2,440
贡献者
# Skill 仓库 描述 安装量
13651 eagle-architect autumnsgrove/groveengine
Eagle Architect 🦅 The eagle doesn't rush into the trees. It rises above, surveying the entire forest. From this height, patterns emerge—rivers that connect valleys, ridges that separate domains, clearings where new growth can thrive. The eagle sees not just what IS, but what COULD BE. When to Activate User asks to "design the architecture" or "plan the system" User says "how should these components interact?" or "map this out" User calls /eagle-architect or mentions eagle/architecture Planning a...
63
13652 remotion-best-practices connorads/dotfiles
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
63
13653 openclaw-setup iofficeai/aionui
OpenClaw 使用专家 你是 OpenClaw 使用专家,可以帮助用户安装、部署、配置和使用 OpenClaw 个人 AI 助手。 ⚠️ 重要提示:文档时效性 当前文档基于某个历史版本编写,OpenClaw 是一个持续更新的开源项目。 优先参考最新文档 :当遇到不确定的问题时,请访问 OpenClaw GitHub 仓库 查看最新的 README 和文档 官方文档 :访问 docs.openclaw.ai 获取最新的官方文档 本技能的作用 :提供基础知识和常见操作指南,但遇到新功能或变更时,应查阅最新资料 🔍 首先:环境诊断(每次响应前必做) 在回答任何 OpenClaw 问题之前,先执行环境诊断,确认工具可以被找到: 1. 检查 AionUi 工作进程中实际可用的 PATH node -e "console.log('PATH entries:', process.env.PATH.split(require('path').delimiter).length); console.log('First 3:', process.env.PATH.split(require('p...
63
13654 peon-ping-toggle peonping/peon-ping
peon-ping-toggle Toggle peon-ping sounds on or off. Also handles any peon-ping configuration changes. Toggle sounds On Unix, run the following command using the Bash tool: bash " ${CLAUDE_CONFIG_DIR :- $HOME / .claude} " /hooks/peon-ping/peon.sh toggle On Windows, use the PowerShell tool: $claudeDir = $env :CLAUDE_CONFIG_DIR if ( -not $claudeDir -or $claudeDir -eq "" ) { $claudeDir = Join-Path $HOME ".claude" } & ( Join-Path $claudeDir "hooks/peon-ping/peon.ps1" ) toggle Report the output to the...
63
13655 dual-axis-skill-reviewer tradermonty/claude-trading-skills
Dual Axis Skill Reviewer Run the dual-axis reviewer script and save reports to reports/ . The script supports: Random or fixed skill selection Auto-axis scoring with optional test execution LLM prompt generation LLM JSON review merge with weighted final score Cross-project review via --project-root When to Use Need reproducible scoring for one skill in skills/*/SKILL.md . Need improvement items when final score is below 90. Need both deterministic checks and qualitative LLM code/content review. ...
63
13656 umbraco-routing umbraco/umbraco-cms-backoffice-skills
Umbraco Routing What is it? Routing in Umbraco's backoffice enables navigation between sections, dashboards, and workspaces using pathname-based URLs. Sections serve as primary organizational dividers with entry points via section views, dashboards, or custom elements. Custom routing can be built using umb-router-slot with route definitions that support parameters and redirects. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/custo...
63
13657 check-vault-onchain tradingstrategy-ai/web3-ethereum-defi
Check vault onchain This script will run against a deployed smart contract and see if it detects out as one of our supported vaults. This skill will run a Python script and get you the output back. Required inputs Smart ctonract chain and address: User gives this either a link (check the page and blockchain explorer) or directly Script source Get the script source code from `scripts/erc-4626/check-vault-onchain.py Running the script Clone the script and replace spec to be the correct chain ...
63
13658 beads-workflow dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
Beads Workflow — From Plan to Actionable Tasks Core Principle: "Check your beads N times, implement once" — where N is as many as you can stomach. Beads are so detailed and polished that you can mechanically unleash a big swarm of agents to implement them, and it will come out just about perfectly. What Are Beads? Beads are epics/tasks/subtasks with dependency structure, optimized for AI coding agents. Think of them as Jira or Linear, but designed for machines. Key properties: Self-contain...
63
13659 angular-development manutej/luxor-claude-marketplace
Angular Development You are an Angular, SASS, and TypeScript expert focused on creating scalable and high-performance web applications. Key Development Principles Type Safety with Interfaces Define data models using interfaces for explicit types Maintain strict typing to avoid any Use TypeScript's type system to define specific types Component Composition Favor component composition over inheritance Enhance modularity, enabling reusability and easy maintenance Meaningful Naming Use descriptive v...
63
13660 b2c-scapi-schemas salesforcecommercecloud/b2c-developer-tooling
B2C SCAPI Schemas Skill Use the b2c CLI plugin to browse and retrieve SCAPI OpenAPI schema specifications. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli scapi schemas list ). Required: Tenant ID The --tenant-id flag is required for all commands. The tenant ID identifies your B2C Commerce instance. Important: The tenant ID is NOT the same as the organization ID: Tenant ID : zzxy_prd (used with commands that require --tenant-id ) Organiza...
63
13661 presentation-builder qodex-ai/ai-agent-skills
Presentation Builder Use slides-grab when the user needs a real slide deck artifact, not just an outline. The workflow is HTML-first: plan the deck, generate slide HTML, review visually, then export to PPTX/PDF. When to use this skill Create a presentation from a topic, document, or brief Iterate on slide design visually instead of editing raw PPT manually Export approved decks to .pptx or .pdf Maintain multi-deck workspaces under decks/<deck-name>/ Preflight Install and verify slides-grab befor...
63
13662 ticket-triage jwilger/agent-skills
Ticket Triage Skill You are an expert at rapidly categorizing, prioritizing, and routing customer support tickets. You assess issues systematically, identify urgency and impact, and ensure tickets reach the right team with the right context. Category Taxonomy Assign every ticket a primary category and optionally a secondary category : Category Description Signal Words Bug Product is behaving incorrectly or unexpectedly Error, broken, crash, not working, unexpected, wrong, failing How-to Customer...
63
13663 tailwind-4 gentleman-programming/gentleman-skills
Styling Decision Tree Tailwind class exists? → className="..." Dynamic value? → style={{ width: `${x}%` }} Conditional styles? → cn("base", condition && "variant") Static only? → className="..." (no cn() needed) Library can't use class?→ style prop with var() constants Critical Rules Never Use var() in className // ❌ NEVER: var() in className <div className="bg-[var(--color-primary)]" /> <div className="text-[var(--text-color)]" /> // ✅ ALWAYS: Use Tailwind semantic cl...
63
13664 particles-gpu bbeierle12/skill-mcp-claude
GPU Particles Render massive particle counts (10k-1M+) efficiently using GPU instancing and custom shaders. Quick Start import { useRef, useMemo } from 'react'; import { useFrame } from '@react-three/fiber'; import * as THREE from 'three'; function Particles({ count = 10000 }) { const points = useRef<THREE.Points>(null!); const positions = useMemo(() => { const pos = new Float32Array(count * 3); for (let i = 0; i < count; i++) { pos[i * 3] = (Math.random() - 0.5) * 10; ...
63
13665 fastf1 machina-sports/sports-skills
FastF1 — Formula 1 Data Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills f1 get_race_schedule --year = 2025 sports-skills f1 get_race_results --year = 2025 --event = Monza Python SDK (alternative): from sports_skills import f1 schedule = f1 . get_race_schedule ( year = 2025 ) results = f1 . get_race_results ( year = 2025 , event = "Monza" ) Choosing the Year Derive the current year from the system prompt's date (e.g., currentDate: 2026-02-16 → current year is 2026)...
63
13666 podcast-to-content-suite onewave-ai/claude-skills
Podcast to Content Suite Convert podcast episodes into a complete content marketing ecosystem. When to Use This Skill Activate when the user: Provides a podcast transcript Asks to "repurpose this podcast" Wants to create content from audio Mentions podcast marketing or content distribution Needs blog posts from podcast episodes Wants social media content from podcasts Asks for podcast show notes Instructions Analyze Podcast Content Identify main topic and subtopics Extract key insights and...
63
13667 paper-self-review galaxy-dawn/claude-scholar
Paper Self-Review A systematic paper quality checking tool that helps researchers conduct comprehensive self-review before submission. Core Features 1. Structure Review Check whether all sections of the paper are complete and conform to academic standards: Does the Abstract include problem, method, results, and contributions? Does the Introduction clearly articulate research motivation and background? Is the Method detailed enough to be reproducible? Do the Results sufficiently support the concl...
63
13668 prisma-migration-assistant patricio0312rev/skills
Prisma Migration Assistant Plan and execute safe Prisma migrations with confidence. Migration Planning Workflow // 1. Update schema.prisma model User { id Int @id @default(autoincrement()) email String @unique // NEW: Split name into firstName and lastName firstName String? lastName String? // OLD: name String // Will remove this createdAt DateTime @default(now()) } // 2. Create migration // npx prisma migrate dev --name split_user_name --create-only //...
63
13669 security-ownership-map davila7/claude-code-templates
Security Ownership Map Overview Build a bipartite graph of people and files from git history, then compute ownership risk and export graph artifacts for Neo4j/Gephi. Also build a file co-change graph (Jaccard similarity on shared commits) to cluster files by how they move together while ignoring large, noisy commits. Requirements Python 3 networkx (required; community detection is enabled by default) Install with: pip install networkx Workflow Scope the repo and time window (optional --since/--u...
63
13670 diagramming-expert erichowens/some_claude_skills
Diagramming Expert Master of text-based visual communication. Proactively creates diagrams to enhance understanding of complex concepts, systems, processes, and relationships. Core Philosophy "Above all else, show the data." — Edward Tufte Diagrams should: Reduce cognitive load — not add to it Maximize signal — minimize noise (data-ink ratio) Be maintainable — easy to update as understanding evolves Work everywhere — monospace text renders universally When to Use This Skill Use for: Syste...
63
13671 x-tweet-fetch b-open-io/prompts
Get a specific tweet by URL or ID. Setup ``` export X_BEARER_TOKEN="your-token" https://developer.x.com/en/portal/dashboard ``` Usage ``` ${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh <url_or_id> ``` Examples ``` By URL ${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh "https://x.com/kurtwuckertjr/status/1234567890" By ID ${CLAUDE_PLUGIN_ROOT}/scripts/fetch.sh 1234567890 ``` Response Fields - `text` - Tweet content - `created_at` - Post timestamp - `public_metrics` - Likes, retweets, replies...
63
13672 groove-utilities-memory-doctor andreadellacorte/groove
groove-utilities-memory-doctor Outcome All memory health checks pass. User knows if the memory file structure is correctly configured and accessible. Acceptance Criteria Each check is reported with ✓ or ✗ Each failure includes a specific remediation command Checks cover memory path and directory structure Checks (run in order) .groove/index.md exists at git root memory: key is present and has a valid path Memory base path exists (e.g. .groove/memory/ ) Memory log subdirectories exist: daily/ , w...
63
13673 ddd-hexagonal-architecture teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
63
13674 writing-user-outputs max-sixty/worktrunk
Output System Architecture Shell Integration Worktrunk uses file-based directive passing for shell integration: Shell wrapper creates a temp file via mktemp Shell wrapper sets WORKTRUNK_DIRECTIVE_FILE env var to the file path wt writes shell commands (like cd '/path' ) to that file Shell wrapper sources the file after wt exits When WORKTRUNK_DIRECTIVE_FILE is not set (direct binary call), commands execute directly and shell integration hints are shown. Output Functions The output system handles ...
63
13675 testcase-generator chyax98/twu
测试用例生成器(testcase-generator) 1. 目标 根据测试点生成结构化测试用例,覆盖正向、反向、边界场景。 2. 输入输出 输入 : test-case/plan.md 、 clarified-requirements/index.md 、 CLAUDE.md 输出 : test-case/{ITEM}/{POINT}.md 、 test-case/all_cases.md 3. 核心原则 策略指导 :提供判断标准,而非强制数量 场景驱动 :基于实际场景复杂度生成用例 数据具体 :测试数据必须具体,不用占位符 可验证性 :预期结果必须明确可验证 触发条件 用户执行 /testcase-gen 命令 test-case/plan.md 存在 4. 核心理论 4.1 等价类划分法 将输入数据划分为若干等价类,从每类中选取代表性数据测试。 应用示例 : POINT: 用户名密码登录 输入项: 用户名、密码 用户名等价类: 有效: [6-20字符,字母数字下划线] → "test_user123" 无效: [<6] "ab" | [>20] "verylongusername...
63
13676 design-brief-generator jamesrochabrun/skills
Design Brief Generator Overview Generate comprehensive, well-structured design briefs that align stakeholders and guide design projects. This skill helps designers create clear project briefs that define scope, goals, constraints, and success criteria. Built for: UX/UI designers Product designers Design leads Design systems teams Brand designers Quick Start 1. Generate Design Brief Run the interactive script: scripts/generate_brief.sh This will guide you through creating a comprehensive d...
63
13677 github-copilot-cli rysweet/amplihack
GitHub Copilot CLI Expert Comprehensive knowledge of GitHub Copilot CLI installation, configuration, usage, and extensibility. Purpose This skill provides expert guidance on: Installing and updating GitHub Copilot CLI Authentication and configuration Core usage patterns and slash commands Extensibility (MCP servers, skills, custom agents) Troubleshooting common issues When I Activate Automatically when you mention: "copilot cli", "github copilot cli", "gh copilot" "install copilot", "update copi...
63
13678 laravel:routes-best-practices jpcaparas/superpowers-laravel
Keep your route files clean and focused on mapping requests to controllers. Routes should never contain business logic, validation, or database operations. Anti-Pattern: Business Logic in Routes ``` // BAD: Business logic directly in routes Route::post('/order/{order}/cancel', function (Order $order) { if ($order->status !== 'pending') { return response()->json(['error' => 'Cannot cancel'], 400); } $order->status = 'cancelled'; $order->cancelled_at = now(); $order...
63
13679 ux-friction-analyzer erichowens/some_claude_skills
UX Friction Analyzer A comprehensive skill for analyzing and optimizing user experience through cognitive psychology, ADHD-friendly design, and flow state engineering. Activation Use this skill when: Designing new interfaces or user flows Auditing existing UX for friction points Optimizing for neurodivergent users (ADHD, autism) Simulating user journeys before building Reducing cognitive load in complex applications Trigger phrases: "analyze UX", "friction audit", "user journey", "ADHD-frie...
63
13680 umbraco-extension-template umbraco/umbraco-cms-backoffice-skills
Umbraco Extension Template What is it? The Umbraco Extension Template is the official .NET template for creating backoffice extensions. It provides a pre-configured project structure with TypeScript/Vite tooling, proper folder structure, and all essential files needed for extension development. Every Umbraco backoffice extension should start with this template. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/development...
63
13681 ast-grep pproenca/dot-skills
ast-grep Code Search Overview This skill helps translate natural language queries into ast-grep rules for structural code search. ast-grep uses Abstract Syntax Tree (AST) patterns to match code based on its structure rather than just text, enabling powerful and precise code search across large codebases. When to Use This Skill Use this skill when users: Need to search for code patterns using structural matching (e.g., "find all async functions that don't have error handling") Want to locate ...
63
13682 mux-video muxinc/skills
Mux Video Platform Comprehensive guide to building video applications with Mux, the developer-first video infrastructure platform. This skill covers video streaming, live streaming, player integrations, analytics with Mux Data, and AI-powered workflows. Whether you are building a video-on-demand platform, live streaming application, or integrating video into an existing product, this documentation provides the patterns and code examples needed to ship quickly. Key Capabilities Video Hosting an...
63
13683 justfile-expert laurigates/claude-plugins
Expert knowledge for Just command runner, recipe development, and task automation with focus on cross-platform compatibility and project standardization. Core Expertise Command Runner Mastery - Justfile syntax and recipe structure - Cross-platform task automation (Linux, macOS, Windows) - Parameter handling and argument forwarding - Module organization for large projects Recipe Development Excellence - Recipe patterns for common operations - Dependency management between recipes - She...
63
13684 agent-slackbot devxoul/agent-messenger
Agent SlackBot A TypeScript CLI tool that enables AI agents and humans to interact with Slack workspaces using bot tokens (xoxb-). Unlike agent-slack which extracts user tokens from the desktop app, agent-slackbot uses standard Slack Bot tokens for server-side and CI/CD integrations. Quick Start Set your bot token agent-slackbot auth set xoxb-your-bot-token Or set with a custom bot identifier for multi-bot setups agent-slackbot auth set xoxb-your-bot-token --bot deploy --name "Deploy Bot" Ver...
63
13685 00-andruia-consultant sickn33/antigravity-awesome-skills
When to Use Use this skill at the very beginning of a project to diagnose the workspace, determine whether it's a "Pure Engine" (new) or "Evolution" (existing) project, and to set the initial technical roadmap and expert squad. 🤖 Andru.ia Solutions Architect - Hybrid Engine (v2.0) Description Soy el Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Mi función es diagnosticar el estado actual de un espacio de trabajo y trazar la hoja de ruta óptima, ya sea para una creación ...
63
13686 groove-utilities-task-archive andreadellacorte/groove
groove-utilities-task-archive Outcome All completed and scrapped tasks are archived in the configured backend. The count of archived tasks is reported to the user. Acceptance Criteria All completed/scrapped tasks are moved to archived state in backend User is shown the scope of what will be archived and confirms before running Count of archived tasks is reported after completion Constraints Read tasks: from .groove/index.md to determine backend If tasks: none , no-op with friendly message Always...
63
13687 lore-creation-starting-skill skogai/lore
The lore system stores knowledge as mythology - not dry documentation, but stories that compress meaning and context into memorable narrative form. Every commit can become a chronicle entry, every bug fix a tale of battle. <essential_principles> 1. Three Atomic Units All lore is composed of three JSON structures: Entry - Atomic narrative unit (the story itself) Book - Collection of entries (chronicles, themed collections) Persona - AI character who narrates (voice, traits, perspective) 2. Narrat...
63
13688 skogai-jq skogai/lore
jq-transforms Overview jq-transforms is a schema-driven JSON transformation library built specifically for AI agents. It provides 60+ composable transformations for JSON manipulation, each with clear input/output contracts, comprehensive tests, and minimal implementations. The library emphasizes discoverability through schemas and composability through Unix pipes. When to Use This Skill Use this skill when: Transforming JSON data structures (CRUD operations, nested paths) Filtering or mapping ar...
63
13689 anthropic-prompt-engineer jamesrochabrun/skills
Anthropic Prompt Engineer Master the art and science of prompt engineering with Anthropic's proven techniques. Generate new prompts from scratch or improve existing ones using best practices for Claude AI models (Claude 4.x, Sonnet, Opus, Haiku). What This Skill Does Helps you create and optimize prompts for Claude AI using Anthropic's official techniques: Generate new prompts - Build effective prompts from requirements Improve existing prompts - Optimize prompts for better results Apply bes...
63
13690 qa-test-planner zixun-github/aisdlc
QA Test Planner A comprehensive skill for QA engineers to create test plans, generate manual test cases, build regression test suites, validate designs against Figma, and document bugs effectively. Activation: This skill is triggered only when explicitly called by name (e.g., /qa-test-planner , qa-test-planner , or use the skill qa-test-planner ). Quick Start Create a test plan: "Create a test plan for the user authentication feature" Generate test cases: "Generate manual test cases for the chec...
63
13691 agent-canvas whq25/agent-canvas
Agent Canvas A CLI tool to interact with an Excalidraw canvas for creating diagrams and visualizations. Installation Before using, check if CLI is installed: which agent-canvas && agent-canvas --version If not installed: Ask the user which package manager they prefer (bun or npm), then install: bun add -g @agent-canvas/cli@0.6.0 or npm install -g @agent-canvas/cli@0.6.0 If installed but version differs from 0.5.1: Upgrade using the same package manager: Path contains .bun → bun add -g...
63
13692 pr-walkthrough tldraw/tldraw
PR walkthrough video Create a narrated walkthrough video for a pull request. This is designed to be an internal artifact, providing the same benefit as would a loom video created by the pull request's author — walking through the code changes, explaining what was done and why, so that anyone watching can understand the PR quickly. Input: A GitHub pull request URL (e.g., https://github.com/tldraw/tldraw/pull/7924 ). If given just a PR number or other description, assume that the PR is on the tldr...
63
13693 rust-cli-builder davila7/claude-code-templates
Rust CLI Tool Builder When to use Use this skill when you need to: Scaffold a new Rust CLI tool from scratch with clap Add subcommands to an existing CLI application Implement config file loading (TOML/JSON/YAML) Set up proper error handling with anyhow/thiserror Add colored and formatted terminal output Structure a CLI project for distribution via cargo install or GitHub releases Phase 1: Explore (Plan Mode) Enter plan mode. Before writing any code, explore the existing project: If extending an...
63
13694 nuxt-core secondsky/claude-skills
Nuxt 4 Core Fundamentals Project setup, configuration, routing, SEO, and error handling for Nuxt 4 applications. Quick Reference Version Requirements Package Minimum Recommended nuxt 4.0.0 4.2.x vue 3.5.0 3.5.x nitro 2.10.0 2.12.x vite 6.0.0 6.2.x typescript 5.0.0 5.x Key Commands Create new project bunx nuxi@latest init my-app Development bun run dev Build for production bun run build Preview production build bun run preview Type checking bun run postinstall Generates .nuxt directo...
63
13695 1k-architecture onekeyhq/app-monorepo
OneKey Architecture Overview Platform Structure apps/desktop/ - Electron desktop app (Windows, macOS, Linux) apps/mobile/ - React Native mobile app (iOS, Android) apps/ext/ - Browser extension (Chrome, Firefox, Edge, Brave) apps/web/ - Progressive web application apps/web-embed/ - Embeddable wallet components Core Packages packages/core/ - Blockchain protocol implementations, cryptography, hardware wallet communication packages/kit/ - Application logic, state management, API integrations package...
63
13696 makefile itechmeat/llm-code
Guidance for creating and maintaining GNU Make build automation. Quick Navigation | Rules, prerequisites, targets | [syntax.md](https://github.com/itechmeat/llm-code/blob/main/skills/makefile/references/syntax.md) | Variable types and assignment | [variables.md](https://github.com/itechmeat/llm-code/blob/main/skills/makefile/references/variables.md) | Built-in functions | [functions.md](https://github.com/itechmeat/llm-code/blob/main/skills/makefile/references/functions.md) | Special...
63
13697 reactflow-fundamentals thebushidocollective/han
React Flow Fundamentals Build customizable node-based editors and interactive diagrams with React Flow. This skill covers core concepts, setup, and common patterns for creating flow-based interfaces. Installation npm npm install @xyflow/react pnpm pnpm add @xyflow/react yarn yarn add @xyflow/react Basic Setup import { useCallback } from 'react' ; import { ReactFlow , useNodesState , useEdgesState , addEdge , Background , Controls , MiniMap , type Node , type Edge , type OnConnect , } from '@x...
63
13698 spec-driven adeonir/agent-skills
Spec-Driven Development Structured development workflow: Initialize -> Plan -> Tasks -> Implement + Validate. Workflow initialize --> plan --> tasks --> implement --> validate --> archive Project Structure .artifacts/ ├── features/ │ └── {ID}-{name}/ │ ├── spec.md WHAT: Requirements │ ├── plan.md HOW: Architecture │ └── tasks.md WHEN: Tasks └── research/ Research cache (lazy) └── {topic}.md docs/ └── features/ └── {name}.md ...
63
13699 b2c-isml salesforcecommercecloud/b2c-developer-tooling
ISML Skill This skill guides you through creating and working with ISML (Isomorphic Markup Language) templates in Salesforce B2C Commerce. ISML templates combine HTML with dynamic server-side tags. Overview ISML templates are server-side templates that generate HTML. They use special tags prefixed with is and expressions in ${...} syntax to embed dynamic content. File Location Templates reside in the cartridge's templates directory: /my-cartridge /cartridge /templates /default ...
63
13700 groove-admin-install andreadellacorte/groove
groove-admin-install Outcome All groove backends are installed in dependency order, groove-wide companion skills are installed, AGENTS.md contains the session bootstrap, and the repo is ready for use. Acceptance Criteria Task and memory backends installed Companion skills installed (find-skills, agent-browser, pdf-to-markdown) AGENTS.md contains the <!-- groove:prime:start --> session bootstrap AGENTS.md contains a <!-- groove:task:start --> stub (if tasks: beans ) User sees a summary of what wa...
63