mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
22 lines
579 B
JSON
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/"
|
|
]
|
|
}
|