prd
01Command Claude Code
Generate a Product Requirements Document (PRD) for a new feature.
Command Claude Code
Generate a Product Requirements Document (PRD) for a new feature.
Command Claude Code
A command that uses Claude Code sub-agents to implement a product requirements document (PRD), a written description of requested software work. It does so without the Amp command-line tool.
Command Claude Code
Convert PRD to Ralph format and run the autonomous agent loop.
Skill Claude CodeCodex
Set up and run a standardized Node.js npm release workflow with auto version bump, npm publish via GitHub Actions, and local pre-push checks. Use when you want a repo to auto-bump version on push to main, publish to npm, and keep release steps consistent.
MCP server Claude CodeCodexCursor +2
A local MCP server for OpenAlex, a service that indexes academic research papers. It provides literature searches, detailed abstracts, and full-text downloads for AI agents.
SecretRichGarden/metasota-API-MCP
Skill Claude CodeCodex
Set up and run a standardized Node.js npm release workflow with auto version bump, npm publish via GitHub Actions, and local pre-push checks. Use when you want a repo to auto-bump version on push to main, publish to npm, and keep release steps consistent.
SecretRichGarden/metasota-API-MCP
Cursor rule Cursor
Rules for implementing MCP protocol handlers and tools.
SecretRichGarden/metasota-API-MCP
Cursor rule Cursor
Rules for integrating with Metaso Search API endpoints and handling responses.
SecretRichGarden/metasota-API-MCP
Cursor rule Cursor
This is a Node.js/TypeScript project implementing a Model Context Protocol (MCP) server for Metaso Search API integration.
SecretRichGarden/metasota-API-MCP
Cursor rule Cursor
// Good: Explicit types, error handling async function performSearch(params: SearchParams): Promise { try { const response = await axiosInstance.post('/search', params); const parsed = MetasoResponseSchema.parse(response.data); // ... process results return formattedOutput; } catch (error) { if (error instanceof…
SecretRichGarden/metasota-API-MCP
Instructions file Gemini CLI
Gemini CLI instructions for SecretRichGarden/metasota-API-MCP, covering metaso search mcp server, project overview, architecture, building and running and prerequisites.
SecretRichGarden/metasota-API-MCP
MCP server Claude CodeCodexCursor
A local MCP server package for Metaso Search, a Chinese search service that can search the web, read pages, and answer questions.