소스 정보
- 저장소
- fabioc-aloha/AIRS_Data_Analysis
- 최근 소스 활동
- 2026년 6월 1일 22:39
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/fabioc-aloha/AIRS_Data_Analysis --skill md-to-txt명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Create agents that pass agent-review's six gates by construction — role capture, distinct-from-skill check, tool allowlist minimization, draft against gates, dogfood self-review. Use when authoring a new agent, refactoring an existing one, or promoting a Mall agent into the heir's brain.
Audits a candidate agent (.agent.md) against five gates (spec compliance, content quality, scope fit, safety, currency & coherence) plus Gate 6 (tool allowlist minimality). Use when reviewing a new agent draft before commit, evaluating a Mall agent or store agent for adoption, or re-auditing existing agents on a periodic cadence.
Detect, resolve, and manage the Alex_ACT_Memory shared memory bus. Fires on bootstrap, session start (announcements), and feedback writes.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | md-to-txt |
| description | Strip Markdown formatting and produce clean plain text via pandoc |
| lastReviewed | 2026-05-26T00:00:00.000Z |
Strip all Markdown formatting and produce clean plain text. Useful for clipboard export, email body fallback, accessibility, and as input to text analysis tools.
node .github/skills/md-to-txt/scripts/md-to-txt.cjs source.md output.txt
| Flag | Default | Effect |
|---|---|---|
--wrap N | 80 | Line wrap width (0 = no wrap) |
--strip-frontmatter | off | Remove YAML frontmatter |
--strip-mermaid | off | Replace Mermaid blocks with [diagram] |
--strip-images | off | Replace image refs with alt text |
--no-replace-em-dashes | em-dashes ARE replaced for txt | Keep — literal |
--strip-decorative-rules | HRs preserved for txt | Strip decorative --- lines |
Plain text gets:
, ON. AI-tell em-dashes look bad in monospace fonts.--- as visible plain-text dividers, which are usually intentional in txt output.Override via flags above.
# markersRevisit this skill by 2026-08-26 (90 days) or sooner if any of the following fires: pandoc upstream changes plain-text output in a way that breaks the documented "stripped" list; the heuristic for indentation preservation produces wrong output on a real source the user converts; or a heir needs a stripped-but-not-plain output (e.g., RTF, SRT) that this skill doesn't cover — split into a sibling skill instead.