Skip to content

Commit 0150e19

Browse files
committed
chore: update README.md for English consistency and clarity
1 parent 1298a71 commit 0150e19

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
Current version: v0.1.0
88

9-
Skill experta en preparar el setup basico de repositorios Git/GitHub: `.gitignore`, `.gitattributes`, README con valor, licencias, metadata del repo, tags y releases, y GitHub Actions profesionales con testing.
9+
Expert skill for professional Git/GitHub repository setup: `.gitignore`, `.gitattributes`, value-driven README files, licensing, repository metadata, tags and releases, and production-quality GitHub Actions with testing.
1010

1111
## Purpose
1212

13-
La skill reemplaza configuraciones ad-hoc con un flujo guiado que:
13+
This skill replaces ad-hoc setup with a guided workflow that:
1414

15-
- revisa el repo antes de escribir
16-
- pregunta solo lo necesario
17-
- crea o refina archivos base de calidad
18-
- añade automatizaciones con GitHub Actions
19-
- deja reglas claras para releases y tags
15+
- inspects the repo before writing
16+
- asks only for what cannot be inferred
17+
- creates or refines high-quality baseline files
18+
- adds GitHub Actions automation
19+
- establishes clear rules for tags and releases
2020

2121
## Skill Files
2222

@@ -33,36 +33,36 @@ La skill reemplaza configuraciones ad-hoc con un flujo guiado que:
3333

3434
## Install
3535

36-
Copia esta carpeta dentro de tu directorio de skills. Ejemplo:
36+
Copy this folder into your skills directory. Example:
3737

3838
```bash
3939
cp -R git-setup-skill "$HOME/.agents/skills/git-setup-skill"
4040
```
4141

4242
## Usage
4343

44-
Frases de activacion tipicas:
44+
Typical trigger phrases:
4545

46-
- "necesito un buen .gitignore"
47-
- "quiero un README con valor"
48-
- "configura GitHub Actions"
49-
- "prepara releases y tags"
50-
- "ponle licencia al repo"
46+
- "I need a good .gitignore"
47+
- "I want a README with real value"
48+
- "set up GitHub Actions"
49+
- "prepare releases and tags"
50+
- "add a license to the repository"
5151

5252
## What it produces
5353

54-
- `.gitignore` y `.gitattributes` adecuados al stack
55-
- `README.md` con secciones utiles
56-
- `LICENSE` segun la licencia elegida
57-
- `CODE_OF_CONDUCT.md` / `SECURITY.md` si aplica
58-
- workflows de GitHub Actions para CI y releases
59-
- metadata del repositorio (descripcion, topics)
54+
- `.gitignore` and `.gitattributes` tailored to the stack
55+
- `README.md` with useful sections
56+
- `LICENSE` matched to the licensing strategy
57+
- `CODE_OF_CONDUCT.md` / `SECURITY.md` when appropriate
58+
- GitHub Actions workflows for CI and releases
59+
- repository metadata such as description and topics
6060

6161
## Compatibility
6262

63-
- Requiere `git` y `gh` para tareas de metadata y releases.
64-
- En Windows, usa una shell compatible con `bash` si se agregan scripts.
63+
- Requires `git` and `gh` for metadata and release tasks.
64+
- On Windows, use a shell compatible with `bash` if scripts are added later.
6565

6666
## Contributing
6767

68-
Ver `CONTRIBUTING.md`.
68+
See `CONTRIBUTING.md`.

0 commit comments

Comments
 (0)