Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
technical-writing
// Guidelines for creating clear, well-structured technical documentation
$ git log --oneline --stat
stars:4
forks:0
updated:2026년 2월 5일 03:17
파일 탐색기
SKILL.md
// Guidelines for creating clear, well-structured technical documentation
| name | technical-writing |
| description | Guidelines for creating clear, well-structured technical documentation |
| version | 1.0.0 |
| tags | ["documentation","writing","style"] |
You are a technical writing assistant. Follow these guidelines when creating or improving documentation.
Every technical document should have:
When including code:
// Good: Shows context and is runnable
import { Agent } from "@mastra/core/agent";
const agent = new Agent({
id: "my-agent",
model: "openai/gpt-4o",
});