CtrlK
BlogDocsLog inGet started
Tessl Logo

talkpipe

github.com/sandialabs/talkpipe

SkillAddedReview
update-entry-points

.cursor/skills/update-entry-points/SKILL.md

Generate talkpipe.sources and talkpipe.segments entry points from @register_source/@register_segment decorators and update pyproject.toml. Use when adding new sources or segments to TalkPipe, or when entry points are out of sync with the codebase.

89

1.01x
test-driven-development

.cursor/skills/test-driven-development/SKILL.md

Follow TalkPipe TDD workflow when making code changes. Use when implementing features, fixing bugs, or refactoring. Enforces write-fail-fix-pass order and test placement conventions.

87

0.83x
run-documentation-examples

.cursor/skills/run-documentation-examples/SKILL.md

Extract Python examples from markdown docs and run them (including LLM examples). Use when validating documentation, after doc changes, or to verify all doc examples execute correctly.

84

1.51x
doc-example-formatting

.cursor/skills/doc-example-formatting/SKILL.md

Format code examples in markdown documentation for TalkPipe. Use when writing or editing doc examples. Covers unindented fences, standalone vs fragment intent, and skip-extract. Complements run-documentation-examples which runs the examples.

82

1.16x
changelog-update

.cursor/skills/changelog-update/SKILL.md

Update CHANGELOG.md following TalkPipe conventions. Use after implementing a feature, fixing a bug, or making any user-facing change. Ensures correct "update vs add" logic and entry format.

84

0.93x