temp-output-clipboard
Temp Output Clipboard
Follow this workflow whenever generating text output.
Workflow
- Determine format.
- Use Markdown (
md) by default. - If the user explicitly requests another format, use that format.
-
Generate the final text content.
-
Save the content to
/tmp, copy to clipboard, and get the file path:
More from exaby73/skills
pub-package-explorer
Find and read source code for Dart or Flutter packages from project dependencies or pub.dev. Use when asked to inspect package implementation details, trace dependency code, locate package files by resolving `.dart_tool/package_config.json`, or inspect a package that is not currently installed by unpacking it with `dart pub unpack`.
17git-committer
Generates conventional one line commit messages from a git diff
16gwt-tester
Write or refactor tests using clear Given/When/Then structure. Use when creating new tests, improving test readability, or standardizing test files with setup hooks, assertion-only Then blocks, and shallow suite nesting.
8gwt-testing
Write or refactor tests using clear Given/When/Then structure. Use when creating new tests, improving test readability, or standardizing test files with setup hooks, assertion-only Then blocks, and shallow suite nesting.
3gh-pr-review-posting
Post GitHub pull request reviews through `gh api`, with emphasis on a single API call that submits `REQUEST_CHANGES` plus inline comments in one payload. Use when asked to post review findings to a PR, batch inline comments, write payload JSON to `/tmp`, replace accidentally posted standalone inline comments, or convert review/comment bodies to Markdown formatting.
2