ワンクリックで
humanify-skill
Output human-readable text in pretty formats instead of raw markdown or code blocks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Output human-readable text in pretty formats instead of raw markdown or code blocks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use this skill to generate well-branded interfaces and assets for OpenCompany (zeenie.ai), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
Launch Android applications by package name. Open any installed app programmatically.
Get list of installed Android applications with package names, versions, and metadata.
Control Android audio - get/set volume, mute/unmute for media, ringtone, notification, and call volumes.
Monitor Android device battery status, level, charging state, temperature, and health.
Control Android Bluetooth - enable, disable, get status, and list paired devices.
| name | humanify-skill |
| description | Output human-readable text in pretty formats instead of raw markdown or code blocks |
| metadata | {"author":"opencompany","version":"1.0","category":"formatting","icon":"✨","color":"#F59E0B"} |
Format your responses for human readability. Output clean, pretty text that's easy to scan and understand - not raw markdown syntax or code-heavy formatting.
Bad: ## Section Title
Good: SECTION TITLE
-------------
Bad: - Item one
- Item two
Good: Item one
Item two
or: * Item one
* Item two
Bad: ```json
{"name": "John", "age": 30}
```
Good: Name: John
Age: 30
Bad: | Name | Value |
|------|-------|
| Foo | 123 |
Good: Name Value
---- -----
Foo 123
Bad: Check https://example.com/very/long/path/to/resource
Good: Check the resource page (link available)
or: Resource: example.com
Status: Complete
Time: 2.3 seconds
Result: Successfully processed 15 items
Details:
Processed: 15
Skipped: 2
Errors: 0
Found 3 matching files:
1. config.json
Location: /app/settings
Modified: Today
2. config.backup.json
Location: /app/backups
Modified: Yesterday
3. config.old.json
Location: /archive
Modified: Last week
The function calculates the total by:
First, it gathers all input values
Then, it filters out any invalid entries
Finally, it sums the remaining numbers
Note: Empty inputs are treated as zero.
Could not complete the request.
Reason: The file was not found at the specified location.
Suggestions:
Check if the file path is correct
Verify the file exists
Ensure you have read permissions
Done! Created new user account.
Username: jsmith
Email: john@example.com
Role: Editor
Next: The user will receive a welcome email shortly.
Section breaks: ---------------
Light dividers: . . . . . . . .
Box drawing: +-------------+
| Content |
+-------------+
Instead of **bold**: Use CAPS or spacing
Instead of *italic*: Use quotes or context
Instead of `code`: Use clear naming
Group related items with spacing:
Primary Actions
Save changes
Submit form
Secondary Actions
Cancel
Reset
### Results
- **Found**: 5 files
- **Size**: 2.3MB
- **Status**: `complete`
See [documentation](https://docs.example.com) for more info.
RESULTS
-------
Found: 5 files
Size: 2.3 MB
Status: Complete
See the documentation for more details.
The goal is communication, not formatting. Choose the clearest way to convey information to a human reader. When in doubt, write it as you would explain it to a colleague standing next to you.