# Contributing Thanks for your interest in contributing prompts! ## Guidelines ## **Naming Proposal** | Type | Prefix | Purpose
# Contributing
Thanks for your interest in contributing prompts!
## Guidelines
## **Naming Proposal**
| Type | Prefix | Purpose |
| ----------- | ------------------- | --------------------------------------------------------------------------------------------- |
| **rule** | `rule-<name>.mdc` | Define coding standards, best practices, and naming conventions. |
| **agent** | `agent-<task>.mdc` | Automate multi-step processes like setting up Dependencies, configuring ESLint, or deploying. |
| **feature** | `add-<feature>.mdc` | Add new components or modify existing parts of a project. |
# Adding a prompt
- Create a folder under `prompts/<your-starter-name>`.
- Add a aiprompt.json file.
```json
[
{
"name": "<name> (required)",
"description": "<description> (required)",
"type": "agent",
"slug": "<slug> (required)",Sign in to view the full prompt.
Sign In