You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
-52Lines changed: 0 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,55 +53,3 @@ The project uses `yarn` for dependency management and script execution.
53
53
-`src/index.ts`: Main entry point, re-exports `pure` and adds side effects (auto-cleanup).
54
54
-`examples/`: Example React Native applications using the library.
55
55
-`website/`: Documentation website.
56
-
57
-
<skills_system priority="1">
58
-
59
-
## Available Skills
60
-
61
-
<!-- SKILLS_TABLE_START -->
62
-
<usage>
63
-
When users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.
64
-
65
-
How to use skills:
66
-
67
-
- Invoke: Bash("openskills read <skill-name>")
68
-
- The skill content will load with detailed instructions on how to complete the task
69
-
- Base directory provided in output for resolving bundled resources (references/, scripts/, assets/)
70
-
71
-
Usage notes:
72
-
73
-
- Only use skills listed in <available_skills> below
74
-
- Do not invoke a skill that is already loaded in your context
75
-
- Each skill invocation is stateless
76
-
</usage>
77
-
78
-
<available_skills>
79
-
80
-
<skill>
81
-
<name>code-review</name>
82
-
<description>Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.</description>
83
-
<location>project</location>
84
-
</skill>
85
-
86
-
<skill>
87
-
<name>doc-coauthoring</name>
88
-
<description>Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.</description>
89
-
<location>project</location>
90
-
</skill>
91
-
92
-
<skill>
93
-
<name>humanizer</name>
94
-
<description>Remove signs of AI-generated writing from text. Use when editing or reviewing
95
-
text to make it sound more natural and human-written. Based on Wikipedia's
96
-
comprehensive "Signs of AI writing" guide. Detects and fixes patterns including:
0 commit comments