← 返回首页
GitHub - currents-dev/agent-plugin: Open Plugins agent extensions for Currents · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

currents-dev/agent-plugin

Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

agent-plugin

Open Plugins agent extensions for Currents.

Provides the Currents MCP Server and supporting skills, agents, and rules — packaged as a single installable plugin for Cursor, Claude Code, and other conformant hosts.

Setup

  1. Install the plugin via your tool's plugin mechanism.
  2. Set the CURRENTS_API_KEY environment variable (get a key).

Structure

agent-plugin/ ├── .plugin/ │ └── plugin.json # Manifest ├── skills/ │ └── hello/SKILL.md # Greeting / onboarding skill ├── commands/ │ └── status.md # /agent-plugin:status ├── agents/ │ └── reviewer.md # Code review sub-agent ├── rules/ │ └── prefer-const.mdc # Coding standard ├── hooks/ │ └── hooks.json # Post-write lint hook ├── scripts/ │ └── lint.sh # Hook script ├── .mcp.json # Currents MCP server └── .lsp.json # LSP servers (placeholder)

MCP Server

The plugin installs the @currents/mcp server, giving agents access to:

  • Test runs, results, and spec-file performance
  • Project insights and error explorer
  • Actions (quarantine, skip, tag)
  • Webhooks management
  • CI cancellation and run resets

See the full tool list in the currents-mcp README.

Components

  • MCP — Currents MCP server (@currents/mcp)
  • Skills — hello greets users and offers guidance
  • Commands — status reports loaded components
  • Agents — reviewer performs thorough code reviews
  • Rules — prefer-const enforces const over let/var
  • Hooks — runs lint after file writes

License

MIT

About

Open Plugins agent extensions for Currents

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.