Skip to content

docs: add Available skills listing to README#34

Open
koaning wants to merge 1 commit into
mainfrom
koaning/issue-30
Open

docs: add Available skills listing to README#34
koaning wants to merge 1 commit into
mainfrom
koaning/issue-30

Conversation

@koaning

@koaning koaning commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Adds an Available skills section to the README — a table listing all 10 skills in the repo with a one-line description each, drawn from each skill's SKILL.md frontmatter and linked to its folder. This lets users see the catalog at a glance instead of opening each skill directory.

Closes #30

🤖 Generated with Claude Code

Closes #30

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 15, 2026 13:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an “Available skills” catalog to the repository README to address #30 by letting users quickly see what each skill does without browsing each directory.

Changes:

  • Adds a new Available skills section in README.md.
  • Introduces a Markdown table listing all 10 skills with links and one-line descriptions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
| [`marimo-notebook`](skills/marimo-notebook) | Write a marimo notebook in a Python file in the right format. |
| [`jupyter-to-marimo`](skills/jupyter-to-marimo) | Convert a Jupyter notebook (`.ipynb`) to a marimo notebook (`.py`). |
| [`streamlit-to-marimo`](skills/streamlit-to-marimo) | Convert a Streamlit app to a marimo notebook. |
| [`anywidget`](skills/anywidget) | Generate anywidget components for marimo notebooks. |
Comment thread README.md
Comment on lines +37 to +38
| [`implement-paper-auto`](skills/implement-paper-auto) | Implement a research paper in a marimo notebook fully automatically (no extra input). |
| [`auto-paper-demo`](skills/auto-paper-demo) | Make a demo of a research paper in a marimo notebook fully automatically. |
Comment thread README.md
| [`jupyter-to-marimo`](skills/jupyter-to-marimo) | Convert a Jupyter notebook (`.ipynb`) to a marimo notebook (`.py`). |
| [`streamlit-to-marimo`](skills/streamlit-to-marimo) | Convert a Streamlit app to a marimo notebook. |
| [`anywidget`](skills/anywidget) | Generate anywidget components for marimo notebooks. |
| [`marimo-batch`](skills/marimo-batch) | Prepare a marimo notebook for a scheduled / batch run. |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

what does each skill do?

2 participants