Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

seo-for-developersSEO FOR developers 搜索

Agent Skill

seo-for-developers 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

333

周安装

14

GitHub Stars

7

下载量

116
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seo-for-developers(SEO FOR developers 搜索)
来源仓库:https://github.com/arustydev/ai
仓库路径:skills/seo-for-developers
安装命令:
npx skills add https://github.com/arustydev/ai --skill seo-for-developers
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/arustydev/ai --skill seo-for-developers

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果。

  • 适用于开发者进行 SEO 相关研究、信息收集和线索筛选等场景。
  • 通过关键词、任务场景或来源线索快速定位候选结果,可结合来源仓库继续核验具体用法。
  • 安装命令:npx skills add https://github.com/arustydev/ai --skill seo-for-developers。
  • 建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

SKILL.md

SEO for Developers

Practical SEO techniques for technical blog posts without compromising content quality.

Overview

This skill provides actionable SEO guidance specifically for technical content. It focuses on techniques that improve discoverability while maintaining the depth and accuracy that technical readers expect.

This skill covers:

  • Meta tag optimization (title, description)
  • Heading structure for SEO
  • Keyword placement strategies
  • Structured data for technical content
  • Internal linking best practices

This skill does NOT cover:

  • General marketing SEO tactics
  • Link building strategies
  • Social media optimization
  • Paid promotion

Quick Reference

Meta Tag Targets

ElementTargetNotes
Title tag50-60 charsInclude primary keyword
Meta description150-160 charsCall to action or value prop
URL slug3-5 wordsHyphenated, no stop words
H11 per pageMatch or vary title slightly

Content Checklist

CheckTarget
Primary keyword in titleYes
Primary keyword in first 100 wordsYes
Keyword in at least one H2Yes
Internal links2-5 per post
External links1-3 authoritative sources
Image alt textAll images

Title Tag Optimization

Structure

[Primary Keyword]: [Benefit/Hook] | [Site Name]

Examples:

  • "Event Sourcing in Python: A Practical Guide | DevBlog"
  • "How to Set Up GitHub Actions: CI/CD in 10 Minutes | DevBlog"
  • "Understanding WebAssembly: From Browser to Server | DevBlog"

Guidelines

  1. Front-load keywords — Put the most important words first
  2. Include benefit — Why should someone click?
  3. Stay under 60 chars — Longer titles get truncated
  4. Match search intent — Use "how to", "guide", or "tutorial" for instructional content

Meta Description

Structure

[What the post covers]. [Key benefit or outcome]. [Call to action].

Examples:

  • "Learn how to implement event sourcing in Python with practical code examples. Build an audit log that never loses data. Start building today."
  • "Step-by-step guide to GitHub Actions CI/CD. Deploy your code automatically in under 10 minutes. No DevOps experience required."

Guidelines

  1. 150-160 characters — Longer descriptions get truncated
  2. Include primary keyword — Helps with relevance
  3. Add a CTA — "Learn how", "Get started", "See examples"
  4. Unique per page — Never duplicate descriptions

Heading Structure

SEO-Optimized Structure

# Primary Keyword: Descriptive Title (H1)

## Introduction keyword phrase (H2)

### Supporting topic (H3)

## Second main keyword variation (H2)

### Supporting topic (H3)

## Conclusion with keyword (H2)

Guidelines

  1. One H1 per page — Usually the post title
  2. Keywords in H2s — Natural variations of primary keyword
  3. Logical hierarchy — H2 > H3 > H4, no skipping levels
  4. Descriptive headings — Tell readers what's in each section

Keyword Placement

Natural Placement Points

LocationPriorityNotes
Title (H1)HighPrimary keyword
First paragraphHighWithin first 100 words
At least one H2HighNatural variation
URL slugMediumExact or close match
Image alt textMediumWhen relevant
Throughout bodyLowNatural usage only

Keyword Research for Technical Content

Focus on:

  1. Problem-based queries — "how to debug memory leaks"
  2. Comparison queries — "postgres vs mysql for..."
  3. Tutorial queries — "python websocket tutorial"
  4. Version-specific — "react 18 server components guide"

Avoid

  • Keyword stuffing (unnatural repetition)
  • Exact match in every heading
  • Forced keyword placement that hurts readability

Structured Data

Article Schema

Add to post frontmatter or page template:

{
  "@context": "https://schema.org",
  "@type": "TechArticle",
  "headline": "Post Title",
  "description": "Meta description",
  "author": {
    "@type": "Person",
    "name": "Author Name"
  },
  "datePublished": "2025-02-19",
  "dateModified": "2025-02-19",
  "publisher": {
    "@type": "Organization",
    "name": "Site Name"
  }
}

HowTo Schema (for tutorials)

{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to [Do Something]",
  "step": [
    {
      "@type": "HowToStep",
      "name": "Step 1 title",
      "text": "Step 1 description"
    }
  ]
}

Internal Linking

Best Practices

  1. Link to related posts — 2-5 internal links per post
  2. Use descriptive anchor text — "learn about event sourcing" not "click here"
  3. Link early — Important links in first half of post
  4. Create content clusters — Group related posts with cross-links

Link Placement

For more on this topic, see our [guide to event sourcing](/posts/event-sourcing-guide).

As we covered in the [previous tutorial](/posts/python-basics), ...

Related: [Understanding CQRS](/posts/cqrs-explained)

Image Optimization

Alt Text Guidelines

  • Describe the image — What does it show?
  • Include context — How does it relate to the content?
  • Keep it concise — Under 125 characters
  • Include keywords — When natural and relevant

Examples:

  • "Diagram showing event sourcing data flow from command to event store"
  • "Terminal output of successful pytest run with 15 passing tests"
  • "Architecture diagram comparing monolith vs microservices"

File Naming

event-sourcing-architecture-diagram.png
github-actions-workflow-screenshot.png
performance-comparison-chart.png

URL Structure

Guidelines

/blog/event-sourcing-python/
/tutorials/github-actions-setup/
/deep-dives/webassembly-explained/
  1. Short and descriptive — 3-5 words
  2. Use hyphens — Not underscores
  3. Include keyword — Primary keyword in URL
  4. No dates — Unless content is time-sensitive
  5. Lowercase — Consistent casing

Common Mistakes

Over-Optimization

  • Keyword density targets (outdated)
  • Exact match keywords everywhere
  • Sacrificing readability for SEO

Under-Optimization

  • Missing meta descriptions
  • Generic titles ("Post 1")
  • No internal links
  • Missing alt text on images

Technical Issues

  • Duplicate content across URLs
  • Missing canonical tags
  • Slow page load (affects rankings)
  • Non-mobile-friendly layout

See Also

  • technical-writing-style skill - Writing quality content
  • /seo-pass command - Apply SEO optimization to drafts
  • seo-specialist agent - Full SEO analysis

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.24%
按下载量换算43

Claude

31.46%
按下载量换算36

Cursor

17.73%
按下载量换算21

Gemini CLI

9.2%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills