Canonical manifest schema
plugin.json targets the official 1.0.0 schema.
Agent Plugins specification §5.2
This plugin packages a micro-Skill that reminds an agent to work interactively and a Clojure pair-programming agent that favors live REPL evaluation before file changes, incremental problem solving, architectural oversight, and quality standards.
Evaluate
before editing.
The listing distinguishes the reusable micro-prompt from the Clojure-specific agent and states the live-REPL dependency.
Installation
Install the package and give the client access to a live Clojure REPL, such as through an appropriate integration.
git clone --filter=blob:none --sparse https://github.com/github/awesome-copilot.git
cd awesome-copilot
git sparse-checkout set plugins/clojure-interactive-programmingExplainable standards check
Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.
This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.
plugin.json targets the official 1.0.0 schema.
Agent Plugins specification §5.2
The plugin name “clojure-interactive-programming” satisfies the 1–64 character naming rules.
Agent Plugins specification §§5.3 and 5.5
No unknown top-level manifest fields were found.
Agent Plugins specification §5.2
All present metadata and extension fields use permitted JSON types.
Agent Plugins specification §§5.2–5.6
A regular plugin.json file exists at the plugin root.
Agent Plugins specification §§4.1 and 5.1
0 immediate-child Agent Skills discovered; every SKILL.md passed required frontmatter and naming checks.
Agent Plugins specification §7.1 and Agent Skills specification
No root mcp.json is present; MCP is optional and its absence is conforming.
Agent Plugins specification §§6.2 and 7.2
Capabilities
Keep development anchored in live REPL feedback and incremental changes.
The reminder Skill reinforces interactive programming when an agent has REPL access. The Clojure agent adds pair-programming behavior, architecture awareness, quality controls, and evaluation before modification.
A small Skill redirects the workflow toward live evaluation instead of speculative batch edits.
The agent combines REPL-first practice with architecture and code-quality oversight.
Practical workflow
Understand the current namespace and behavior through available REPL tooling.
Develop and validate expressions incrementally before modifying source files.
Move evaluated code into the project and rerun relevant checks.
Package contents
clojure-interactive-programming declares 1 Skill, 0 MCP configurations, and 1 additional resource. The included-file links below point to the reviewed source repository.
Agent Skills
1
remember-interactive-programming
MCP servers
0
No runtime service
Package format
Agent Plugins
Official latest 1.0.0
Synced source content
This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.
This repository does not currently provide a README snapshot. The plugin instructions below remain available.
Source documentation
Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.
The source README describes a REPL-first package with one reusable reminder Skill and one Clojure pair-programming agent.
The micro-Skill reminds an agent that it is an interactive programmer and works best when the agent can access a live REPL. The Clojure agent adds incremental live evaluation, architectural oversight, interactive problem solving, and quality checks before source-file modifications. The README notes that the reminder can be adapted to other live interactive systems.
Install it with copilot plugin install clojure-interactive-programming@awesome-copilot and configure REPL access separately.
Continue exploring
The small official reference package for inspecting a portable manifest and migration workflow.
Drive Microsoft AgentRC from Copilot chat to assess AI readiness, generate flat or nested Copilot instructions, manage policies, and produce a self-contained HTML dashboard.
Context-aware discovery of curated Copilot assets with three declared Skills, a project scaffold agent, and a Docker-based MCP server.