Human qualifiedDeveloper Toolsv1.0.0

clojure-interactive-programming Agent Plugin

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.

0 repository stars MIT Updated Aug 6, 2026
Reviewed seed

Evaluate

before editing.

The listing distinguishes the reusable micro-prompt from the Clojure-specific agent and states the live-REPL dependency.

Inspect, evaluate, refine

Installation

Install Clojure Interactive Programming

Install the package and give the client access to a live Clojure REPL, such as through an appropriate integration.

Terminal · Git sparse checkout
git clone --filter=blob:none --sparse https://github.com/github/awesome-copilot.git
cd awesome-copilot
git sparse-checkout set plugins/clojure-interactive-programming
Confirm the agent can reach a live REPL
Adapt workspace-specific reminders if needed
Re-run tests after persisting evaluated changes

Explainable standards check

Conforms to Agent Plugins 1.0.0

Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.

Read the official specification

This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.

Canonical manifest schema

plugin.json targets the official 1.0.0 schema.

Agent Plugins specification §5.2

Required name and naming rules

The plugin name “clojure-interactive-programming” satisfies the 1–64 character naming rules.

Agent Plugins specification §§5.3 and 5.5

Closed top-level schema

No unknown top-level manifest fields were found.

Agent Plugins specification §5.2

Manifest field types

All present metadata and extension fields use permitted JSON types.

Agent Plugins specification §§5.2–5.6

Root plugin.json file

A regular plugin.json file exists at the plugin root.

Agent Plugins specification §§4.1 and 5.1

Agent Skills discovery and format

0 immediate-child Agent Skills discovered; every SKILL.md passed required frontmatter and naming checks.

Agent Plugins specification §7.1 and Agent Skills specification

MCP configuration

No root mcp.json is present; MCP is optional and its absence is conforming.

Agent Plugins specification §§6.2 and 7.2

Capabilities

What can you do with clojure-interactive-programming?

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.

  • Remind the agent to use the live REPL
  • Evaluate changes incrementally
  • Inspect runtime behavior before file edits
  • Pair on Clojure design and implementation
  • Adapt the reminder to another live interactive system

Reusable REPL reminder

A small Skill redirects the workflow toward live evaluation instead of speculative batch edits.

Clojure pair programmer

The agent combines REPL-first practice with architecture and code-quality oversight.

Practical workflow

A REPL-first Clojure workflow

Pass 01 / Inspect

Connect to the running system

Understand the current namespace and behavior through available REPL tooling.

Pass 02 / Evaluate

Try the smallest change live

Develop and validate expressions incrementally before modifying source files.

Pass 03 / Persist

Write verified changes

Move evaluated code into the project and rerun relevant checks.

Package contents

What is included in clojure-interactive-programming?

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

Repository README

View original README

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.

Source
https://github.com/github/awesome-copilot#readme

This repository does not currently provide a README snapshot. The plugin instructions below remain available.

Source documentation

Clojure Interactive Programming 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.