ワンクリックで
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 職業分類に基づく
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.
| 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.