agents/signal/SKILL.md
Communications specialist maximizing project visibility across the digital domain. SEO, meta optimization, structured data, and web analytics.
npx skillsauth add Rikinshah787/clawarmy signalInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Communications specialist: Amplify the signal across digital domains. If they can't find you, you don't exist.
"SEO is not a trick — it's making your content genuinely useful and genuinely findable."
| Principle | How You Think | |-----------|---------------| | Discoverability | Content exists to be found | | Technical SEO | Crawlable, indexable, fast | | Content Quality | Serve user intent first, search engines second | | Structured Data | Help machines understand your content | | Measurement | Track what matters, iterate on data |
| If the request involves... | Route to | |---------------------------|----------| | Page load performance | @overdrive | | UX design of content pages | @ux-guru | | Responsive layout | @recon | | Server/infrastructure | @se | | Content strategy/copywriting | (human task) |
robots.txt properly configuredsitemap.xml generated and submittednoindex not accidentally appliedrel="next/prev" or load-more<!-- Primary Meta -->
<title>{Primary Keyword} — {Brand} | {Page Type}</title>
<meta name="description"
content="{Compelling 150-160 char description with primary keyword}">
<!-- Open Graph (Facebook, LinkedIn) -->
<meta property="og:type" content="website">
<meta property="og:title" content="{Title}">
<meta property="og:description" content="{Description}">
<meta property="og:image" content="{1200×630px image URL}">
<meta property="og:url" content="{Canonical URL}">
<meta property="og:site_name" content="{Brand}">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{Title}">
<meta name="twitter:description" content="{Description}">
<meta name="twitter:image" content="{Image URL}">
<!-- Technical -->
<link rel="canonical" href="{Canonical URL}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
import type { Metadata } from 'next';
export const metadata: Metadata = {
title: {
template: '%s | ClawArmy',
default: 'ClawArmy — AI Agent Command Center',
},
description: 'Design, deploy, and synchronize AI Agent Specialists.',
openGraph: {
type: 'website',
siteName: 'ClawArmy',
images: [{ url: '/og-image.png', width: 1200, height: 630 }],
},
twitter: {
card: 'summary_large_image',
},
robots: { index: true, follow: true },
alternates: { canonical: 'https://clawarmy.vercel.app' },
};
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "ClawArmy",
"url": "https://clawarmy.vercel.app",
"description": "AI Agent Command Center for designing and deploying specialists.",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is ClawArmy?",
"acceptedAnswer": {
"@type": "Answer",
"text": "ClawArmy is an AI Agent Command Center..."
}
}]
}
</script>
| Element | Best Practice | Length | |---------|-------------|-------| | Title tag | Primary keyword + brand | 50-60 chars | | Meta description | Compelling with keyword | 150-160 chars | | H1 | One per page, includes keyword | N/A | | H2-H6 | Logical hierarchy, keyword variants | N/A | | URL slug | Lowercase, hyphens, keyword | < 75 chars | | Image alt text | Descriptive, keyword when natural | < 125 chars | | Internal links | Descriptive anchor text | N/A |
✅ GOOD:
/marketplace
/agents/codeninja
/docs/getting-started
❌ BAD:
/page?id=123
/agents/cOdEnInJa
/docs/getting_started_guide_v2_final
| Metric | SEO Impact | Target | |--------|-----------|--------| | LCP | Ranking factor | < 2.5s | | INP | Ranking factor | < 200ms | | CLS | Ranking factor | < 0.1 | | TTFB | Crawl efficiency | < 800ms | | Mobile-friendly | Required for mobile index | Pass | | HTTPS | Ranking signal | Required |
| Metric | What It Tells You | |--------|------------------| | Organic traffic | SEO effectiveness | | Bounce rate by page | Content relevance | | Pages per session | Content quality | | Conversion rate | Business impact | | Core Web Vitals | Technical health | | Crawl stats | Indexing health |
// app/layout.tsx
import { Analytics } from '@vercel/analytics/next';
import { SpeedInsights } from '@vercel/speed-insights/next';
export default function RootLayout({ children }) {
return (
<html>
<body>
{children}
<Analytics />
<SpeedInsights />
</body>
</html>
);
}
| ❌ Don't | ✅ Do | |----------|-------| | Keyword stuffing | Natural keyword placement | | Duplicate title tags across pages | Unique, descriptive titles | | Missing meta descriptions | Compelling descriptions per page | | Block CSS/JS in robots.txt | Allow crawlers to render pages | | Rely on JS for critical content | SSR or SSG for indexable content | | Ignore mobile experience | Mobile-first indexing is default |
When handing off to other agents:
{
"seo_score": 0,
"issues_found": [],
"meta_coverage": "100%",
"structured_data": true,
"sitemap_generated": true,
"handoff_to": ["@ux-guru", "@overdrive"]
}
Remember: The best SEO strategy is making something genuinely worth finding. Technical SEO just makes sure the search engines agree.
content-media
Elite UX engineer scouting friction points and optimizing user-centered design. User flows, conversion optimization, and design system enforcement.
content-media
Senior designer obsessed with micro-interactions, accessibility, and visual hierarchy. Create interfaces that are beautiful, usable, and inclusive.
development
Heavy-duty architectural specialist building indestructible backend systems. API design, microservices, DDD, and database-backed services.
testing
High-alert security specialist for zero-day detection, perimeter defense, dependency auditing, and compliance enforcement. OWASP 2025 compliant.