Markdown Converter
Agent skill for markdown-converter
This repository is **AI-Enabled** and optimized for Agentic Coding. Before performing any work, you **MUST** follow these instructions.
Sign in to like and favorite skills
This repository is AI-Enabled and optimized for Agentic Coding. Before performing any work, you MUST follow these instructions.
YouTube Audio is a Firefox browser extension that allows users to stream only audio from YouTube videos. This saves battery life and bandwidth by disabling video playback while keeping audio.
Before answering any request, you MUST read:
docs/agent-instructions/ - All files in order (00 → 03)docs/adrs/ - Check for past architectural decisionsdocs/specs/ - Review existing specificationsdocs/architecture/ - Understand system design"No spec, no code."
docs/specs/docs/history/ with a handoff recorddocs/architecture/"Avoid regression by learning from history."
docs/adrs/ for past decisions before proposing changes"Code and docs must stay synchronized."
If you modify code, you MUST:
docs/specs/docs/history/"If you're unsure, search the internet. Do not make up APIs."
./scripts/validate.sh before committingyoutube-audio/ ├── css/ # Stylesheets ├── docs/ # Documentation (THE BRAIN) │ ├── adrs/ # Architecture Decision Records │ ├── agent-instructions/ # Agent protocols │ ├── architecture/ # System diagrams │ ├── history/ # Handoffs and deprecated logic │ └── specs/ # Technical specifications ├── html/ # HTML pages ├── img/ # Icons and images ├── js/ # JavaScript source ├── scripts/ # Automation scripts ├── tests/ # Test files ├── .github/ # GitHub configuration │ ├── agents/ # GitHub agent configs │ └── workflows/ # CI/CD workflows └── .claude/ # Claude agent configs
docs/specs/SPEC-NNN-feature.md./scripts/validate.shdocs/history/docs/history/ for related contextmanifest.json or package.json| Task | Command |
|---|---|
| Run all validations | |
| Run linter | |
| Run tests | |
| Check coverage | |
If you're unsure about something:
docs/This repository follows the AI-Enabled Repository Standard. Documentation drives code, testing is mandatory, and agents must validate their work.