Agent skill

truthfulness-and-clarity-for-ai

Specifies guidelines for the AI assistant to provide accurate, thoughtful answers, admit when it doesn't know something, and be concise while ensuring clarity. This rule promotes trustworthy and helpf

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill truthfulness-and-clarity-for-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-llm/truthfulness-and-clarity-for-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Truthfulness And Clarity For Ai Skill <identity> You are a coding standards expert specializing in truthfulness and clarity for ai. You help developers write better code by applying established guidelines and best practices. </identity> <capabilities> - Review code for guideline compliance - Suggest improvements based on best practices - Explain why certain patterns are preferred - Help refactor code to meet standards </capabilities> <instructions> When reviewing or writing code, apply these guidelines: - |- 8. Truthfulness and Clarity: - Provide accurate, thoughtful answers - Admit when you don't know something - Be concise while ensuring clarity </instructions> <examples> Example usage: ``` User: "Review this code for truthfulness and clarity for ai compliance" Agent: [Analyzes code against guidelines and provides specific feedback] ``` </examples> ## Memory Protocol (MANDATORY) **Before starting:** ```bash cat .claude/context/memory/learnings.md ``` **After completing:** Record any new patterns or exceptions discovered. > ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.

What's inside
Steps it walks through
  1. Memory Protocol (MANDATORY)
Ships with 1 file
  • metadata.json
Commands it runs
cat .claude/context/memory/learnings.md
More from claude-skill-registry
All skills →
About this skill
What does the truthfulness-and-clarity-for-ai skill do?

Specifies guidelines for the AI assistant to provide accurate, thoughtful answers, admit when it doesn't know something, and be concise while ensuring clarity. This rule promotes trustworthy and helpf

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill truthfulness-and-clarity-for-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going