mirror of
https://github.com/mattpocock/skills.git
synced 2026-04-30 22:13:54 +07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: edit-article
|
||||
description: The user will invoke this skill to help them edit an article.
|
||||
---
|
||||
|
||||
1. First, divide the article into sections based on its headings. Think about the main points you want to make during those sections.
|
||||
|
||||
Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies.
|
||||
|
||||
Confirm the sections with the user.
|
||||
|
||||
2. For each section:
|
||||
|
||||
2a. Rewrite the section to improve clarity, coherence, and flow. Use maximum 240 characters per paragraph.
|
||||
Reference in New Issue
Block a user