Community寫作與編輯github.com

s0hv/agent-skills

My own and customized agent skills

agent-skills 是什麼?

agent-skills is a Claude Code agent skill that my own and customized agent skills.

相容平台~Claude Code~Codex CLI~Cursor
npx skills add s0hv/agent-skills

Installed? Explore more 寫作與編輯 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

When to use

The JetBrains MCP server should be used when possible instead of generic command-line tools such as grep and find. Here are some example situations when to use the MCP server:

  • Use when searching for a file, symbol or just text
    • search_file
    • search_symbol
    • search_text
    • search_regex
  • When requiring documentation for a symbol. Works for packages and own code.
    • get_symbol_info
  • When trying to find out where some code is used
    • analyze_calls
  • When renaming a symbol
    • rename_refactoring
  • When listing files
    • list_directory_tree

For other use cases, see if the tool name could fit the use-case and read the reference for more information.

Constraints

  • The projectPath should always be passed as an argument to prevent ambiguity.
  • The tools operate only on project files
  • In some cases the user might have disabled some of the MCP server endpoints. Treat those situations as if you are not supposed to use those tools. If you still require the tool, ask the user for clarification.
  • Control the output manually to prevent the tool output from being too long or taking too long to process.
  • Line and column numbers are 1-based

Tools available

The following sections either list tools explicitly or provide a short not on when to reach for them in the reference file. The reference files contain a complete overview of all that is available. If a section could contain the tool, you should load it and check.

reference/analysis-tools.md

Contains tools that are used to analyze the project structure and code. Tools available:

  • analyze_calls
  • build_project
  • get_file_problems
  • get_project_dependencies
  • get_project_modules
  • lint_files

reference/code-insight-tools.md

  • get_symbol_info

reference/database-tools.md

Database tools to interact with the database of a project. Only use this with permission as the tools could cause data loss.

reference/debugger-tools.md

Tools to help read and manipulate an active debugger session. Only use when told that an active debugger session exists.

reference/execution-tools.md

Tools to run different run configurations. Use this only when the user has asked to use run configurations.

  • execute_run_configuration
  • get_run_configurations

reference/file-tools.md

  • create_new_file
  • get_all_open_file_paths
  • list_directory_tree
  • open_file_in_editor

reference/formatting-tools.md

  • reformat_file

reference/read-tools.md

  • read_file

reference/refactoring-tools.md

  • rename_refactoring

reference/search-tools.md

  • search_file
  • search_regex
  • search_symbol
  • search_text

reference/terminal-tools.md

  • execute_terminal_command

相關技能

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community