This is a website to help you learn how to use AI coding assistants.
- Mode Explanation - Understanding & Writing/Prediction
- Understanding - Codebase
- Understanding - Tagging a. Open files, documentation, the web
- Writing - Inline Code
- Writing - Agent Simple Ask a. The "Learn More About Our Features" button on the @index.html page doesn't animate in with the rest of the features section, so it looks weird.
- Writing - Agent Workflow a. We need to create a contact page and then also update the links on the @index.html and @features.html pages to point to this. For now, we can use the same styling we have on other pages and we can build a basic contact form that you would usually see on a website. Create the tasks for this, don't implement it yet. @task-creator.mdc b. markdown-file.md Great, now @implement-it.mdc
- Writing - Background Agent Workflow a. We need to create an about page and then also update the links on the @index.html and @features.html pages to point to this. For now, we can use the same styling we have on other pages and we can build a basic about page with placeholder information that you would usually see on a website.
Note: you already have the BrowserTools code in this directory, so you do not need to clone them again.
- Starting at step 2, follow the BrowserTools MCP server installation steps. a. These steps include installing a Chrome extension.
- Start the server. a. npx @agentdeskai/browser-tools-server@1.2.0
First, go to styles.css and change .hero h1 and .hero p color to #FFFFFF.
- Open /web-app/index.html in your browser as the focused tab.
- Right click and click inspect. Click "BrowserToolsMCP".
- In Cursor/Windsurf, copy the path to your current directory. Paste this in Screenshot Settings path.
- Open your agent chat. Say
Our text colors do not look right. Take a screenshot and fix @index.html
{ "mcpServers": { "browser-tools": { "command": "npx", "args": [ "-y", "@agentdeskai/browser-tools-mcp@1.2.0" ], "enabled": true } } }
{ "mcpServers": { "browser-tools": { "command": "wsl", "args": [ "bash", "-c", "cmd /c npx -y @agentdeskai/browser-tools-mcp@1.2.0" ], "enabled": true } } }