Utilizing Agent Skills (Claude Code)
This section explains how to set up Agent Skills to fully utilize Genjo's functions in command-line tools like Claude Code.
Setup Instructions
When you install the Genjo MCP server, the skill definition is included in the genjo-news-skill directory. Copy this to your project's skills directory.
# Execute in the project root directory
mkdir -p .claude/skills
cp -r node_modules/genjo-mcp-server/genjo-news-skill .claude/skills/
After copying, instruct Claude Code to "load genjo-news-skill" or start a new session.
Defined Workflows
By introducing Agent Skills, the AI agent will understand and be able to execute the following standard workflows.
1. Daily Briefing
In response to instructions such as "Tell me today's news," it retrieves the latest news and presents 3 to 5 particularly important items selected from them.
2. Deep Dive
If you instruct it to "Look up the details" about a specific topic, it will simultaneously execute news details, simple explanations, and fact-checking, and report the information organized from multiple perspectives.
3. Investment Research
In response to questions such as "What is the impact on the market?", it extracts related stocks and presents analysis results by classifying the importance according to the magnitude of the impact.
Merits
By introducing Agent Skills, the AI agent will be able to perform optimal tool selection and analysis as a "Genjo expert" without the user having to specify detailed steps.