Markdown Converter
Agent skill for markdown-converter
Follow these steps for each coding interaction:
Sign in to like and favorite skills
Follow these steps for each coding interaction:
.java-version file for current versionpom.xml for dependencies and plugins)While working on code, be attentive to any new information that falls into these categories:
a) Architecture & Design (system architecture, design patterns, data flow, component structure, module organization)
b) Coding Standards (style conventions, naming patterns, code organization preferences, linting rules, formatting standards)
c) Features & Functionality (implemented features, planned features, deprecated functionality, feature flags, API endpoints)
d) Dependencies & Integrations (libraries, frameworks, external services, databases, third-party APIs)
e) Development Practices (testing approach, deployment process, branching strategy, code review practices, documentation standards)
f) Performance & Constraints (performance requirements, known bottlenecks, optimization strategies, resource limitations)
g) Technical Debt & Issues (known bugs, code smells, refactoring needs, security concerns, maintenance tasks)
If any new information was gathered during the coding interaction, update your memory as follows:
a) Create entities for recurring components, modules, classes, functions, and significant architectural elements
b) Connect them to existing entities using relations (dependencies, inheritance, composition, data flow, etc.)
c) Store facts about them as observations (purpose, implementation details, usage patterns, constraints, etc.)
d) Track decisions made during development (why certain approaches were chosen, alternatives considered, trade-offs made)