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
Official skills are maintained in the [ScriptingApp/skills](https://github.com/ScriptingApp/skills) repository. This repository contains a collection of ready-to-use skills that extend Scripting App's functionality.
122
113
123
114
### Using Skills
124
115
@@ -128,26 +119,13 @@ In Scripting App, skills can be used in the following ways:
128
119
2.**AI Integration**: AI assistants can automatically call skills to complete complex tasks
129
120
3.**Automation Workflows**: Integrate skill functions in Shortcuts
130
121
131
-
## Contributing Guidelines
132
-
133
-
### Adding New Documentation
134
-
135
-
1. Add new documentation files in the `scripting/App Store/Scripting Documentation/` directory
136
-
2. Update the `doc.json` configuration file to add new documentation entries
137
-
3. Run `bun run generate:docs` to regenerate documentation
138
-
4. Submit a Pull Request
139
-
140
-
### Modifying Existing Documentation
122
+
## Project Maintenance
141
123
142
-
1. Edit Markdown files in the `docs/` directory
143
-
2. Run `bun run build` to verify changes
144
-
3. Submit a Pull Request
124
+
This documentation project is maintained by the Scripting App developer. For bug reports or feature requests related to the documentation, please open an issue in this repository.
145
125
146
-
### Adding New Skills
126
+
### Contributing to Skills
147
127
148
-
1. Create a new skill project in Scripting App
149
-
2. Write a `SKILL.md` file defining how to use the skill
150
-
3. Submit to the [ScriptingApp/Community-Scripts](https://github.com/ScriptingApp/Community-Scripts) repository
128
+
If you'd like to contribute new skills or improve existing ones, please visit the [ScriptingApp/skills](https://github.com/ScriptingApp/skills) repository and follow the contribution guidelines there.
0 commit comments