원클릭으로
marketing-concept-documentation-writer
Write the documentation for an existing concept.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write the documentation for an existing concept.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Write the documentation for an existing feature.
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-concept-documentation-writer |
| description | Write the documentation for an existing concept. |
This skill creates and maintains the public documentation pages on the marketing site about important concepts 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
Getting started subsection of the relevant section. For example, the concept of "office types" is documented in the "Getting started" subsection of the "Organize work with offices" section.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 concept.