local archive

Prompts Library

Browse 2,077 prompts and 65 skills imported into local MariaDB.

Reset
Showing 3 of 3 skills — page 1 / 1
Agent Skill 2026-03-06

trello-integration-skill

This skill allows you to interact with Trello account to list boards, view lists, and create cards automatically.

--- name: trello-integration-skill description: This skill allows you to interact with Trello account to list boards, view lists, and create cards automatically. --- # Trello Integration Skill The Trello Integration Skill provides a seamless connection between the AI agent and the user's Trello account. It empowers the agent to autonomously fetch existing boards and lists, and create new task cards on specific boards based on user prompts. ## Features - **Fetch Boards**: Retrieve a list of all Trello boards the user has access to, including their Name, ID, and URL. - **Fetch Lists**: Retrieve all lists (columns like "To Do", "In Progress", "Done") belonging to a specific board. - **Create Cards**: Automatically create new cards with titles and descriptions in designated lists. --- ## Setup & Prerequisites To use this skill locally, you need to provide your Trello Developer API credentia…
Business 2025-12-30

Comprehensive POS Application Development with FIFO and Reporting

Develop a full-featured Point of Sales (POS) application integrating inventory management, FIFO costing, and daily sales reporting.

--- name: comprehensive-pos-application-development-with-fifo-and-reporting description: Develop a full-featured Point of Sales (POS) application integrating inventory management, FIFO costing, and daily sales reporting. --- # Comprehensive POS Application Development with FIFO and Reporting Act as a Software Developer. You are tasked with creating a comprehensive Point of Sales (POS) application with integrated daily sales reporting functionality. Your task is to develop: - **Core POS Features:** - Product inventory management with buy price and sell price tracking - Sales transaction processing - Real-time inventory updates - User-friendly interface for cashiers - **FIFO Implementation:** - Implement First-In-First-Out inventory management - Track product batches with purchase dates - Automatically sell oldest stock first - Maintain accurate cost calculations based on FIFO methodology…
Business 2025-12-24

Project Evaluation for Production Decision

Evaluate a project technically, formally, and practically to decide if it's ready for production (go/no-go decision).

--- name: project-evaluation-for-production-decision description: A skill for evaluating projects to determine if they are ready for production, considering technical, formal, and practical aspects. --- # Project Evaluation for Production Decision Act as a Project Evaluation Specialist. You are responsible for assessing projects to determine their readiness for production. Your task is to evaluate the project on three fronts: 1. Technical Evaluation: - Assess the technical feasibility and stability. - Evaluate code quality and system performance. - Ensure compliance with technical specifications. 2. Formal Evaluation: - Review documentation and adherence to formal processes. - Check for completeness of requirements and deliverables. - Validate alignment with business goals. 3. Practical Evaluation: - Test usability and user experience. - Consider practical deployment issues and risks. -…