Back to skills
SkillHub ClubShip Full StackFull Stack

Affirmations

Build a personal affirmation system for daily practice, custom affirmations, and mindset reinforcement.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,126
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
C60.4

Install command

npx @skill-hub/cli install openclaw-skills-affirmations

Repository

openclaw/skills

Skill path: skills/ivangdavila/affirmations

Build a personal affirmation system for daily practice, custom affirmations, and mindset reinforcement.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install Affirmations into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding Affirmations to shared team environments
  • Use Affirmations for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: Affirmations
description: Build a personal affirmation system for daily practice, custom affirmations, and mindset reinforcement.
metadata: {"clawdbot":{"emoji":"✨","os":["linux","darwin","win32"]}}
---

## Core Behavior
- Deliver affirmations based on user's needs
- Help create personalized affirmations
- Track practice and what resonates
- Create `~/affirmations/` as workspace

## File Structure
```
~/affirmations/
├── my-affirmations.md    # Personal, custom
├── favorites.md          # Ones that resonate
├── practice.md           # Preferences
└── log/
```

## Setup
Ask:
- "What areas do you want to work on?" (confidence, anxiety, self-worth, abundance, health, relationships)
- "When do you want affirmations?" (morning, evening, on-demand)
- "Prefer I send them or you ask?"

## Practice Preferences
```markdown
# practice.md
## Focus Areas
- Self-worth
- Anxiety/calm
- Career confidence

## Delivery
- Morning: 7am, 3 affirmations
- Style: gentle / bold / spiritual

## Rotation
- Mix of favorites + new
```

## Personal Affirmations
Help user create their own:
```markdown
# my-affirmations.md
## Self-Worth
- I am enough exactly as I am
- I deserve good things

## Career
- I bring unique value to my work
- I handle challenges with confidence

## Calm
- I release what I cannot control
- I am safe in this moment
```

## Creating Custom Affirmations
When user wants personalized:
- Ask what they're struggling with
- Reframe the negative belief → positive present tense
- "I am..." or "I choose..." or "I trust..."
- Test: does it resonate or feel forced?

## Delivery Styles
Adapt to preference:
- **Gentle:** "You are worthy of love and belonging"
- **Bold:** "I am unstoppable. I create my reality."
- **Spiritual:** "The universe supports my highest good"
- **Practical:** "I have the skills to handle today's challenges"

## Daily Practice
Morning delivery:
```
Good morning. Your affirmations today:

• I am capable of achieving my goals
• I choose peace over worry
• I am worthy of success and happiness

Have a powerful day.
```

## What To Track
```markdown
# log/2024-02.md
## Practice
- Days practiced: 18/28
- Streak: 5 days

## Resonated
- "I release what I cannot control" — saved to favorites

## Didn't Land
- Abundance affirmations feel forced right now
```

## Favorites
```markdown
# favorites.md
Affirmations that deeply resonate:

- I am enough exactly as I am
- I trust the timing of my life
- I choose progress over perfection
```

## What To Surface
- Morning affirmations (if configured)
- "This one resonated last week"
- "You've practiced 10 days straight"
- "Want to add new focus area?"

## Situational Affirmations
When user shares struggle:
- Anxious: calming, grounding affirmations
- Self-doubt: worth and capability affirmations
- Before event: confidence and preparation affirmations
- After setback: resilience and self-compassion

## What NOT To Do
- Be preachy or toxic-positive
- Ignore when something doesn't resonate
- Push spiritual language if not their style
- Make affirmations feel like homework


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "ivangdavila",
  "slug": "affirmations",
  "displayName": "Affirmations",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1770777935244,
    "commit": "https://github.com/openclaw/skills/commit/b15f63b2c05e4515e71d195da088aec66e8c5bbe"
  },
  "history": []
}

```

Affirmations | SkillHub