research
AI-driven coding research projects and reusable agent skills
All Skills in This Repository (4)
Pure Emerald Level Indicatorsstarlette
Build asynchronous web services with Starlette's ASGI toolkit and uvicorn.
datasette-plugin-writer
Guide Datasette plugin development from cookiecutter bootstrap to publishing workflows.
greeter
Generate multilingual greetings from a language input with English fallback.
csv-insights
Compute CSV summaries and generate a markdown report with histogram plot.
Frequently Asked Questions
FAQPage SchemaHow to install simonw/research skills?โผ
Run `npx skills add simonw/research --all -g -y` in your terminal to install all skills in this repository globally.
What is the simonw/research repository?โผ
It is a collection of software research projects where every line of code and text was written by AI coding agents like Claude Code, plus reusable agent skills.
How to build a Datasette plugin with AI?โผ
Use the datasette-plugin-writer skill, which gives your agent working examples for plugin hooks, routes, authentication, testing, and publishing to PyPI.
Can AI build a Starlette web app for me?โผ
Yes. The Starlette 1.0 skill teaches your agent routing, middleware, WebSockets, and templates, and includes a working task management demo app.
Do these skills work with Claude Code and Codex?โผ
Yes. Every skill follows the standard SKILL.md format and runs in Claude Code, Codex, Cursor, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core