Agent skill
generating-morning-notes
Generates daily crypto morning note from both analysis scripts. Use when user asks for "morning notes", "morning note", or "daily report".
Install this agent skill to your Project
npx add-skill https://github.com/frntfinancial/team-claude-skills/tree/main/research/generating-morning-notes
SKILL.md
Morning Note Skill
Generate the daily crypto morning note by running both analysis scripts and saving the output to a file.
Instructions
- Run
python3 morning_note_netcoinsversion.pyin~/.claude/skills/team/research/generating-morning-notes/scripts/ - Run
python3 morning_note.pyin~/.claude/skills/team/research/generating-morning-notes/scripts/ - Combine the outputs into a single markdown file named
morning-note-YYYY-MM-DD.md(using today's date) - The output file should be structured as:
# Morning Note - [DATE]
## Netcoins Version
- **FRNT Crypto Index:** [value]%
- **Top Performer:** [name] ([symbol]) [change]%
- **Top Underperformer:** [name] ([symbol]) [change]%
## Global (Top 20 by Market Cap)
- **FRNT Crypto Index:** [value]%
- **Top Performer:** [name] ([symbol]) [change]%
- **Top Underperformer:** [name] ([symbol]) [change]%
- Report the file path to the user when complete
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
generating-handoff-context
Generates comprehensive context summaries for async team handoffs. Use when user says "create handoff", "handoff summary", "I'm leaving for the day", or needs to pass work to another team member.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Didn't find tool you were looking for?