A collection of AI prompts, rules (guidelines for development environments), project configurations, and workflow states across different disciplines. Built with 11ty and hosted on GitHub Pages.
- Clean, modern design
- Responsive layout
- Easy navigation
- Search functionality
- Content categorization by discipline
- Markdown support
- Node.js (v16 or higher)
- npm or yarn
- Git
- Clone the repository
git clone https://github.com/yourusername/prompt-library.git
cd prompt-library- Install dependencies
npm install- Start the development server
npm start- Build for production
npm run build├── _data/ # Global data files
├── _includes/ # Includes and partials
├── _layouts/ # Page templates
│ ├── base.njk # Base layout
│ ├── discipline.njk # Discipline-specific layout
│ └── content-type.njk # Content type layout
├── assets/ # Static assets
│ ├── css/ # Stylesheets
│ ├── js/ # JavaScript files
│ └── images/ # Image assets
├── development/ # Development discipline content
│ ├── prompts/ # Development prompts
│ ├── rules/ # Development rules
│ ├── project-configs/ # Development project configs
│ └── workflow-states/ # Development workflow states
├── project-management/ # Project Management discipline content
│ ├── prompts/
│ ├── rules/
│ ├── project-configs/
│ └── workflow-states/
├── sales-marketing/ # Sales & Marketing discipline content
│ ├── prompts/
│ ├── rules/
│ ├── project-configs/
│ └── workflow-states/
├── content-strategy/ # Content Strategy discipline content
│ ├── prompts/
│ ├── rules/
│ ├── project-configs/
│ └── workflow-states/
├── design/ # Design discipline content
│ ├── prompts/
│ ├── rules/
│ ├── project-configs/
│ └── workflow-states/
├── quality-assurance/ # Quality Assurance discipline content
│ ├── prompts/ # Quality Assurance prompts and checklists
│ ├── rules/ # Quality Assurance-specific rules and guidelines for maintaining consistency
│ ├── project-configs/ # Quality Assurance tool or process configurations
│ └── workflow-states/ # Quality Assurance workflow documentation
├── .github/ # GitHub configuration
│ └── workflows/ # GitHub Actions workflows
├── .eleventy.js # 11ty configuration
├── .gitignore
├── package.json
├── README.md
└── llms.txt # AI context file (auto-generated)
The library is organized by disciplines and content types:
- Development
- Project Management
- Sales & Marketing
- Content Strategy
- Design
- Quality Assurance
- Prompts: AI prompts for various use cases
- Rules: Guidelines for development environments
- Project Configs: Project configuration templates
- Workflow States: Process and workflow documentation
Each discipline contains all content types, allowing for specialized content within each field.
Content suggestions can also be submitted programmatically via GitHub Actions. This involves sending a repository_dispatch event with the type slack-prompt-submission to the GitHub API endpoint for this repository (/repos/Lullabot/prompt_library/dispatches). The event's client_payload must include the content, necessary metadata (author, invoker, permalink), and a pre-configured shared secret for validation. Successful dispatch triggers a workflow that creates a GitHub issue with the submitted content for review. See the workflow file .github/workflows/slack_submit.yml and the associated pull request (#40) for payload details and setup instructions.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Submit a Prompt - Share AI prompts for various use cases
- Submit a Rule - Contribute guidelines for development environments
- Submit a Project Config - Share project configuration templates
- Submit a Workflow State - Contribute process and workflow documentation
This project is licensed under the ISC License.
The llms.txt file is an auto-generated comprehensive snapshot of the entire project, designed to provide AI assistants with complete context about the codebase. This file contains all source code, documentation, configuration files, and templates compressed into a single file that can be easily consumed by language models.
- Providing full project context to AI assistants for code reviews
- Getting architectural guidance and implementation suggestions
- Debugging complex issues that span multiple files
- Understanding the complete project structure and dependencies
This file is automatically generated and should not be edited manually. It's updated whenever the project structure or files change significantly.
