Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance for AI coding agents when working with this repository.
Sign in to like and favorite skills
This file provides guidance for AI coding agents when working with this repository.
Build:
bun run build - Builds TypeScript source to dist/ with declarations
Test: bun test - Run unit tests only | bun run test:watch - Watch mode
Integration Tests: bun run test:integration - Run integration tests (requires Stardog)
All Tests: bun run test:all - Run both unit and integration tests
Single Test: bun test test/filename.test.ts - Run specific test file
Dev: bun run dev - Watch mode development
Clean: bun run clean - Clean build artifacts
TypeScript library package for resource management using Bun runtime:
src/index.ts - Main module exportssrc/ directorytest/ directory using Bun's built-in test runner
test/*.test.tstest/integration/ (requires external services)dist/ with declarations and source maps./filename), absolute for external packagesmain branch
only. Do not touch any other branches. There is no remote repository.Use batched operations and intelligent conflict resolution to minimize tool calls and reduce sync time from ~40 tool calls to ~5 tool calls.
git status --porcelain | grep "^UU\|^AA\|^DD"
bun installMultiEdit to resolve all code conflicts simultaneouslygit add . instead of multiple individual addsbun install to regenerate lock filesbun run build & bun test
Before rebase, validate: