Code Completion Semantic Constraints

Automatically complete partial code snippets while satisfying semantic constraints including variable types, invariants, pre/post-conditions, interface contracts, and expected input/output behavior. Use when users provide incomplete code with specific requirements like "complete this function that takes a list and returns sorted unique elements" or "fill in this method body that must maintain the invariant that x stays positive" or "implement this interface method with these type constraints." Produces compilable, executable code with tests and a constraint satisfaction report.

tools-only 8764688 3 files · 10.2 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_1088e1e6 commit 8764688df0

Frequently asked questions

npx skillmds add tools-only/code-completion-semantic-constraints