https://github.com/asyncswap/skills
Solidity Language Server AI Skills.
https://github.com/asyncswap/skills
claude-code-plugin lsp solidity
Last synced: about 2 months ago
JSON representation
Solidity Language Server AI Skills.
- Host: GitHub
- URL: https://github.com/asyncswap/skills
- Owner: asyncswap
- License: mit
- Created: 2026-04-02T01:22:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-03T18:08:23.000Z (about 2 months ago)
- Last Synced: 2026-05-03T20:17:51.824Z (about 2 months ago)
- Topics: claude-code-plugin, lsp, solidity
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asyncswap/skills
Claude Code plugins and skills by [asyncswap](https://github.com/asyncswap).
## Installation
```
/plugin marketplace add asyncswap/skills
```
## Plugins
### Solidity LSP
Language server support for Solidity via [solidity-language-server](https://github.com/asyncswap/solidity-language-server). Adds skills for security review, call/entrypoint analysis, PoC generation, and code cleanup driven by live LSP diagnostics.
```
/plugin install solidity-language-server@asyncswap
```
### lsp-bench
Test, validate, and benchmark performance of LSP servers using only YAML. Helps you write [lsp-bench](https://github.com/asyncswap/lsp-bench) configs for performance benchmarks, response assertions, multi-file consistency checks, benches across file edits, file-operation lifecycle tests, and side-by-side LSP version comparisons. Manage how the LSP is run — restart it for every benchmark (cold) or reuse one initialized session across multiple steps (warm).
```
/plugin install lsp-bench@asyncswap
```
## License
MIT