Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- **All documentation files MUST be placed in the `/docs` folder**
Sign in to like and favorite skills
/docs folderDocumentation should be created and kept in source control ONLY if it meets these criteria:
When creating documentation:
FEATURE_NAME_GUIDE.md/docs/README.md - Add your new doc to the index/docs README.md # Index of all docs THIRDWEB_API.md # Integration guide GIFT_EXCHANGE_SETUP.md # Complex feature setup SIWE_AUTHENTICATION.md # Cross-cutting concern USER_GUIDE_EXCHANGES.md # End-user documentation
/docs BUG_FIX_PURCHASER_123.md # ❌ Bug fixes don't need docs IMPLEMENTATION_NOTES_V1.md # ❌ Use git history DEBUGGING_SESSION_NOV_2.md # ❌ Temporary troubleshooting COMPONENT_DETAILS.md # ❌ Code should be self-documenting CHANGELOG_FEATURE_X.md # ❌ Use git commits