All notable changes to this repository will be documented in this file.
The format is based on Keep a Changelog.
- instruction-refinement: Instruction refinement and enhancement skill for supplementing context, constraints, and output formats
- execution-timeout-handler: Dynamic execution timeout handling based on task type
- document-processor: Multi-format document processing (PDF, Word, Excel, Markdown, etc.)
- multi-language-file-handler: Syntax-aware multi-language file handling
- self-memory-manager: Self-contained memory management with keyword extraction
- code-search-navigator: Expert code search and navigation capabilities
- dependency-analyzer: Dependency analysis and vulnerability detection
- test-generator: Comprehensive test case generation for various frameworks
- performance-optimizer: Performance optimization and bottleneck analysis
- security-auditor: Security vulnerability auditing and remediation guidance
- api-integrator: Third-party API integration with authentication handling
- error-recovery: Error recovery with retry, rollback, and fallback strategies
- context-compressor: Context compression while preserving critical information
- incremental-changer: Minimal, targeted code changes preserving existing behavior
- cross-file-refactor: Safe cross-file refactoring maintaining consistency
- prompt-composition: Compose multiple prompts into coherent workflows
.github/ISSUE_TEMPLATE/bug_report.md: Bug report template.github/ISSUE_TEMPLATE/feature_request.md: Feature request template.github/ISSUE_TEMPLATE/prompt_request.md: Prompt/skill request template.github/ISSUE_TEMPLATE/documentation.md: Documentation issue template.github/ISSUE_TEMPLATE/good_first_issue.md: Good first issue template.github/PULL_REQUEST_TEMPLATE.md: Pull request template
- Skills count updated from 27+ to 43+
- README.md and README.zh-CN.md updated with new skill counts
- Project structure enhanced with GitHub community templates
- No security vulnerabilities reported in this release
-
8 User-Style-Adaptation Prompts in
prompts/general/user-style-adaptation/:- detect-user-style-and-adapt-tone, adapt-response-structure-to-user-preference
- align-detail-level-with-user-expectation, infer-user-output-format-preference
- maintain-consistent-style-across-session, refine-style-based-on-user-feedback
- avoid-style-drift-over-time, personalize-communication-without-losing-clarity
-
8 Long-Term-Assistant Prompts in
prompts/general/long-term-assistant/:- act-as-consistent-long-term-collaborator, preserve-user-goals-across-iterations
- maintain-project-continuity-over-time, summarize-progress-before-next-step
- remind-and-realign-when-goals-drift, convert-ongoing-conversation-into-working-memory
- optimize-collaboration-style-over-time, support-multi-session-task-continuity
-
10 Creative-Special Prompts in
prompts/general/creative-special/:- create-anime-style-companion-role, create-fantasy-world-character-role
- create-sci-fi-assistant-persona, create-gentle-companion-persona
- create-tsundere-style-safe-roleplay, create-dramatic-dialogue-partner
- create-worldbuilding-guide-character, compare-controversial-topics-multi-perspective
- analyze-sensitive-topic-safely, reframe-sensitive-user-request-into-safe-creative-task
-
6 Personal Prompts in
prompts/general/personal/:- act-as-daily-life-assistant, help-organize-personal-tasks
- support-lightweight-daily-conversation, turn-chaotic-thoughts-into-clear-notes
- provide-gentle-structured-life-planning, help-maintain-personal-routine
-
6 Reflection Prompts in
prompts/general/reflection/:- guide-daily-reflection, summarize-what-went-well-and-what-did-not
- turn-experience-into-actionable-lessons, structure-self-review-without-self-attack
- identify-patterns-in-repeated-problems, create-next-step-improvement-plan
-
8 Learning-Support Prompts in
prompts/general/learning-support/:- explain-complex-topic-step-by-step, adapt-teaching-style-to-learner-level
- generate-learning-plan-for-topic, quiz-user-to-check-understanding
- turn-notes-into-study-guide, identify-knowledge-gaps
- support-learning-by-iteration, summarize-what-to-review-next
prompts-registry.yaml: Added all 46 new prompts (Batch 3B + Batch 4) with complete metadataroutes-registry.yaml: Added 5 new routes (personal, reflection, learning, creative, style-adaptation, long-term)tags-registry.yaml: Added 70+ new tags in 5 groups (general, personal, reflection, learning, creative)INDEX.md: Updated prompt count from 86 to 132, added all new module categories
AI-BOOTSTRAP.md: Verified and confirmed accurate referencesAI-USAGE.md: Verified and confirmed accurate referencesAI-ROUTING.md: Updated with new route mappings for personal/reflection/learning/creative tasks
- Version date updated from 2026-03-19 to 2026-03-20
- Statistics updated: Prompts 86 → 132
- All main documentation files now reference v1.1.0 (2026-03-20)
- All planned v1.1.0 prompts are now complete
- Registry synchronization complete
- Route coverage expanded to handle new task types
- No security vulnerabilities reported in this release
- Added missing route for
refactoringmodule with 8 prompts - Added missing route for
testingmodule with 8 prompts - Added missing route for
engineering-planningmodule with 8 prompts - Added missing route for
documentation-for-codemodule with 6 prompts - All routes include: trigger_patterns (zh/en), task_type, first_step logic, required_questions, recommended_prompts/skills/workflows
- Unified anime-related prompt ID:
prompt-general-creative-special-anime-v1 - Updated file:
prompt-general-creative-special-create-anime-style-companion-role.md - Synchronized all references in:
prompt-general-creative-special-create-tsundere-style-safe-roleplay.mdprompt-general-creative-special-create-gentle-companion-persona.mdprompt-general-creative-special-create-sci-fi-assistant-persona.mdprompt-general-creative-special-create-fantasy-world-character-role.md
- Added missing categories to INDEX.md:
- Task/Refactoring (8 prompts)
- Task/Testing (8 prompts)
- Task/Engineering-Planning (8 prompts)
- Task/Documentation-For-Code (6 prompts)
- Updated prompt count table to reflect complete v1.1.0 structure
- Removed invalid
skill-documentation-for-codereference from documentation route - Replaced with
skill-codingandskill-repo-analysis - Added
skill-planningto refactoring route
- All route references verified against actual files
- All registry entries verified against actual paths
- No dangling references remain
-
33+ new/updated Prompts in
task/coding/:- Added: generate-code-with-error-handling, compare-two-implementations
- Added: align-project-style, improve-maintainability, improve-readability
- Added: patch-for-scenario, adapt-to-new-requirement, add-feature-without-breaking
- Added: modify-with-minimal-change, implement-todo-safely, complete-function-based-on-context
- Added: fill-missing-implementation, continue-partially-written-code, turn-task-into-code-plan
- Added: generate-from-interface, convert-pseudocode-to-code, write-based-on-project-pattern
- Updated: All existing coding prompts now have complete frontmatter and Example Input/Output sections
-
20 Debugging Prompts (complete Batch 1B):
- identify-root-cause, classify-problem-type, summarize-bug-symptoms
- detect-most-likely-failure-source, generate-debug-plan, prioritize-debugging-steps
- decide-what-to-check-first, create-minimal-debugging-checklist, propose-minimal-risk-fix
- patch-without-unnecessary-refactor, fix-bug-safely, fix-issue-under-constraints
- analyze-stack-trace, analyze-error-log, reproduce-and-isolate-bug
- trace-failure-through-codebase, debug-configuration-issue, debug-environment-problem
- detect-regression-risk, verify-fix-after-change
prompts-registry.yaml: Updated all debugging prompt IDs and paths to newprompt-debugging-*prefixroutes-registry.yaml: Added all 20 debugging prompts to debugging routerelations-registry.yaml: Synchronized all debugging-related relations to new prompt IDsskills-registry.yaml: Updated related_prompts references for debugging skills
AI-BOOTSTRAP.md: Verified and confirmed accurate referencesAI-USAGE.md: Verified and confirmed accurate referencesAI-ROUTING.md: Verified and confirmed accurate references- System prompts updated with new debugging prompt references
- All debugging prompts now use
prompt-debugging-*prefix consistently - All registry entries updated from
prompt-task-debugging-*toprompt-debugging-* - All route references updated to use new naming convention
- All relation references updated to use new naming convention
- All documentation (INDEX, README, AI docs) synchronized
INDEX.md: Updated all debugging prompt paths and added all 20 prompts to listingINDEX.md: Updated prompt count from 47+ to 80+, debugging from 4 to 20INDEX.md: Version updated from v1.0.0 to v1.1.0README.md: Updated version badge to v1.1.0, prompt count to 80+README.zh-CN.md: Updated version badge to v1.1.0, prompt count to 80+
.trae/skills/: Confirmed as legacy/Apache-2.0 licensed, not part of canonical structureskills/: Confirmed as the only canonical skills directory- No
.trae/skills/references in registries or official documentation (only in LICENSE)
- Version bumped from v1.0.0 to v1.1.0
- Statistics updated to reflect actual counts (80+ prompts, 20 debugging, 21 coding)
- All main documentation files now reference v1.1.0
coding-review-code-quality.mdandcoding-review-code-for-quality.mdare functionally similar but have different content structure. Consolidation decision deferred to future version.- Some coding prompts may need further content enrichment in future releases
- No security vulnerabilities reported in this release
-
47+ Prompts across 10 categories:
_routing/(4): scan-repository, identify-task-type, select-relevant, compose-multiplesystem/(3): general-ai-workbench, debugging-agent, coding-agenttask/coding/(3): generate-code, implement-feature, review-codetask/debugging/(4): identify-root-cause, generate-plan, fix-bug, verify-fixtask/repo-analysis/(3): analyze-structure, summarize-architecture, locate-filestask/planning/(2): break-down-task, create-execution-plantask/research/(1): prepare-research-briefworkflow/(10): bug-investigation, feature-implementation, new-repo-onboarding, research-to-summary, vague-request-to-action, etc.tool-use/(8): read-files, use-command, search-before-concluding, etc.output/(6): as-json, as-yaml, as-markdown-report, as-comparison-table, as-checklist, as-step-by-step-planmeta/(8): debug-failing, shorten, evaluate-quality, adapt-general, split-modules, etc.
-
14 Skills covering:
- ai-routing, coding, debugging, planning, repo-analysis, research
- tool-use, prompt-composition, system-prompts, workflows, writing
prompts-registry.yaml: 46 prompt entries with full metadatatags-registry.yaml: 30+ tags across 7 groupsrelations-registry.yaml: 80+ relationships between assetsroutes-registry.yaml: 8 routing paths for core task typesskills-registry.yaml: 14 skill entries
README.md(English): Modern, professional entry with badges and navigationREADME.zh-CN.md(Chinese): Complete Chinese translationINDEX.md: Global asset index with statisticsAI-BOOTSTRAP.md: AI startup guideAI-USAGE.md: AI usage guidelinesAI-ROUTING.md: AI routing logic guideCHANGELOG.md: Version historyPROJECT-PLAN.md: Project roadmap and principlesCONTRIBUTING.md: Contribution guidelinesCODE_OF_CONDUCT.md: Community code of conductSECURITY.md: Security policy
- Dual license model implemented:
- Apache-2.0 for code/scripts/configs
- CC BY 4.0 for content assets
- Corrected invalid prompt reference (
prompt-task-coding-fix-bug→prompt-task-debugging-fix-bug) - Removed obsolete
pending_itemssections with outdated references - Ensured all registry paths match actual file locations
- Verified all relation
source_idandtarget_idexist
- Consolidated
skills/as canonical directory - Migrated skills from
.trae/skills/toskills/ - Removed duplicate SKILL.md files
- Standardized skill file naming
INDEX.md: Updated statistics to reflect actual countsREADME.md: Complete rewrite with modern layout and badgesREADME.zh-CN.md: Created as complete Chinese version- License files: Clarified dual license boundaries
- Redundant prompt duplicates (e.g.,
prompt-task-coding-code-review.mdin wrong location) - Obsolete
pending_itemsdocumentation that referenced non-existent assets
- Implemented SECURITY.md with responsible disclosure policy
- No security vulnerabilities reported
- Initial prompt repository structure
- Basic prompt categories (coding, debugging, planning)
- Early workflow definitions
- Initial README and INDEX
This project follows Semantic Versioning:
- MAJOR version: Incompatible changes
- MINOR version: New assets or significant additions
- PATCH version: Bug fixes and documentation updates
| Version | Status | Description |
|---|---|---|
| v1.0.0 | Current | Minimum viable product with complete asset coverage |
| v0.1.0 | Legacy | Initial structure and early prompts |
- All core task types supported (coding, debugging, repo-analysis, planning, research)
- Registry system operational for AI routing
- Skills directory unified and consistent
- Dual licensing implemented and documented
- README bilingual and professional
- AI documentation complete
- No critical registry errors
- No duplicate or dangling references
See PROJECT-PLAN.md for roadmap and planned enhancements.
This changelog tracks changes that affect users and AI systems reading this repository.