@rfxlamia/skillkit 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/agents/creative-copywriter.md +212 -0
- package/agents/agents/dario-amodei.md +135 -0
- package/agents/agents/doc-simplifier.md +63 -0
- package/agents/agents/kotlin-pro.md +433 -0
- package/agents/agents/red-team.md +136 -0
- package/agents/agents/sam-altman.md +121 -0
- package/agents/agents/seo-manager.md +184 -0
- package/package.json +1 -1
- package/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/adversarial-review/SKILL.md +219 -0
- package/skills/skills/baby-education/SKILL.md +260 -0
- package/skills/skills/baby-education/references/advanced-techniques.md +323 -0
- package/skills/skills/baby-education/references/transformations.md +345 -0
- package/skills/skills/been-there-done-that/SKILL.md +455 -0
- package/skills/skills/been-there-done-that/references/analysis-patterns.md +162 -0
- package/skills/skills/been-there-done-that/references/git-commands.md +132 -0
- package/skills/skills/been-there-done-that/references/tree-insertion-logic.md +145 -0
- package/skills/skills/coolhunter/SKILL.md +270 -0
- package/skills/skills/coolhunter/assets/elicitation-methods.csv +51 -0
- package/skills/skills/coolhunter/knowledge/elicitation-methods.md +312 -0
- package/skills/skills/coolhunter/references/workflow-execution.md +238 -0
- package/skills/skills/coolhunter/workflow-plan-coolhunter.md +232 -0
- package/skills/skills/creative-copywriting/SKILL.md +324 -0
- package/skills/skills/creative-copywriting/databases/README.md +60 -0
- package/skills/skills/creative-copywriting/databases/carousel-structures.csv +16 -0
- package/skills/skills/creative-copywriting/databases/emotional-arcs.csv +11 -0
- package/skills/skills/creative-copywriting/databases/hook-formulas.csv +51 -0
- package/skills/skills/creative-copywriting/databases/power-words.csv +201 -0
- package/skills/skills/creative-copywriting/databases/psychological-triggers.csv +21 -0
- package/skills/skills/creative-copywriting/databases/read-more-patterns.csv +26 -0
- package/skills/skills/creative-copywriting/databases/swipe-triggers.csv +31 -0
- package/skills/skills/creative-copywriting/references/carousel-psychology.md +223 -0
- package/skills/skills/creative-copywriting/references/hook-anatomy.md +169 -0
- package/skills/skills/creative-copywriting/references/power-word-science.md +134 -0
- package/skills/skills/creative-copywriting/references/storytelling-frameworks.md +157 -0
- package/skills/skills/diverse-content-gen/SKILL.md +201 -0
- package/skills/skills/diverse-content-gen/references/advanced-techniques.md +320 -0
- package/skills/skills/diverse-content-gen/references/research-findings.md +379 -0
- package/skills/skills/diverse-content-gen/references/task-workflows.md +241 -0
- package/skills/skills/diverse-content-gen/references/tool-integration.md +419 -0
- package/skills/skills/diverse-content-gen/references/troubleshooting.md +426 -0
- package/skills/skills/diverse-content-gen/references/vs-core-technique.md +240 -0
- package/skills/skills/framework-critical-thinking/SKILL.md +220 -0
- package/skills/skills/framework-critical-thinking/references/bias_detector.md +375 -0
- package/skills/skills/framework-critical-thinking/references/fallback_handler.md +239 -0
- package/skills/skills/framework-critical-thinking/references/memory_curator.md +161 -0
- package/skills/skills/framework-critical-thinking/references/metacognitive_monitor.md +297 -0
- package/skills/skills/framework-critical-thinking/references/producer_critic_orchestrator.md +333 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_router.md +235 -0
- package/skills/skills/framework-critical-thinking/references/reasoning_validator.md +97 -0
- package/skills/skills/framework-critical-thinking/references/reflection_trigger.md +78 -0
- package/skills/skills/framework-critical-thinking/references/self_verification.md +388 -0
- package/skills/skills/framework-critical-thinking/references/uncertainty_quantifier.md +207 -0
- package/skills/skills/framework-initiative/SKILL.md +231 -0
- package/skills/skills/framework-initiative/references/examples.md +150 -0
- package/skills/skills/framework-initiative/references/impact-analysis.md +157 -0
- package/skills/skills/framework-initiative/references/intent-patterns.md +145 -0
- package/skills/skills/framework-initiative/references/star-framework.md +165 -0
- package/skills/skills/humanize-docs/SKILL.md +203 -0
- package/skills/skills/humanize-docs/references/advanced-techniques.md +13 -0
- package/skills/skills/humanize-docs/references/core-transformations.md +368 -0
- package/skills/skills/humanize-docs/references/detection-patterns.md +400 -0
- package/skills/skills/humanize-docs/references/examples-gallery.md +374 -0
- package/skills/skills/imagine/SKILL.md +190 -0
- package/skills/skills/imagine/references/artstyle-corporate-memphis.md +625 -0
- package/skills/skills/imagine/references/artstyle-crewdson-hyperrealism.md +295 -0
- package/skills/skills/imagine/references/artstyle-iphone-social-media.md +426 -0
- package/skills/skills/imagine/references/artstyle-sciencesaru.md +276 -0
- package/skills/skills/pre-deploy-checklist/README.md +26 -0
- package/skills/skills/pre-deploy-checklist/SKILL.md +153 -0
- package/skills/skills/pre-deploy-checklist/references/checklist-categories.md +174 -0
- package/skills/skills/pre-deploy-checklist/references/domain-prompts.md +216 -0
- package/skills/skills/prompt-engineering/SKILL.md +209 -0
- package/skills/skills/prompt-engineering/references/advanced-combinations.md +444 -0
- package/skills/skills/prompt-engineering/references/chain-of-thought.md +140 -0
- package/skills/skills/prompt-engineering/references/decision_matrix.md +220 -0
- package/skills/skills/prompt-engineering/references/few-shot.md +346 -0
- package/skills/skills/prompt-engineering/references/json-format.md +270 -0
- package/skills/skills/prompt-engineering/references/natural-language.md +420 -0
- package/skills/skills/prompt-engineering/references/pitfalls.md +365 -0
- package/skills/skills/prompt-engineering/references/prompt-chaining.md +498 -0
- package/skills/skills/prompt-engineering/references/react.md +108 -0
- package/skills/skills/prompt-engineering/references/self-consistency.md +322 -0
- package/skills/skills/prompt-engineering/references/tree-of-thoughts.md +386 -0
- package/skills/skills/prompt-engineering/references/xml-format.md +220 -0
- package/skills/skills/prompt-engineering/references/yaml-format.md +488 -0
- package/skills/skills/prompt-engineering/references/zero-shot.md +74 -0
- package/skills/skills/quick-spec/SKILL.md +280 -0
- package/skills/skills/quick-spec/assets/tech-spec-template.md +74 -0
- package/skills/skills/quick-spec/references/step-01-understand.md +189 -0
- package/skills/skills/quick-spec/references/step-02-investigate.md +144 -0
- package/skills/skills/quick-spec/references/step-03-generate.md +128 -0
- package/skills/skills/quick-spec/references/step-04-review.md +173 -0
- package/skills/skills/quick-spec/tests/__pycache__/test_skill.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/quick-spec/tests/test_scenarios.md +83 -0
- package/skills/skills/quick-spec/tests/test_skill.py +136 -0
- package/skills/skills/readme-expert/SKILL.md +538 -0
- package/skills/skills/readme-expert/knowledge/INDEX.md +192 -0
- package/skills/skills/readme-expert/knowledge/application/quality-standards.md +470 -0
- package/skills/skills/readme-expert/knowledge/application/script-executor.md +604 -0
- package/skills/skills/readme-expert/knowledge/application/template-library.md +822 -0
- package/skills/skills/readme-expert/knowledge/foundation/codebase-scanner.md +361 -0
- package/skills/skills/readme-expert/knowledge/foundation/validation-checklist.md +481 -0
- package/skills/skills/red-teaming/SKILL.md +321 -0
- package/skills/skills/red-teaming/references/ai-llm-redteam.md +517 -0
- package/skills/skills/red-teaming/references/attack-techniques.md +410 -0
- package/skills/skills/red-teaming/references/cybersecurity-redteam.md +383 -0
- package/skills/skills/red-teaming/references/tools-frameworks.md +446 -0
- package/skills/skills/releasing/.skillkit-mode +1 -0
- package/skills/skills/releasing/SKILL.md +225 -0
- package/skills/skills/releasing/references/version-detection.md +108 -0
- package/skills/skills/screenwriter/SKILL.md +273 -0
- package/skills/skills/screenwriter/references/advanced-techniques.md +216 -0
- package/skills/skills/screenwriter/references/pipeline-integration.md +266 -0
- package/skills/skills/skillkit/.claude/settings.local.json +7 -0
- package/skills/skills/skillkit/.claude-plugin/plugin.json +27 -0
- package/skills/skills/skillkit/CHANGELOG.md +484 -0
- package/skills/skills/skillkit/SKILL.md +511 -0
- package/skills/skills/skillkit/commands/skillkit.md +6 -0
- package/skills/skills/skillkit/commands/validate-plan.md +6 -0
- package/skills/skills/skillkit/commands/verify.md +6 -0
- package/skills/skills/skillkit/knowledge/INDEX.md +352 -0
- package/skills/skills/skillkit/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit/knowledge/application/10-technical-architecture.md +324 -0
- package/skills/skills/skillkit/knowledge/application/11-adoption-strategy.md +267 -0
- package/skills/skills/skillkit/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit/knowledge/application/13-competitive-landscape.md +198 -0
- package/skills/skills/skillkit/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit/knowledge/foundation/04-hybrid-patterns.md +308 -0
- package/skills/skills/skillkit/knowledge/foundation/05-token-economics.md +275 -0
- package/skills/skills/skillkit/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit/knowledge/foundation/07-security-concerns.md +322 -0
- package/skills/skills/skillkit/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit/knowledge/plugin-guide.md +614 -0
- package/skills/skills/skillkit/knowledge/tools/14-validation-tools-guide.md +150 -0
- package/skills/skills/skillkit/knowledge/tools/15-cost-tools-guide.md +157 -0
- package/skills/skills/skillkit/knowledge/tools/16-security-tools-guide.md +122 -0
- package/skills/skills/skillkit/knowledge/tools/17-pattern-tools-guide.md +161 -0
- package/skills/skills/skillkit/knowledge/tools/18-decision-helper-guide.md +243 -0
- package/skills/skills/skillkit/knowledge/tools/19-test-generator-guide.md +275 -0
- package/skills/skills/skillkit/knowledge/tools/20-split-skill-guide.md +149 -0
- package/skills/skills/skillkit/knowledge/tools/21-quality-scorer-guide.md +226 -0
- package/skills/skills/skillkit/knowledge/tools/22-migration-helper-guide.md +356 -0
- package/skills/skills/skillkit/knowledge/tools/23-subagent-creation-guide.md +448 -0
- package/skills/skills/skillkit/knowledge/tools/24-behavioral-testing-guide.md +122 -0
- package/skills/skills/skillkit/references/proposal-generation.md +982 -0
- package/skills/skills/skillkit/references/rationalization-catalog.md +75 -0
- package/skills/skills/skillkit/references/research-methodology.md +661 -0
- package/skills/skills/skillkit/references/section-2-full-creation-workflow.md +452 -0
- package/skills/skills/skillkit/references/section-3-validation-workflow-existing-skill.md +63 -0
- package/skills/skills/skillkit/references/section-4-decision-workflow-skills-vs-subagents.md +64 -0
- package/skills/skills/skillkit/references/section-5-migration-workflow-doc-to-skill.md +58 -0
- package/skills/skills/skillkit/references/section-6-subagent-creation-workflow.md +499 -0
- package/skills/skills/skillkit/references/section-7-knowledge-reference-map.md +72 -0
- package/skills/skills/skillkit/scripts/__pycache__/decision_helper.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/quick_validate.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/__pycache__/test_generator.cpython-314-pytest-9.0.2.pyc +0 -0
- package/skills/skills/skillkit/scripts/decision_helper.py +799 -0
- package/skills/skills/skillkit/scripts/init_skill.py +400 -0
- package/skills/skills/skillkit/scripts/init_subagent.py +231 -0
- package/skills/skills/skillkit/scripts/migration_helper.py +669 -0
- package/skills/skills/skillkit/scripts/package_skill.py +211 -0
- package/skills/skills/skillkit/scripts/pattern_detector.py +381 -0
- package/skills/skills/skillkit/scripts/pattern_detector_new.py +382 -0
- package/skills/skills/skillkit/scripts/pressure_tester.py +157 -0
- package/skills/skills/skillkit/scripts/quality_scorer.py +999 -0
- package/skills/skills/skillkit/scripts/quick_validate.py +100 -0
- package/skills/skills/skillkit/scripts/security_scanner.py +474 -0
- package/skills/skills/skillkit/scripts/split_skill.py +540 -0
- package/skills/skills/skillkit/scripts/test_generator.py +695 -0
- package/skills/skills/skillkit/scripts/token_estimator.py +493 -0
- package/skills/skills/skillkit/scripts/utils/__init__.py +49 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/__init__.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/budget_tracker.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/output_formatter.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-312.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/__pycache__/reference_validator.cpython-314.pyc +0 -0
- package/skills/skills/skillkit/scripts/utils/budget_tracker.py +388 -0
- package/skills/skills/skillkit/scripts/utils/output_formatter.py +263 -0
- package/skills/skills/skillkit/scripts/utils/reference_validator.py +401 -0
- package/skills/skills/skillkit/scripts/validate_skill.py +594 -0
- package/skills/skills/skillkit/tests/test_behavioral.py +39 -0
- package/skills/skills/skillkit/tests/test_scenarios.md +83 -0
- package/skills/skills/skillkit/tests/test_skill.py +136 -0
- package/skills/skills/skillkit-help/SKILL.md +81 -0
- package/skills/skills/skillkit-help/knowledge/application/09-case-studies.md +257 -0
- package/skills/skills/skillkit-help/knowledge/application/12-testing-and-validation.md +276 -0
- package/skills/skills/skillkit-help/knowledge/foundation/01-why-skills-exist.md +246 -0
- package/skills/skills/skillkit-help/knowledge/foundation/02-skills-vs-subagents-comparison.md +312 -0
- package/skills/skills/skillkit-help/knowledge/foundation/03-skills-vs-subagents-decision-tree.md +346 -0
- package/skills/skills/skillkit-help/knowledge/foundation/06-platform-constraints.md +237 -0
- package/skills/skills/skillkit-help/knowledge/foundation/08-when-not-to-use-skills.md +270 -0
- package/skills/skills/skillkit-help/template/SKILL.md +52 -0
- package/skills/skills/social-media-seo/SKILL.md +278 -0
- package/skills/skills/social-media-seo/databases/caption-styles.csv +31 -0
- package/skills/skills/social-media-seo/databases/engagement-tactics.csv +16 -0
- package/skills/skills/social-media-seo/databases/hashtag-strategies.csv +21 -0
- package/skills/skills/social-media-seo/databases/hook-formulas.csv +26 -0
- package/skills/skills/social-media-seo/databases/keyword-clusters.csv +11 -0
- package/skills/skills/social-media-seo/databases/thread-structures.csv +26 -0
- package/skills/skills/social-media-seo/databases/viral-patterns.csv +21 -0
- package/skills/skills/social-media-seo/references/analytics-guide.md +321 -0
- package/skills/skills/social-media-seo/references/instagram-seo.md +235 -0
- package/skills/skills/social-media-seo/references/threads-seo.md +305 -0
- package/skills/skills/social-media-seo/references/x-twitter-seo.md +337 -0
- package/skills/skills/social-media-seo/scripts/query_database.py +191 -0
- package/skills/skills/storyteller/SKILL.md +241 -0
- package/skills/skills/storyteller/references/transformation-methodology.md +293 -0
- package/skills/skills/storyteller/references/visual-vocabulary.md +177 -0
- package/skills/skills/thread-pro/SKILL.md +162 -0
- package/skills/skills/thread-pro/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/anti-ai-patterns.md +120 -0
- package/skills/skills/thread-pro/references/hook-formulas.md +138 -0
- package/skills/skills/thread-pro/references/thread-structures.md +240 -0
- package/skills/skills/thread-pro/references/voice-injection.md +130 -0
- package/skills/skills/thread-pro/thread-structures.md +240 -0
- package/skills/skills/thread-pro/voice-injection.md +130 -0
- package/skills/skills/tinkering/SKILL.md +251 -0
- package/skills/skills/tinkering/references/graduation-checklist.md +100 -0
- package/skills/skills/validate-plan/.skillkit-mode +1 -0
- package/skills/skills/validate-plan/SKILL.md +406 -0
- package/skills/skills/validate-plan/references/dry-principles.md +251 -0
- package/skills/skills/validate-plan/references/gap-analysis-guide.md +320 -0
- package/skills/skills/validate-plan/references/tdd-patterns.md +413 -0
- package/skills/skills/validate-plan/references/yagni-checklist.md +330 -0
- package/skills/skills/verify-before-ship/.skillkit-mode +1 -0
- package/skills/skills/verify-before-ship/SKILL.md +116 -0
- package/skills/skills/verify-before-ship/references/anti-rationalization.md +212 -0
- package/skills/skills/verify-before-ship/references/verification-gates.md +305 -0
- package/skills-manifest.json +8 -2
- package/src/picker.js +11 -5
- package/src/picker.test.js +36 -1
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
# Examples Gallery
|
|
2
|
+
|
|
3
|
+
Before/after transformations across different document types. Use these to calibrate your transformation intensity.
|
|
4
|
+
|
|
5
|
+
## Table of Contents
|
|
6
|
+
|
|
7
|
+
- [Example 1: Technical Guide (Flutter Documentation)](#example-1-technical-guide-flutter-documentation)
|
|
8
|
+
- [Example 2: API Documentation](#example-2-api-documentation)
|
|
9
|
+
- [Example 3: README.md (Open Source Project)](#example-3-readmemd-open-source-project)
|
|
10
|
+
- [Example 4: Tutorial/Onboarding](#example-4-tutorialonboarding-high-personality-ok)
|
|
11
|
+
- [Example 5: Error Message Documentation](#example-5-error-message-documentation)
|
|
12
|
+
- [Intensity Calibration Guide](#intensity-calibration-guide)
|
|
13
|
+
- [Common Transformation Mistakes](#common-transformation-mistakes-anti-patterns)
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Example 1: Technical Guide (Flutter Documentation)
|
|
18
|
+
|
|
19
|
+
### Before (AI-generated):
|
|
20
|
+
|
|
21
|
+
```markdown
|
|
22
|
+
## Task 2: Setup folder structure (AC: #2)
|
|
23
|
+
|
|
24
|
+
**CRITICAL**: The following directory structure MUST be created exactly as specified.
|
|
25
|
+
|
|
26
|
+
- [x] Create all directories as specified in "Complete Folder Structure" section
|
|
27
|
+
- [x] Add `.gitkeep` files to empty directories
|
|
28
|
+
- [x] Create barrel files (`auth.dart`, `home.dart`, `weather.dart`) for each feature
|
|
29
|
+
|
|
30
|
+
It is important to note that failure to create the complete directory structure will result
|
|
31
|
+
in import errors and build failures in subsequent tasks.
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### After (Humanized):
|
|
35
|
+
|
|
36
|
+
```markdown
|
|
37
|
+
## Setting Up the Folder Structure
|
|
38
|
+
|
|
39
|
+
You need the full directory tree set up before you start coding. I know, boring, but it
|
|
40
|
+
saves headaches later.
|
|
41
|
+
|
|
42
|
+
Create all the directories from the "Complete Folder Structure" section. Drop `.gitkeep`
|
|
43
|
+
files in the empty ones so Git actually tracks them. Create barrel files for each feature
|
|
44
|
+
(auth.dart, home.dart, weather.dart).
|
|
45
|
+
|
|
46
|
+
Skip this and your imports will break. Not "might break" - *will* break. Don't skip this.
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
**Changes applied:**
|
|
50
|
+
- ✅ Checkbox death
|
|
51
|
+
- ✅ CAPS LOCK → emphasis via italics
|
|
52
|
+
- ✅ "I know, boring" - acknowledge the tedium
|
|
53
|
+
- ✅ Burstiness: 14 words → 16 words → 26 words → 9 words
|
|
54
|
+
- ✅ "Not 'might break' - *will* break" - human emphasis pattern
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Example 2: API Documentation
|
|
59
|
+
|
|
60
|
+
### Before (AI-generated):
|
|
61
|
+
|
|
62
|
+
```markdown
|
|
63
|
+
## Authentication Endpoint
|
|
64
|
+
|
|
65
|
+
**Endpoint**: POST /api/v1/auth/login
|
|
66
|
+
|
|
67
|
+
**Description**: This endpoint facilitates user authentication by validating credentials
|
|
68
|
+
and returning an access token.
|
|
69
|
+
|
|
70
|
+
**Request Parameters**:
|
|
71
|
+
- email (string, required): User email address
|
|
72
|
+
- password (string, required): User password
|
|
73
|
+
|
|
74
|
+
**Response**:
|
|
75
|
+
- Success (200): Returns authentication token
|
|
76
|
+
- Failure (401): Invalid credentials
|
|
77
|
+
- Failure (500): Server error
|
|
78
|
+
|
|
79
|
+
It is important to ensure that all requests utilize HTTPS to maintain security.
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
### After (Humanized):
|
|
83
|
+
|
|
84
|
+
```markdown
|
|
85
|
+
## Login Endpoint
|
|
86
|
+
|
|
87
|
+
**POST** `/api/v1/auth/login`
|
|
88
|
+
|
|
89
|
+
Send email + password, get back an access token. Standard stuff.
|
|
90
|
+
|
|
91
|
+
**Request:**
|
|
92
|
+
```json
|
|
93
|
+
{
|
|
94
|
+
"email": "user@example.com",
|
|
95
|
+
"password": "your-password"
|
|
96
|
+
}
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
**Response:**
|
|
100
|
+
- `200` → You get a token
|
|
101
|
+
- `401` → Wrong email/password
|
|
102
|
+
- `500` → Something broke on our end
|
|
103
|
+
|
|
104
|
+
**Important:** Use HTTPS. Please. Don't send passwords over plain HTTP, that's just asking
|
|
105
|
+
for trouble.
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
**Changes applied:**
|
|
109
|
+
- ✅ "Standard stuff" - acknowledges simplicity
|
|
110
|
+
- ✅ Showed actual JSON instead of describing fields
|
|
111
|
+
- ✅ Vocabulary: "facilitate" → removed, "utilize" → "use"
|
|
112
|
+
- ✅ Arrows instead of verbose labels
|
|
113
|
+
- ✅ "that's just asking for trouble" - conversational warning
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Example 3: README.md (Open Source Project)
|
|
118
|
+
|
|
119
|
+
### Before (AI-generated):
|
|
120
|
+
|
|
121
|
+
```markdown
|
|
122
|
+
# Project Name
|
|
123
|
+
|
|
124
|
+
## Overview
|
|
125
|
+
|
|
126
|
+
This project provides a comprehensive solution for X. It leverages modern technologies
|
|
127
|
+
to facilitate Y and ensure optimal Z performance.
|
|
128
|
+
|
|
129
|
+
## Features
|
|
130
|
+
|
|
131
|
+
The following features are currently implemented:
|
|
132
|
+
|
|
133
|
+
- Feature A: Provides capability for X
|
|
134
|
+
- Feature B: Enables users to perform Y
|
|
135
|
+
- Feature C: Facilitates integration with Z
|
|
136
|
+
|
|
137
|
+
## Installation
|
|
138
|
+
|
|
139
|
+
To install this package, utilize the following command:
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
npm install package-name
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
Subsequently, import the package into your project:
|
|
146
|
+
|
|
147
|
+
```javascript
|
|
148
|
+
import { Component } from 'package-name';
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
It is important to note that this package requires Node.js version 16 or higher.
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### After (Humanized):
|
|
155
|
+
|
|
156
|
+
```markdown
|
|
157
|
+
# Project Name
|
|
158
|
+
|
|
159
|
+
Does X, basically. Uses Y to accomplish Z without being slow.
|
|
160
|
+
|
|
161
|
+
## What it does
|
|
162
|
+
|
|
163
|
+
- Feature A: Does the X thing
|
|
164
|
+
- Feature B: Lets you Y
|
|
165
|
+
- Feature C: Connects to Z APIs
|
|
166
|
+
|
|
167
|
+
Honestly those three cover 95% of use cases.
|
|
168
|
+
|
|
169
|
+
## Installation
|
|
170
|
+
|
|
171
|
+
```bash
|
|
172
|
+
npm install package-name
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
Then in your code:
|
|
176
|
+
|
|
177
|
+
```javascript
|
|
178
|
+
import { Component } from 'package-name';
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
**Requires Node 16+** (because we use modern JS features that older versions don't support)
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
**Changes applied:**
|
|
185
|
+
- ✅ Killed verbose overview
|
|
186
|
+
- ✅ "basically" - casual marker
|
|
187
|
+
- ✅ Direct feature descriptions (no "facilitates")
|
|
188
|
+
- ✅ "Honestly those three cover 95%" - adds perspective
|
|
189
|
+
- ✅ Parenthetical explanation for Node requirement
|
|
190
|
+
- ✅ "Then in your code:" instead of "Subsequently, import"
|
|
191
|
+
|
|
192
|
+
---
|
|
193
|
+
|
|
194
|
+
## Example 4: Tutorial/Onboarding (High Personality OK)
|
|
195
|
+
|
|
196
|
+
### Before (AI-generated):
|
|
197
|
+
|
|
198
|
+
```markdown
|
|
199
|
+
## Step 3: Configure Database Connection
|
|
200
|
+
|
|
201
|
+
In this step, you will configure the database connection parameters.
|
|
202
|
+
|
|
203
|
+
Navigate to the configuration file and locate the database section. Modify the following
|
|
204
|
+
values according to your setup:
|
|
205
|
+
|
|
206
|
+
- host: Database server address
|
|
207
|
+
- port: Database server port
|
|
208
|
+
- username: Database user credentials
|
|
209
|
+
- password: Database password
|
|
210
|
+
|
|
211
|
+
After completing these modifications, save the file and proceed to the next step.
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
### After (Humanized):
|
|
215
|
+
|
|
216
|
+
```markdown
|
|
217
|
+
## Step 3: Hook Up The Database
|
|
218
|
+
|
|
219
|
+
Open your config file and find the database section. Should look something like this:
|
|
220
|
+
|
|
221
|
+
```yaml
|
|
222
|
+
database:
|
|
223
|
+
host: localhost
|
|
224
|
+
port: 5432
|
|
225
|
+
username: ???
|
|
226
|
+
password: ???
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
Fill in your actual database info. The `???` is us being cheeky - obviously use real values.
|
|
230
|
+
|
|
231
|
+
If you're running PostgreSQL locally, `localhost:5432` is probably right. If you're using
|
|
232
|
+
something else or a remote database, update accordingly.
|
|
233
|
+
|
|
234
|
+
Save it. Next step.
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
**Changes applied:**
|
|
238
|
+
- ✅ "Hook Up" instead of "Configure Connection"
|
|
239
|
+
- ✅ "Should look something like this" - shows example immediately
|
|
240
|
+
- ✅ "us being cheeky" - acknowledges the placeholder format
|
|
241
|
+
- ✅ "obviously use real values" - sarcastic aside
|
|
242
|
+
- ✅ Much shorter conclusion (not "save file and proceed to next step")
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## Example 5: Error Message Documentation
|
|
247
|
+
|
|
248
|
+
### Before (AI-generated):
|
|
249
|
+
|
|
250
|
+
```markdown
|
|
251
|
+
## Error Code: AUTH_001
|
|
252
|
+
|
|
253
|
+
**Description**: This error indicates that authentication has failed due to invalid credentials.
|
|
254
|
+
|
|
255
|
+
**Cause**: The provided username or password does not match the records in the database.
|
|
256
|
+
|
|
257
|
+
**Resolution**:
|
|
258
|
+
1. Verify that the username is correct
|
|
259
|
+
2. Ensure the password is entered accurately
|
|
260
|
+
3. Check for case sensitivity issues
|
|
261
|
+
4. Confirm account is not locked
|
|
262
|
+
|
|
263
|
+
If the problem persists, contact system administrator.
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
### After (Humanized - GENTLE touch, this is error docs):
|
|
267
|
+
|
|
268
|
+
```markdown
|
|
269
|
+
## AUTH_001: Login Failed
|
|
270
|
+
|
|
271
|
+
**What happened:** Wrong username or password.
|
|
272
|
+
|
|
273
|
+
**How to fix:**
|
|
274
|
+
1. Double-check your email and password (typos happen)
|
|
275
|
+
2. Remember passwords are case-sensitive
|
|
276
|
+
3. If you've been locked out after too many attempts, wait 15 minutes
|
|
277
|
+
|
|
278
|
+
Still broken? Your account might be locked. Contact support at support@example.com
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
**Changes applied:**
|
|
282
|
+
- ✅ Plain language error name
|
|
283
|
+
- ✅ "What happened" instead of "Description"
|
|
284
|
+
- ✅ "(typos happen)" - empathy
|
|
285
|
+
- ✅ Specific timeframe for lockout (15 minutes vs vague "wait")
|
|
286
|
+
- ✅ Direct contact instead of "system administrator"
|
|
287
|
+
- ⚠️ Kept it relatively formal - errors need clarity
|
|
288
|
+
|
|
289
|
+
---
|
|
290
|
+
|
|
291
|
+
## Intensity Calibration Guide
|
|
292
|
+
|
|
293
|
+
Use these examples to match transformation intensity to context:
|
|
294
|
+
|
|
295
|
+
| Document Type | Intensity | Example From |
|
|
296
|
+
|---------------|-----------|--------------|
|
|
297
|
+
| Open source README | High | Example 3 |
|
|
298
|
+
| Tutorial/Onboarding | High | Example 4 |
|
|
299
|
+
| Technical guide | Medium-High | Example 1 |
|
|
300
|
+
| API documentation | Medium | Example 2 |
|
|
301
|
+
| Error messages | Low-Medium | Example 5 |
|
|
302
|
+
| Legal/Compliance | Very Low | [Don't transform] |
|
|
303
|
+
|
|
304
|
+
**Rule of thumb:**
|
|
305
|
+
- Teaching/explaining → More personality OK
|
|
306
|
+
- Reference/lookup → Keep it professional
|
|
307
|
+
- Safety/legal → Minimal transformation
|
|
308
|
+
|
|
309
|
+
---
|
|
310
|
+
|
|
311
|
+
## Common Transformation Mistakes (Anti-Patterns)
|
|
312
|
+
|
|
313
|
+
### Mistake 1: Too Much Personality
|
|
314
|
+
|
|
315
|
+
**Over-transformed:**
|
|
316
|
+
```markdown
|
|
317
|
+
OMG so you're gonna love this next part!!! 🎉 We're setting up the database and honestly
|
|
318
|
+
it's super easy, like SO easy you won't believe it!!! Just follow these steps and boom 💥
|
|
319
|
+
you're done! #blessed
|
|
320
|
+
```
|
|
321
|
+
|
|
322
|
+
**Right amount:**
|
|
323
|
+
```markdown
|
|
324
|
+
Setting up the database is pretty straightforward. Follow these steps:
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
**Problem:** Emojis, excessive enthusiasm, trying too hard.
|
|
328
|
+
|
|
329
|
+
### Mistake 2: Not Enough Transformation
|
|
330
|
+
|
|
331
|
+
**Under-transformed:**
|
|
332
|
+
```markdown
|
|
333
|
+
## Database Configuration
|
|
334
|
+
|
|
335
|
+
To configure the database connection, you must update the configuration file with the
|
|
336
|
+
appropriate parameters. Please ensure all required fields are populated with correct values.
|
|
337
|
+
```
|
|
338
|
+
|
|
339
|
+
**Problem:** Still sounds like AI. "you must", "appropriate parameters", "please ensure"
|
|
340
|
+
|
|
341
|
+
**Actually transformed:**
|
|
342
|
+
```markdown
|
|
343
|
+
## Database Setup
|
|
344
|
+
|
|
345
|
+
Update your config file with your database connection details. All fields are required.
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
### Mistake 3: Losing Technical Precision
|
|
349
|
+
|
|
350
|
+
**Wrong:**
|
|
351
|
+
```markdown
|
|
352
|
+
## API Rate Limits
|
|
353
|
+
|
|
354
|
+
Don't call the API too much or it'll get mad at you lol. Like maybe 100 times per hour?
|
|
355
|
+
Or was it per minute? Anyway just don't spam it.
|
|
356
|
+
```
|
|
357
|
+
|
|
358
|
+
**Problem:** Lost actual rate limit numbers, unclear specification
|
|
359
|
+
|
|
360
|
+
**Right:**
|
|
361
|
+
```markdown
|
|
362
|
+
## API Rate Limits
|
|
363
|
+
|
|
364
|
+
**100 requests per minute, 5000 per hour.** Exceed this and you'll get 429 errors.
|
|
365
|
+
|
|
366
|
+
If you need higher limits, email api@example.com with your use case.
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
**Fixed:** Kept precise numbers, added concrete error code, clear escalation path.
|
|
370
|
+
|
|
371
|
+
---
|
|
372
|
+
|
|
373
|
+
Use these examples as templates, not scripts. Every document is different - trust your
|
|
374
|
+
instinct on how much personality fits the context.
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: imagine
|
|
3
|
+
description: Prepare detailed, professional prompts for Google Imagen 3/4 image generation. Supports character, environment, and object prompts using natural language with technical photography specifications. Extensible support for multiple art styles via reference files.
|
|
4
|
+
category: creative
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Imagine: Imagen Prompt Architect
|
|
8
|
+
|
|
9
|
+
Generate detailed, professional prompts for Google Imagen 3/4 that leverage its natural language processing strengths and technical parameter understanding.
|
|
10
|
+
|
|
11
|
+
## Core Prompt Structure
|
|
12
|
+
|
|
13
|
+
Imagen uses a **Subject-Context-Style framework** powered by T5-XXL language models. Build prompts in three layers:
|
|
14
|
+
|
|
15
|
+
1. **Subject**: Primary focus (person, object, animal, scenery)
|
|
16
|
+
2. **Context**: Environment, placement, background, setting
|
|
17
|
+
3. **Style**: Aesthetic approach (photographic, artistic, specific technique)
|
|
18
|
+
|
|
19
|
+
### Photography Prompts Pattern
|
|
20
|
+
|
|
21
|
+
Start with explicit photography signals: `"A photo of [detailed subject description], [context/placement], [technical specifications]"`
|
|
22
|
+
|
|
23
|
+
**Technical specifications include:**
|
|
24
|
+
- Lens type: 24-85mm (portraits), 60-105mm macro (products), 10-24mm wide-angle (landscapes)
|
|
25
|
+
- Lighting: natural light, studio lighting, golden hour, dramatic lighting
|
|
26
|
+
- Quality modifiers: sharp focus, high detail, professional photography, 8K resolution
|
|
27
|
+
- Camera/equipment: shot on ARRI Alexa, 35mm film, DSLR
|
|
28
|
+
|
|
29
|
+
**Example**: `"A photo of an elderly woman with weathered hands holding a steaming cup of tea, soft sunlight highlighting her wrinkles and smile, 35mm lens, warm and intimate mood, natural outdoor setting, sharp focus, professional portrait photography"`
|
|
30
|
+
|
|
31
|
+
### Artistic/Stylized Prompts Pattern
|
|
32
|
+
|
|
33
|
+
For non-photographic styles, read the relevant artstyle reference file first, then layer:
|
|
34
|
+
|
|
35
|
+
**Foundation**: `"[Art style name] aesthetic, [medium/technique], [key visual characteristics]"`
|
|
36
|
+
|
|
37
|
+
**Character/Subject**: Specific features, proportions, design elements
|
|
38
|
+
|
|
39
|
+
**Environment**: Scene composition, spatial elements, atmospheric details
|
|
40
|
+
|
|
41
|
+
**Atmosphere**: Mood, color palette, lighting approach
|
|
42
|
+
|
|
43
|
+
**Technical**: Rendering specifics, texture, quality markers
|
|
44
|
+
|
|
45
|
+
## Using Artstyle References
|
|
46
|
+
|
|
47
|
+
### Step 1: List Available Artstyles
|
|
48
|
+
|
|
49
|
+
**Before creating any artistic/stylized prompts, ALWAYS list available artstyle files:**
|
|
50
|
+
|
|
51
|
+
Use bash to check: `ls /mnt/skills/user/imagine/references/artstyle-*.md`
|
|
52
|
+
|
|
53
|
+
This returns all available artstyle reference files. Present the list to the user so they can choose, or intelligently select based on their request.
|
|
54
|
+
|
|
55
|
+
### Step 2: Read the Selected Artstyle Reference
|
|
56
|
+
|
|
57
|
+
**Once an artstyle is selected (either by user or inferred from request):**
|
|
58
|
+
|
|
59
|
+
1. Read the complete `references/artstyle-[name].md` file to understand the visual language
|
|
60
|
+
2. Apply the layered prompting strategy from the reference
|
|
61
|
+
3. Use the technical descriptors provided for style-specific characteristics
|
|
62
|
+
4. Follow the style-specific guidelines and vocabulary from the reference
|
|
63
|
+
|
|
64
|
+
### Artstyle File Naming Convention
|
|
65
|
+
|
|
66
|
+
All artstyle references follow the pattern: `artstyle-[name].md`
|
|
67
|
+
|
|
68
|
+
Examples:
|
|
69
|
+
- `artstyle-sciencesaru.md` - Science SARU animation style
|
|
70
|
+
- `artstyle-corporate-memphis.md` - Corporate Memphis/Alegria style
|
|
71
|
+
- `artstyle-crewdson-hyperrealism.md` - Gregory Crewdson cinematic hyperrealism
|
|
72
|
+
- `artstyle-iphone-social-media.md` - Modern iPhone social media aesthetic
|
|
73
|
+
|
|
74
|
+
### When No Artstyle is Specified
|
|
75
|
+
|
|
76
|
+
If the user doesn't specify an artstyle and their request seems to need one:
|
|
77
|
+
1. List available artstyles
|
|
78
|
+
2. Ask which style they prefer, or suggest the most appropriate based on context
|
|
79
|
+
3. Never assume a default artstyle
|
|
80
|
+
|
|
81
|
+
For pure photography requests without artistic styling, proceed without reading artstyle references.
|
|
82
|
+
|
|
83
|
+
## Best Practices from Imagen Architecture
|
|
84
|
+
|
|
85
|
+
### Natural Language Advantage
|
|
86
|
+
- Write detailed descriptive sentences, not keyword lists
|
|
87
|
+
- Imagen rewards verbose descriptions over brevity
|
|
88
|
+
- Use professional creative brief language
|
|
89
|
+
- Default enhancePrompt=true automatically optimizes your prose
|
|
90
|
+
|
|
91
|
+
### Iterative Refinement
|
|
92
|
+
Start simple, layer details progressively:
|
|
93
|
+
1. Base: `"A cat"`
|
|
94
|
+
2. Add specifics: `"A fluffy Persian cat with bright blue eyes"`
|
|
95
|
+
3. Add context: `"...sitting on a velvet cushion in a sunlit room"`
|
|
96
|
+
4. Add technical: `"A photo of a fluffy Persian cat with bright blue eyes, sitting on a velvet cushion in a sunlit room, 50mm lens, natural soft lighting, warm colors, professional pet photography"`
|
|
97
|
+
|
|
98
|
+
### Critical Constraints
|
|
99
|
+
- **Text-in-image**: Maximum 25 characters per phrase, 3 phrases total
|
|
100
|
+
- **Negative prompts**: Use plain descriptive terms ("wall, frame") not instructive language ("no walls, without frame")
|
|
101
|
+
- **Token limit**: 480 tokens for prompt text
|
|
102
|
+
|
|
103
|
+
### Technical Parameters
|
|
104
|
+
**Aspect ratios** (match use case):
|
|
105
|
+
- 1:1 - Square social media
|
|
106
|
+
- 3:4 - Portrait ads, vertical social
|
|
107
|
+
- 4:3 - Traditional photography, TV
|
|
108
|
+
- 16:9 - Widescreen landscape, modern displays
|
|
109
|
+
- 9:16 - Vertical video, tall subjects
|
|
110
|
+
|
|
111
|
+
**Safety/person controls**: Adjust personGeneration (allow_adult, allow_all, dont_allow) and safetySetting (block_low_and_above, block_medium_and_above, block_only_high, block_none) as needed
|
|
112
|
+
|
|
113
|
+
## Practical Use Case Patterns
|
|
114
|
+
|
|
115
|
+
### Character/Portrait
|
|
116
|
+
`"Portrait of [character description with age, features, clothing, emotion], [lens specification 24-85mm], [lighting type], [mood descriptors], [setting], [quality modifiers]"`
|
|
117
|
+
|
|
118
|
+
**For styled characters**: Read appropriate artstyle reference for character design specifics (proportions, features, design language)
|
|
119
|
+
|
|
120
|
+
### Environment/Landscape
|
|
121
|
+
`"[Environment type], [weather/time/season], [lens specification 10-24mm wide-angle], [atmospheric conditions], [quality modifiers]"`
|
|
122
|
+
|
|
123
|
+
**For styled environments**: Read appropriate artstyle reference for environment treatment (composition, color theory, architectural approach)
|
|
124
|
+
|
|
125
|
+
### Product/Object
|
|
126
|
+
`"[Product] on [surface], [lens specification 60-105mm macro], [lighting type], [background type], [material/texture details], [quality modifiers]"`
|
|
127
|
+
|
|
128
|
+
### Cinematic/Stylized
|
|
129
|
+
`"[Animation/art style], [scene description], [color grading approach], [cinematography terms], [atmospheric effects]"`
|
|
130
|
+
|
|
131
|
+
**For cinematic styles**: Read appropriate artstyle reference for cinematic specifics (camera work, lighting philosophy, emotional coding)
|
|
132
|
+
|
|
133
|
+
## Workflow for Creating Prompts
|
|
134
|
+
|
|
135
|
+
1. **Determine type**: Photography, artistic style, or hybrid?
|
|
136
|
+
2. **If using art style**:
|
|
137
|
+
- List available artstyles: `ls /mnt/skills/user/imagine/references/artstyle-*.md`
|
|
138
|
+
- Select appropriate style (by user choice or inference)
|
|
139
|
+
- Read complete `references/artstyle-[name].md` file
|
|
140
|
+
3. **Build foundation**: Establish subject clearly and early
|
|
141
|
+
4. **Layer context**: Add environment, placement, spatial relationships
|
|
142
|
+
5. **Specify style**: Include aesthetic approach with technical vocabulary from reference (if using artstyle)
|
|
143
|
+
6. **Add technical specs**: Lens type, lighting, quality modifiers appropriate to subject
|
|
144
|
+
7. **Refine iteratively**: Start simple, add detail progressively until satisfied
|
|
145
|
+
8. **Validate constraints**: Check text-in-image limits, negative prompt format, token count
|
|
146
|
+
|
|
147
|
+
## Example Complete Prompts
|
|
148
|
+
|
|
149
|
+
### Photography Example
|
|
150
|
+
`"A photo of a plate of traditional Indonesian nasi goreng with fried egg on top, colorful vegetables visible, served on rustic ceramic plate on wooden table, 100mm macro lens, natural window lighting from side, warm atmosphere, steam rising from rice, glistening sauce, high detail, professional food photography, appetizing composition"`
|
|
151
|
+
|
|
152
|
+
### Artistic Style Example (Generic Template)
|
|
153
|
+
`"[Artstyle name] aesthetic, [medium/technique]. [Character description following style's design principles], [character-specific features from artstyle reference]. [Environment description following style's composition approach], [environmental specifics from artstyle reference]. [Atmospheric qualities from style guide], [color and lighting approach from reference]. [Technical rendering specs from style guide], [texture and quality markers from reference]"`
|
|
154
|
+
|
|
155
|
+
**Note**: The actual artistic prompt should be built by reading the specific artstyle reference file and applying its guidelines. See individual artstyle-*.md files for complete examples.
|
|
156
|
+
|
|
157
|
+
### Hybrid Example (Styled character, photographic background)
|
|
158
|
+
`"A photo of [character description in chosen art style], standing on actual [real environment], 35mm lens, golden hour natural lighting, real background with stylized character overlay, professional photography with [art style] integration, warm atmospheric lighting, high detail background with stylized character"`
|
|
159
|
+
|
|
160
|
+
## Tips for Quality Output
|
|
161
|
+
|
|
162
|
+
- **Be specific with materials and textures**: "glistening sauce," "rough ceramic," "polished wood" guide fine detail
|
|
163
|
+
- **Use cinematography vocabulary**: "shot on ARRI Alexa," "Summilux lens," "volumetric lighting" elevate professional quality
|
|
164
|
+
- **Time of day matters**: Golden hour, overcast, midday sun, twilight each create distinct lighting and mood
|
|
165
|
+
- **Color grading terms**: "muted cold tones," "warm sepia," "desaturated," "high contrast" specify aesthetic precisely
|
|
166
|
+
- **Atmospheric effects**: "misty," "foggy," "heat haze," "rain-soaked" add environmental depth
|
|
167
|
+
|
|
168
|
+
## Extensibility
|
|
169
|
+
|
|
170
|
+
This skill is designed to grow with your needs:
|
|
171
|
+
- Add new `artstyle-[name].md` files to `references/` for different visual styles
|
|
172
|
+
- Follow consistent documentation structure from existing artstyle files
|
|
173
|
+
- Always list available artstyles at the start of artistic prompt workflows
|
|
174
|
+
- Each artstyle reference should provide:
|
|
175
|
+
- Visual DNA and core characteristics
|
|
176
|
+
- Technical prompting vocabulary
|
|
177
|
+
- Layered prompting strategy
|
|
178
|
+
- Complete example prompts
|
|
179
|
+
- Style-specific guidelines for characters, environments, lighting, composition
|
|
180
|
+
|
|
181
|
+
## Adding New Artstyles
|
|
182
|
+
|
|
183
|
+
To add a new artstyle:
|
|
184
|
+
1. Create `references/artstyle-[name].md`
|
|
185
|
+
2. Document the style's visual characteristics comprehensively
|
|
186
|
+
3. Provide AI prompting vocabulary and technical descriptors
|
|
187
|
+
4. Include layered prompting strategy and complete examples
|
|
188
|
+
5. The skill will automatically detect and list it when checking available artstyles
|
|
189
|
+
|
|
190
|
+
No code changes needed - the skill dynamically discovers all artstyle-*.md files in the references directory.
|