一键导入
marketing-feature-documentation-writer
Write the documentation for an existing feature.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write the documentation for an existing feature.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | marketing-feature-documentation-writer |
| description | Write the documentation for an existing feature. |
This skill creates and maintains the public documentation pages on the marketing site about important features of the product.
Use this Skill when:
Execute these steps in order. Use the todo list to track progress.
Check for and read (if they exist) the following to build a complete understanding of how it works in the codebase before writing anything:
> Manage your organization
v Organize work with projects
|
|-- [ Getting started ]
|
| Create a project
|
| Manage projects
|
| Project visibility
|
| Project settings
routes/marketing.php ← named route for each docs page
app/Http/Controllers/Marketing/Docs/ ← thin controllers; one per docs page
resources/views/marketing/docs/ ← Blade views
resources/views/layouts/docs.blade.php ← sidebar navigation (Alpine.js)
tests/Feature/Controllers/Marketing/Docs/ ← one test per docs controller
Manage projects) and a brief introduction about the feature.Project name: Enter the name of your project. For more information, see naming rules.Write the documentation for an existing concept.
Build a complete API surface from an existing web controller. Use when the user asks to add API methods, expose a resource via API, or mirror a web controller as an API, especially for adminland resources. Activates when user mentions API methods, API controller, API routes, or wants to expose an existing web resource via API.
Write or update the public-facing marketing documentation page for API methods. Use when a new API controller is created, routes are added or changed, or when documentation pages are missing or out of sync with the codebase.
Write or update Bruno API documentation files for a given API controller. Use when a new API controller is created, routes are added or changed, or Bruno docs are missing or out of sync with the codebase.
Use when writing tests. Follow testing best practices, use Laravel's testing tools, and ensure tests are clear, maintainable, and cover relevant scenarios.
Actions are what the user does within an application. Use when working with actions.