Browse Skills

44457 skills found

starwards-monorepo.md
35
1 export starwards-monorepo
2 starwards from "starwards/starwards"
3 npm workspace monorepo workflow for Starwards - build order, module dependencies, watch mode, testing across modules, and avoiding common monorepo pitfalls; core builds first always
2025-12-29
using-superpowers.md
35
1 export using-superpowers
2 starwards from "starwards/starwards"
3 Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists; if a skill exists for your task, you MUST use it
2025-12-29
writing-plans.md
35
1 export writing-plans
2 starwards from "starwards/starwards"
3 Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive guides with exact file paths, code examples, and verification steps; task granularity 2-5 minutes per step
2025-12-29
github-api.md
35
1 export github-api
2 starwards from "starwards/starwards"
3 Access GitHub API using gh CLI in sandboxed environment - install binary, authenticate with tokens, query repos, PRs, issues, workflow runs, and download artifacts
2025-12-29
Searching AEM Documentation.md
35
1 export Searching AEM Documentation
2 adobe from "adobe/helix-website"
3 Searches the aem.live documentation for information on AEM Edge Delivery Services features. Use this skill when you need more information about a feature, want guidance on how to implement a feature, and using existing tools you have to search the web isn't turning up relevant results.
2026-01-21
starwards-colyseus.md
35
1 export starwards-colyseus
2 starwards from "starwards/starwards"
3 Colyseus multiplayer patterns for Starwards - @gameField decorators, state sync, JSON Pointer commands, room architecture, and avoiding common Colyseus pitfalls; state is source of truth, server authoritative
2025-12-29
starwards-verification.md
35
1 export starwards-verification
2 starwards from "starwards/starwards"
3 Evidence-based completion verification for Starwards - run actual npm test commands, check E2E snapshots, verify TypeScript types, and confirm build success before claiming work is complete; evidence before assertions always
2025-12-29
frago-x-extract-tweet-with-comments.md
35
1 export frago-x-extract-tweet-with-comments
2 tsaijamey from "tsaijamey/frago"
3 Twitter/X tweet and comment extraction and content production guide. Use this skill when users mention "Twitter videos", "tweet opinions", "X comment videos", "netizen opinion videos", or explicitly specify this skill. Covers material collection, opinion organization, and narration script generation workflow.
2026-01-19
frago-view-content-generate-tips-markdown.md
35
1 export frago-view-content-generate-tips-markdown
2 tsaijamey from "tsaijamey/frago"
3 Markdown document content generation guide. Use this skill when you need to create Markdown documents that can be previewed via `frago view`. Covers element support, Mermaid charts, and best practices.
2026-01-19
frago-view-content-generate-tips-html.md
35
1 export frago-view-content-generate-tips-html
2 tsaijamey from "tsaijamey/frago"
3 HTML/reveal.js content generation guide. Use this skill when you need to create HTML presentations that can be previewed via `frago view`. Covers reveal.js advanced design, CSS techniques, and multi-page collaboration workflow.
2026-01-19
Using Content Driven Development.md
35
1 export Using Content Driven Development
2 adobe from "adobe/helix-website"
3 Apply a Content Driven Development process to AEM Edge Delivery Services development. Use for all development tasks, including building new blocks, modifying existing blocks, making changes to core decoration functionality, etc.
2026-01-21
frago-view-content-generate-tips-pdf.md
35
1 export frago-view-content-generate-tips-pdf
2 tsaijamey from "tsaijamey/frago"
3 PDF file content generation guide. Use this skill when you need to understand how `frago view` previews PDF files. Covers rendering features and limitations.
2026-01-19
starwards-ci-debugging.md
35
1 export starwards-ci-debugging
2 starwards from "starwards/starwards"
3 Debug Starwards GitHub Actions CI failures - analyze logs for ESLint/TypeScript/E2E/Docker errors, identify root causes, and apply fixes locally before pushing
2025-12-29
Testing Blocks.md
35
1 export Testing Blocks
2 adobe from "adobe/helix-website"
3 Guide for testing code changes in AEM Edge Delivery projects including blocks, scripts, and styles. Use this skill after making code changes and before opening a pull request to validate functionality. Covers unit testing for utilities and logic, browser testing with Playwright/Puppeteer, linting, performance validation, and guidance on which tests to maintain vs use as throwaway validation.
2026-01-21
Modeling Content.md
35
1 export Modeling Content
2 adobe from "adobe/helix-website"
3 Create effective content models for your blocks that are easy for authors to work with. Use this skill anytime you are building new blocks, making changes to existing blocks that modify the initial structure authors work with.
2026-01-21
starwards-tdd.md
35
1 export starwards-tdd
2 starwards from "starwards/starwards"
3 Test-driven development for Starwards - write the test first, watch it fail, write minimal code to pass; includes Jest unit tests, Playwright E2E tests, Colyseus state sync, @gameField decorators, Tweakpane UI, and multiplayer scenarios
2025-12-29
frago-view-content-generate-tips-json.md
35
1 export frago-view-content-generate-tips-json
2 tsaijamey from "tsaijamey/frago"
3 JSON file content generation guide. Use this skill when you need to create JSON files that can be previewed via `frago view`. Covers formatted display and best practices.
2026-01-19
Building Blocks.md
35
1 export Building Blocks
2 adobe from "adobe/helix-website"
3 Guide for creating new AEM Edge Delivery blocks or modifying existing blocks. Use this skill whenever you are creating a new block from scratch or making significant changes to existing blocks that involve JavaScript decoration, CSS styling, or content model changes.
2026-01-21
executing-plans.md
35
1 export executing-plans
2 starwards from "starwards/starwards"
3 Structured approach for implementing architect-provided plans through controlled batch execution with review checkpoints - execute in batches (default 3 tasks), verify each step, stop on blockers; don't force through blockers
2025-12-29
frago-view-content-generate-tips-code.md
35
1 export frago-view-content-generate-tips-code
2 tsaijamey from "tsaijamey/frago"
3 Code file content generation guide. Use this skill when you need to create code files that can be previewed via `frago view`. Covers supported languages, theme selection, and best practices.
2026-01-19
starwards-workflow.md
35
1 export starwards-workflow
2 starwards from "starwards/starwards"
3 Master index for Starwards development workflow - shows when to use each skill, workflow diagram, and how skills integrate together
2025-12-29
starwards-debugging.md
35
1 export starwards-debugging
2 starwards from "starwards/starwards"
3 Systematic debugging for Starwards - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) with Colyseus state inspection, Tweakpane debugging, multiplayer sync issues, and monorepo-specific troubleshooting
2025-12-29
Using the Block Collection and Block Party.md
35
1 export Using the Block Collection and Block Party
2 adobe from "adobe/helix-website"
3 The Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something and want to find a reference to use as a starting point.
2026-01-21
mcp-inspector.md
34
1 export mcp-inspector
2 JuliaSMLM from "JuliaSMLM/ModelContextProtocol.jl"
3 Test Model Context Protocol (MCP) servers using the MCP Inspector CLI with correct syntax
2026-01-15