Creator · kevmoo
Last updated · Sep 4, 2026
|-
Sandbox only
Install targets
Codex install prompt
Install the "dart-multiline-strings" agent skill from https://github.com/kevmoo/dash_skills/tree/main/skills/dart-multiline-strings. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: |- After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {"event_id":"install_<unique-id>","skill_slug":"kevmoo-dart-multiline-strings","task":"Install dart-multiline-strings","agent":"codex","outcome":"success","install_used":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.Supply asset profile
Deep research, source comparison, literature review, RAG, knowledge search, and reports.
Scenario
Research agents
I need my agent to research a topic, compare sources, and produce a concise report.
Agent fit
Claude Code + CLI + Codex
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add kevmoo/dash_skills --skill dart-multiline-strings
Maintenance
fresh
9d since push
Risk
Needs review
Quality score needs review
GitHub quality
143
68/100 Quality · 77/100 Trust
Coverage tags
Review notes
Quality score needs review · Stars/forks activity: 143 stars, 16 forks; issue activity unavailable in current metadata
Agent adoption scorecard
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
PromisingUseful candidate, but compare it with alternatives before adopting.
Trust
Sandbox onlyUseful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
Audit
Needs reviewA machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
OpenAgentSkill Trust Score v5
Run only in a sandbox and compare close alternatives before using it for real work.
Stars
143 GitHub stars
Repo activity
143 stars, 16 forks
Maintenance
9d since push
License
Apache-2.0
Install
npx skills add kevmoo/dash_skills --skill dart-multiline-strings
Install safety
Agent-readable metadata
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
Suited agents
Install decision
Trust and risk
Outcome loop
Install command
npx skills add kevmoo/dash_skills --skill dart-multiline-stringsDo not use when
Agent safety v2
Sparse or mixed signals. Useful for discovery, but not for autonomous installation.
Test manually in an isolated workspace and compare against safer alternatives.
high
Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
medium
Skill likely fetches remote pages, APIs, repositories, or external services.
Agent resolve plan
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Open JSON
/api/agent/resolve?task=Use%20dart-multiline-strings%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20dart-multiline-strings%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/kevmoo-dart-multiline-strings/install
Agent should check
Copy prompt
Task: Use dart-multiline-strings in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20dart-multiline-strings%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/kevmoo-dart-multiline-strings/install
Install command: npx skills add kevmoo/dash_skills --skill dart-multiline-strings
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/kevmoo-dart-multiline-strings/install
LLM text format
/api/skills/kevmoo-dart-multiline-strings/install?format=text
Find alternatives
/api/skills/search?q=dart-multiline-strings&limit=3
Agent prompt
Use dart-multiline-strings for this task. Review https://www.openagentskill.com/api/skills/kevmoo-dart-multiline-strings/install, then install with: npx skills add kevmoo/dash_skills --skill dart-multiline-stringsRegistry metadata
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/kevmoo-dart-multiline-strings
LLM text
/api/registry/manifest/kevmoo-dart-multiline-strings?format=text
Install alias
/api/registry/install/kevmoo-dart-multiline-strings
Recommend
/api/registry/recommend?task=Use%20dart-multiline-strings%20in%20an%20agent%20workflow&limit=3
Agent fit
Browser automation
Use-case tags
Platforms
Claude Code
Audit report
A machine-readable review of install readiness, security metadata, maintenance, and adoption risk.
Agent decision cockpit
Prototype with this skill first; keep a fallback candidate ready.
Role in stack
Fallback candidate
Primary fit
Browser automation
Trust label
Prototype first
Install path
Command ready
Use when
Evidence
review first
Implementation path
Trust profile
Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.
GitHub adoption
INFO143 GitHub stars
Stars/forks activity
CHECK143 stars, 16 forks; issue activity unavailable in current metadata
Recent maintenance
PASS9d since push
License clarity
PASSApache-2.0
Good signals
Review before install
Recommended action
Run only in a sandbox and compare close alternatives before using it for real work.
Quality profile
Useful candidate, but compare it with alternatives before adopting.
Workflow fit
Operate web apps
I need my agent to control a browser, fill forms, and verify web app workflows.
Operate local tools
I need my agent to operate local files and desktop apps in a repeatable workflow.
Investigate faster
I need my agent to research a topic, compare sources, and produce a concise report.
Workflow fit
Operate and verify web apps
A workflow for agents that navigate products, fill forms, take screenshots, and verify real user flows across web applications.
Find, compare, and synthesize
A workflow for agents that gather sources, compare claims, summarize long material, and draft useful research briefs.
Turn skills into distribution
A workflow for turning newly indexed skills into SEO briefs, social drafts, comparison pages, and reusable publishing workflows.
Alternative shortlist
Similar skills that may fit this task.
Run multimodal agents that operate desktop interfaces
Connect agents to hundreds of workflow automations
利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
--- name: dart-multiline-strings description: |- Guidelines and best practices for refactoring consecutive prints, single-line string concatenations, and complex output blocks into triple-quoted multi-line string literals (''' or """) in Dart. license: Apache-2.0 key_features: - Triple-quoted multiline strings - Print & concatenation refactoring - Formatting large text blocks ---
# Dart Multi-line Strings
## 1. When to use this skill
Use this skill when: - Refactoring consecutive `print()` or `stdout.writeln()` statements into a single, cohesive output block. - Simplifying string literals that span multiple lines, contain embedded newlines (`\n`), or use nested indentations. - Formatting large user-facing text output (like CLI help menus, reports, or templated messages) to be readable, maintainable, and performant.
## Discovery
To find candidate code blocks for multi-line string refactoring: - Look for multiple back-to-back `print()` or `stdout.writeln()` calls inside a function, especially inside loops, console views, or CLI controllers. - Look for single-line strings heavily loaded with `\n` escape sequences. - Look for multiple string concatenations using the `+` operator or adjacent string literal splits that are meant to represent multi-line outputs.
## 2. Guidelines
### Combine Consecutive Outputs Instead of calling `print()` repeatedly for a multi-line output, group the contents into a single triple-quoted string literal: `print('''...''')`.
### Explicit and Clean Alignment In a triple-quoted literal, the exact spacing and formatting inside the quotes are preserved. Use this to specify indentation levels visually instead of using manually padded space prefixes (e.g., `' '`).
### Remove Empty Print Calls If there are empty `print()` or `print('')` statements serving as vertical separators between output segments, replace them by letting the trailing newline of a multi-line string block handle the separation naturally.
### Handling the First Newline If the opening triple-quote is immediately followed by a newline, the compiler discards it. - If you do **not** want a leading blank line, start the string content on a fresh line in the source code for clean layout. - If you **do** want a leading blank line in the output, leave an extra empty line inside the triple-quoted block, or use `\n` explicitly at the beginning: ```dart print('''
This starts with one blank line above it.'''); ```
### Handling the Trailing Newline & `print()` `print()` automatically appends a trailing newline to the printed output. - If you place the closing `'''` on a new line (`\n''');`), an extra trailing blank line will be printed. - To avoid unintended trailing blank lines, place the closing triple-quotes immediately after the final character: ```dart // ✅ Emits standard output with no extra trailing empty line: print(''' Header Content'''); ```
### Avoiding Ghost Blank Lines in Conditional Interpolations When injecting optional content via interpolation (`${condition ? '...' : ''}`), placing the `${...}` on its own line leaves behind its enclosing newline when the condition evaluates to `''`, producing an empty blank line in the output. - Include the leading newline *inside* the conditional string literal so the newline only renders when the content is present: ```dart // ✅ Clean conditional rendering without ghost blank lines: print(''' Branch Details: Name: $branch${hasWarning ? '\n WARNING: $warningMessage' : ''}'''); ```
### 80-Character Line Limit Exemption The `lines_longer_than_80_chars` lint rule **automatically ignores** lines inside multiline string literals. You can write long lines inside triple-quotes without triggering linter warnings or being forced to break them up.
### Dynamic Switch Expressions inside Interpolation Leverage Dart 3 switch expressions directly inside string interpolations to dynamically select and inject optional lines, conditional labels, or helper instructions. This avoids cluttering the surrounding code with imperatively constructed strings or multiple `if` statements: ```dart print(''' Status: ${status.isSuccess ? 'PASS' : 'FAIL'}${switch (status) { Status.failed => '\nError details: $errorMessage', _ => '', }}'''); ```
## 3. Examples
### Refactoring Consecutive Prints with Indentation
**Avoid:** ```dart void printGerritView(String branch, String desc, bool hasConflicts) { print('Branch Details:'); print(' Name: ' + branch); print(' Description: ' + desc); print(''); if (hasConflicts) { print(' WARNING: This branch has conflicts.'); print(' Run `git merge origin/main` to resolve.'); } } ```
**Prefer:** ```dart void printGerritView(String branch, String desc, bool hasConflicts) { print(''' Branch Details: Name: $branch Description: $desc${hasConflicts ? '''
WARNING: This branch has conflicts. Run `git merge origin/main` to resolve.''' : ''}'''); } ```
Source provenance
Decision snapshot
recent repository activity
Audit
Install and adoption review
Agent-proven evidence
Outcome reports after resolve, review, install, and one narrow run.
No agent outcome data yet. The first agent run can report success, setup needs, risk blocks, failure, or not-relevant through /api/agent/outcome.
Install
Free and open source. Review the report before installing into production agents.
Growth loop
Scenario-led draft for dart-multiline-strings, ready for a manual X post.
Before you hand an agent a repeatable workflow, give it a repeatable starting point. dart-multiline-strings: |- 143 stars https://www.openagentskill.com/skills/kevmoo-dart-multiline-strings?ref=x
Listing + install path for dart-multiline-strings: https://www.openagentskill.com/skills/kevmoo-dart-multiline-strings?ref=x Install: npx skills add kevmoo/dash_skills --skill dart-multiline-strings
Listing source
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
This Registry indexed listing is attributed to kevmoo but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
Creator backlink kit
Show the canonical listing, current trust and audit signals, and real Agent-Proven evidence where developers evaluate the repository.
[](https://www.openagentskill.com/skills/kevmoo-dart-multiline-strings?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/kevmoo-dart-multiline-strings?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)
[](https://www.openagentskill.com/skills/kevmoo-dart-multiline-strings/audit)
[](https://www.openagentskill.com/skills/kevmoo-dart-multiline-strings?ref=github&utm_source=github&utm_medium=referral&utm_campaign=creator_badge)kevmoo
@kevmoo
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Sandbox only
UI-TARS Desktop
Run multimodal agents that operate desktop interfaces
37.0K Starsn8n
Connect agents to hundreds of workflow automations
194.1K StarsMoneyPrinterTurbo
利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
88.5K StarsTasmota
Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
24.7K StarsPermission surface
shell or command execution
Agent outcomes
No agent outcome data yet
Docs
Usable metadata, review docs
Risk summary
Install readiness