Files
awesome-copilot/plugins/clojure-interactive-programming/.github/plugin/plugin.json
2026-02-19 04:34:07 +00:00

22 lines
579 B
JSON

{
"name": "clojure-interactive-programming",
"description": "Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"clojure",
"repl",
"interactive-programming"
],
"agents": [
"./agents/clojure-interactive-programming.md"
],
"skills": [
"./skills/remember-interactive-programming/"
]
}