test/echo-tool
낮은 위험 63Echo Input Text for Testing
작성자 EnactProtocol
This tool returns the input text exactly as provided. It serves as a foundational test skill for verifying AI tool execution and response handling.
enact/playwright
낮은 위험 63Capture screenshots and extract web content
작성자 EnactProtocol
Browser automation is essential for testing, data extraction, and visual verification. This skill provides a reliable way to capture screenshots and extract text or HTML content from any web page using Playwright.
enact/hello-simple
안전 60Print a friendly greeting
작성자 EnactProtocol
This simple Enact tool demonstrates basic tool usage by printing a greeting message. It serves as a starting point for learning the Enact protocol.
enact/hello-rust
낮은 위험 65Run Rust greeting programs
작성자 EnactProtocol
Users who need simple compiled Rust executables can use this skill to build and run basic Rust programs that accept command-line arguments and produce greeting output.
enact/hello-python
낮은 위험 65Run Python Greeting Tool
작성자 EnactProtocol
This skill provides a simple Python greeting utility that displays personalized messages with timestamp and version information for testing and demonstration purposes.
enact/hello-js
안전 67Generate friendly greetings
작성자 EnactProtocol
This skill provides a simple greeting capability for AI agents built with the Enact Protocol. It demonstrates basic JavaScript execution and string templating for agent interactions.
enact/hello-go
안전 67Create personalized greetings
작성자 EnactProtocol
Need to generate friendly greeting messages for users or testing? This skill prints personalized greetings with Go version information for development and demonstration purposes.
enact/formatter
안전 66Format JSON with Custom Indentation
작성자 EnactProtocol
JSON data often arrives in a compact format that is difficult to read and debug. This skill formats JSON strings with configurable indentation to make data human-readable while maintaining validity.
enact/firecrawl
낮은 위험 66Scrape websites as markdown
작성자 EnactProtocol
Web scraping is time-consuming and often breaks due to anti-bot measures. This skill uses the Firecrawl API to reliably convert websites into clean, LLM-ready markdown with structured data extraction.
enact/docs/guide
낮은 위험 64Create Enact containerized tools
작성자 EnactProtocol
Developers need guidance on building containerized tools with structured I/O. This skill provides a comprehensive guide for creating, publishing, and running Enact tools with Docker containers.
enact/dice-roll-rust
안전 66Roll Dice with Custom Sides
작성자 EnactProtocol
Users need random number generation for tabletop gaming and simulations. This skill provides a simple, fast Rust-based dice roller with configurable sides and quantity for any random number need.
writing-utils
안전 69Create Utility Functions for Next.js
작성자 Emz1998
Developers need clean, reusable utility functions to maintain code quality. This skill generates modular, focused utilities that follow best practices for Next.js applications.
writing-types
안전 68Write TypeScript Types for Next.js
작성자 Emz1998
Writing TypeScript types manually can be error-prone and lead to inconsistent patterns across a codebase. This skill provides guidelines for creating modular, maintainable type definitions that improve code quality and type safety.
writing-page-layout
안전 69Create Next.js Page Layouts
작성자 Emz1998
Writing page layouts in Next.js can lead to inconsistent project structure and difficult-to-maintain code. This skill provides clear guidelines for creating modular, well-organized page layouts following Next.js best practices.
writing-lib-functions
안전 70Write modular lib functions for Next.js
작성자 Emz1998
Developers working on Next.js applications need consistent, maintainable library functions. This skill provides clear guidelines for writing modular, well-organized code in the srs/lib directory.
writing-data
낮은 위험 66Structure Data in srs/data
작성자 Emz1998
Organizing scattered data files is challenging and leads to maintenance issues. This skill provides clear guidelines for structuring data in the srs/data directory following modular principles for cleaner, more maintainable code.
writing-config-files
안전 69Write modular config files
작성자 Emz1998
Create clean, maintainable configuration files for Next.js applications. This skill enforces modular patterns and follows best practices for organizing app settings.
ux-prototyping
낮은 위험 64Create Interactive UX Prototypes
작성자 Emz1998
Creating interactive prototypes manually is time-consuming and requires front-end skills. This skill converts UX specifications into single-file HTML prototypes that run in any browser, enabling rapid user flow validation without coding.
tdd-vitest-typescript
낮은 위험 73Set up TDD with Vitest and TypeScript
작성자 Emz1998
Writing tests before code ensures reliable, maintainable software. This skill guides you through the Red-Green-Refactor cycle with Vitest, covering test patterns, mocking strategies, and TDD best practices.
tasks-generator
안전 74Generate task roadmaps from specs
작성자 Emz1998
Transform PRD, Tech Specs, and UI/UX specifications into structured, actionable task roadmaps. The skill analyzes project requirements and generates a phased sprint plan with parallel task opportunities and dependency tracking.