Files
shipshitdev__skills/.markdownlint.json
T
vincentonchain 85b633acc0 Update .gitignore, .markdownlint.json, and README.md for improved clarity and organization
- Added .agent/SESSIONS/ to .gitignore to exclude agent session files from version control.
- Reverted the "default" setting in .markdownlint.json to true for consistent linting behavior.
- Removed an empty line in .markdownlintignore for cleaner formatting.
- Deleted obsolete .skill-validate.txt file to streamline project structure.
- Enhanced README.md to clarify the purpose and contents of the project, including a new section on included capabilities.

Total sessions today: 4
2026-01-07 14:14:25 +01:00

20 lines
280 B
JSON

{
"MD001": false,
"MD003": {
"style": "atx"
},
"MD007": {
"indent": 2
},
"MD013": false,
"MD024": {
"siblings_only": true
},
"MD025": false,
"MD033": false,
"MD034": false,
"MD036": false,
"MD040": false,
"MD041": false,
"default": true
}