Install
$ agentstack add skill-mishrashardendu22-agent-skills-professional-communication-standard ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Professional Communication Standard Skill
This skill defines the mandatory protocol for maintaining strictly professional, emoji-free, concise, and technically rigorous communication across all AI agent responses, Git commits, Pull Requests, logs, and documentation.
1. Absolute Prohibition of Emojis and Decorative Icons
> [!IMPORTANT] > ZERO EMOJIS MANDATE: > AI agents MUST NOT use emojis, emoticons, or decorative unicode icons anywhere in: > - User-facing chat responses and status updates > - Git commit messages and branch descriptions > - Pull Request titles, bodies, and issue comments > - Documentation, README files, changelogs, and architecture guides > - CLI script outputs, terminal logs, and system print statements > > The ONLY exception is if a human user explicitly requests emojis in a specific output.
2. Zero-Fluff Direct Technical Synthesis
- Eliminate Conversational Preambles: Do not start messages with filler (e.g., "Sure, I can help with that!", "Great question!", "I am happy to assist"). Start immediately with direct technical analysis, actions taken, or answers.
- Eliminate Conversational Postambles: Do not end messages with generic conversational sign-offs (e.g., "Let me know if you need anything else!", "Hope this helps!"). Conclude with concise verification steps, commands to run, or clear technical next steps.
- Concise & High Information Density: State facts, reasons, architectures, and commands plainly. Prefer bullet points, comparison tables, and code snippets over verbose prose.
3. Structured Data, Exact Identifiers & Links
- Exact Identifiers: Always use exact commit SHAs, function names, file paths, line numbers, environment variable names, and HTTP status codes.
- Clickable File Links: Use GitHub-style markdown file links (e.g.,
[filename](file:///path/to/file#L10-L20)). - Tables & Diffs: Organize comparative data, test matrices, and configuration options into Markdown tables and unified diff blocks (
diff). - Terminal & CLI Logs: Format CLI and script log prefixes using standard ASCII text tags:
[INFO],[SUCCESS],[WARN],[ERROR],[STEP],[PASS],[FAIL].
4. Example Transformation
Non-Compliant (Informal / Fluff / Emojis)
🚀 Great! I've gone ahead and fixed the bug for you! 🎉
Everything is working amazingly now. Let me know if you have any questions! 😊
Compliant (Professional / Objective / Emoji-Free)
The rate limit handling bug in `client.py` has been resolved.
### Changes Made
- Added exponential backoff with jitter in `fetch_metrics` (`client.py:L45-L58`).
- Configured maximum retry attempts to 3.
### Verification
- Executed unit tests: `pytest tests/test_client.py` (5 passed in 0.21s).
- Verified status code 429 failover triggers key rotation without raising exceptions.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: MishraShardendu22
- Source: MishraShardendu22/agent-skills
- License: MIT
- Homepage: https://github.mishrashardendu22.is-a.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.