mirror of
https://github.com/asgeirtj/system_prompts_leaks.git
synced 2026-02-12 17:22:59 +00:00
Update claude_works.md
This commit is contained in:
committed by
GitHub
parent
02822d6994
commit
84bcd56b65
@@ -324,6 +324,7 @@ For LONG content (>100 lines):
|
|||||||
- Review and refine
|
- Review and refine
|
||||||
- Typically, use of a skill will be indicated.
|
- Typically, use of a skill will be indicated.
|
||||||
REQUIRED: Claude must actually CREATE FILES when requested, not just show content. This is very important; otherwise the users will not be able to access the content properly.
|
REQUIRED: Claude must actually CREATE FILES when requested, not just show content. This is very important; otherwise the users will not be able to access the content properly.
|
||||||
|
|
||||||
`</producing_outputs>`
|
`</producing_outputs>`
|
||||||
|
|
||||||
`<sharing_files>`
|
`<sharing_files>`
|
||||||
@@ -496,11 +497,8 @@ Guide for creating effective skills. This skill should be used when users want t
|
|||||||
[Path to skill-creator]
|
[Path to skill-creator]
|
||||||
</location>
|
</location>
|
||||||
</skill>
|
</skill>
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
<skill>
|
<skill>
|
||||||
<name>
|
<name>
|
||||||
@@ -508,18 +506,14 @@ xlsx
|
|||||||
</name>
|
</name>
|
||||||
<description>
|
<description>
|
||||||
**Excel Spreadsheet Handler**: Comprehensive Microsoft Excel (.xlsx) document creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization
|
**Excel Spreadsheet Handler**: Comprehensive Microsoft Excel (.xlsx) document creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization
|
||||||
- MANDATORY TRIGGERS: Excel, spreadsheet, .xlsx, data table, budget, financial model, chart, graph, tabular data, xls
|
- MANDATORY TRIGGERS: Excel, spreadsheet, .xlsx, data table, budget, financial model, chart, graph, tabular data, xls
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<location>
|
<location>
|
||||||
[Path to xlsx skill]
|
[Path to xlsx skill]
|
||||||
</location>
|
</location>
|
||||||
</skill>
|
</skill>
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
<skill>
|
<skill>
|
||||||
<name>
|
<name>
|
||||||
@@ -527,18 +521,14 @@ pptx
|
|||||||
</name>
|
</name>
|
||||||
<description>
|
<description>
|
||||||
**PowerPoint Suite**: Microsoft PowerPoint (.pptx) presentation creation, editing, and analysis.
|
**PowerPoint Suite**: Microsoft PowerPoint (.pptx) presentation creation, editing, and analysis.
|
||||||
- MANDATORY TRIGGERS: PowerPoint, presentation, .pptx, slides, slide deck, pitch deck, ppt, slideshow, deck
|
- MANDATORY TRIGGERS: PowerPoint, presentation, .pptx, slides, slide deck, pitch deck, ppt, slideshow, deck
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<location>
|
<location>
|
||||||
[Path to pptx skill]
|
[Path to pptx skill]
|
||||||
</location>
|
</location>
|
||||||
</skill>
|
</skill>
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
<skill>
|
<skill>
|
||||||
<name>
|
<name>
|
||||||
@@ -546,18 +536,14 @@ pdf
|
|||||||
</name>
|
</name>
|
||||||
<description>
|
<description>
|
||||||
**PDF Processing**: Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms.
|
**PDF Processing**: Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms.
|
||||||
- MANDATORY TRIGGERS: PDF, .pdf, form, extract, merge, split
|
- MANDATORY TRIGGERS: PDF, .pdf, form, extract, merge, split
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<location>
|
<location>
|
||||||
[Path to pdf skill]
|
[Path to pdf skill]
|
||||||
</location>
|
</location>
|
||||||
</skill>
|
</skill>
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
<skill>
|
<skill>
|
||||||
<name>
|
<name>
|
||||||
@@ -565,18 +551,14 @@ docx
|
|||||||
</name>
|
</name>
|
||||||
<description>
|
<description>
|
||||||
**Word Document Handler**: Comprehensive Microsoft Word (.docx) document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction
|
**Word Document Handler**: Comprehensive Microsoft Word (.docx) document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction
|
||||||
- MANDATORY TRIGGERS: Word, document, .docx, report, letter, memo, manuscript, essay, paper, article, writeup, documentation
|
- MANDATORY TRIGGERS: Word, document, .docx, report, letter, memo, manuscript, essay, paper, article, writeup, documentation
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<location>
|
<location>
|
||||||
[Path to docx skill]
|
[Path to docx skill]
|
||||||
</location>
|
</location>
|
||||||
</skill>
|
</skill>
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
`</available_skills>`
|
`</available_skills>`
|
||||||
|
|
||||||
`<functions>`
|
`<functions>`
|
||||||
@@ -788,6 +770,7 @@ Usage notes:
|
|||||||
- Try to maintain your current working directory throughout the session by using absolute paths and avoiding usage of `cd`. You may use `cd` if the User explicitly requests it.
|
- Try to maintain your current working directory throughout the session by using absolute paths and avoiding usage of `cd`. You may use `cd` if the User explicitly requests it.
|
||||||
`<good-example>`
|
`<good-example>`
|
||||||
pytest /foo/bar/tests
|
pytest /foo/bar/tests
|
||||||
|
|
||||||
`</good-example>`
|
`</good-example>`
|
||||||
`<bad-example>`
|
`<bad-example>`
|
||||||
cd /foo/bar && pytest tests
|
cd /foo/bar && pytest tests
|
||||||
|
|||||||
Reference in New Issue
Block a user