Skills Configuration
This guide explains how to configure Agent Skills to maximize Genjo's capabilities in Cursor.
You must have completed the Add MCP Server step.
Steps to Configure Skills
Genjo's Agent Skills can be installed with a one-liner using the Skills CLI.
# Run in the root directory of your project
npx skills add yoshinaga2015/Genjo-skills
After installation, start a new session in Cursor.
If you want to install via the MCP server, use the following commands:
mkdir -p .cursor/skills
cp -r node_modules/genjo-mcp-server/skills .cursor/skills/genjo-ai-news
Defined Workflows
By introducing Agent Skills, the AI agent will be able to understand and execute the following standard workflows.
1. Daily Briefing
In response to instructions like "Tell me today's news," it will fetch the latest news and present 3-5 of the most important items.
2. Deep Dive
For a specific topic, if you instruct it to "Investigate details," it will execute news details, simple explanations, and fact-checks in parallel, reporting information organized from multiple perspectives.
3. Investment Research
In response to questions like "What is the impact on the market?", it will extract related stocks and present analysis results classified by the magnitude of their impact.
Benefits
By introducing Agent Skills, the AI agent can act as a "Genjo Expert" to select the best tools and perform analysis without the user having to provide detailed steps.