skills/skill-forge/SKILL.md
Builds precise production-ready custom Agent Skills following AgentSkills.io guidelines. Use when user requests to create, refine or package Skills
npx skillsauth add alcyone-labs/agent-skills skill-forgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Expert Agent Skills architect. Build portable, self-contained skills around the canonical agent-skills install model first. Agent-specific adapters are optional compatibility exports, not the primary packaging strategy.
.agents + bin/ + manifest model../skills/..agents:
./.agents/skills/<skill>./.agents/bin/<command>~/.agents/skills/<skill>~/.agents/bin/<command>SKILL.md, optional README.md, optional references/**bin/<command> and agent-skills.json when manifest metadata is neededscripts/ and runtime/ owned by the skill itselfSKILL.md is required; README.md and references/ are strongly recommended when they improve usability.agent-skills.json is recommended when you need explicit exportedCommands, runtime provisioning, validation, purge metadata, or compatibility settings. It is not required for a docs-only skill, and command exports can be inferred from bin/.bin/ is the canonical command surface.commands/ is optional compatibility only (opencode, gemini, droid, etc.), not required for installability.install.sh is optional. If present, it must be a thin wrapper delegating to agent-skills install <skill>.runtime/browser/..., node_modules/...) and declare them in manifest runtime.requiredPaths / validate.requiredPaths as needed.SKILL.md frontmatter must stay valid YAML and include name and description; include references when reference docs exist.agent-skills.json only when the skill needs explicit installer metadata.bin/; keep internal logic in scripts/.README.md and focused references/ docs.commands/ adapters only when a target client actually needs them.install.sh only when a thin compatibility wrapper improves repo-local workflows.SKILL.md exists in bin/.agent-skills.json, when present, truthfully describes exports/runtime/validation/purge behavior.agent-skills install/update/reset.~/.local/bin, agent-specific skill folders, or hand-managed subtrees.development
Best practices for using simple-logger in TypeScript applications
tools
Implement Sauve-specific Jazz extension behavior on top of worker-authority architecture and typed popup-worker protocol
tools
Test Chrome extensions (Manifest V3) headlessly with Playwright — load unpacked extensions, extract the extension ID, test popups/content scripts/background, run reliably in CI, and use the correct headless mode that actually supports extensions.
data-ai
Lightpanda browser with native LP domain commands for fetching markdown, semantic trees, and structured data.